diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 2001-11-26 12:58:35 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 2001-11-26 12:58:35 +0000 |
commit | b18b8c855edad5313083f06e684feccb90be0ce1 (patch) | |
tree | de91aa2fbe19963a9805fd8f615cc266d725f3ad /mail/isync | |
parent | ae2fdd30fefe541adfb0109ba5f0e18fc5928871 (diff) | |
download | ports-b18b8c855edad5313083f06e684feccb90be0ce1.tar.gz ports-b18b8c855edad5313083f06e684feccb90be0ce1.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.
Notes
Notes:
svn path=/head/; revision=50564
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/ |