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/Makefile | |
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/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 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 |