diff options
author | tonio <tonio@pkgsrc.org> | 2007-01-18 10:27:11 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2007-01-18 10:27:11 +0000 |
commit | e53c75c4115da66f278875c16e17d56df5604015 (patch) | |
tree | e90edb41ce483ef963316f687eaffd1331ce9068 /mail/isync/Makefile | |
parent | 5411b161ad241ca6420a86819b0dbae6599eee9b (diff) | |
download | pkgsrc-e53c75c4115da66f278875c16e17d56df5604015.tar.gz |
Update mail/isync to 1.0.3
2006-11-01 08:19 Oswald Buddenhagen <ossi@users.sf.net>
* src/: drv_imap.c, mbsync.1:
- un-document "Host imaps:[...]" syntax and introduce new option UseIMAPS
instead
- apply ted's patch to support UseIMAPS in conjunction with Tunnel
- document that SSLv2 is No Good (TM)
2006-11-01 08:14 Oswald Buddenhagen <ossi@users.sf.net>
* src/drv_imap.c:
- move assigning default port to the place of use
Diffstat (limited to 'mail/isync/Makefile')
-rw-r--r-- | mail/isync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 78646b394c7..d7c1f52b74c 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2006/03/07 20:20:26 tonio Exp $ +# $NetBSD: Makefile,v 1.19 2007/01/18 10:27:11 tonio Exp $ # -DISTNAME= isync-1.0.2 +DISTNAME= isync-1.0.3 CATEGORIES= mail net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/} |