diff options
author | eivind <eivind@FreeBSD.org> | 2001-11-26 20:58:35 +0800 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 2001-11-26 20:58:35 +0800 |
commit | 332b0512241110e1dba3b45d108001380aea46d1 (patch) | |
tree | 85175ddba985c86c564df922e7c8163de2b03291 /mail/isync | |
parent | 7ce99ffb5d9cc9ff3d4989f5bd85ea054fc53e4c (diff) | |
download | freebsd-ports-gnome-332b0512241110e1dba3b45d108001380aea46d1.tar.gz freebsd-ports-gnome-332b0512241110e1dba3b45d108001380aea46d1.tar.zst freebsd-ports-gnome-332b0512241110e1dba3b45d108001380aea46d1.zip |
Update to version 0.7.
Version 0.6 has been skipped, as the author released 0.7 as integration of
the patches that would have been needed in the 0.6 port.
New feature: Support for limiting the number of messages downloaded in a
mailbox. Ideal for reading the FreeBSD lists offline while keeping a
complete mirror on your IMAP server.
Diffstat (limited to 'mail/isync')
-rw-r--r-- | mail/isync/Makefile | 4 | ||||
-rw-r--r-- | mail/isync/distinfo | 2 | ||||
-rw-r--r-- | mail/isync/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 141d296ac814..eb68410c646c 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ PORTNAME= isync -PORTVERSION= 0.5 +PORTVERSION= 0.7 CATEGORIES= mail -MASTER_SITES= http://www.sigpipe.org/isync/ +MASTER_SITES= http://www.sigpipe.org:8080/isync/ MAINTAINER= eivind@FreeBSD.org diff --git a/mail/isync/distinfo b/mail/isync/distinfo index 93977992b0b1..adaa05b65c63 100644 --- a/mail/isync/distinfo +++ b/mail/isync/distinfo @@ -1 +1 @@ -MD5 (isync-0.5.tar.gz) = bd618d29822623e0516eca49c8928a18 +MD5 (isync-0.7.tar.gz) = e7c44ec4d675097c37fedc243b18d192 diff --git a/mail/isync/pkg-descr b/mail/isync/pkg-descr index 0d21dd57b992..2913fc47aa4e 100644 --- a/mail/isync/pkg-descr +++ b/mail/isync/pkg-descr @@ -3,4 +3,4 @@ mailbox with a remote IMAP4 mailbox, suitable for use in IMAP-disconnected mode. Multiple copies of the remote IMAP4 mailbox can be maintained, and all flags are synchronized. TLS/SSL is supported via imaps: or STARTTLS. -WWW: http://www.sigpipe.org/isync/ +WWW: http://www.sigpipe.org:8080/isync/ |