aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>2002-04-13 21:58:57 +0800
committereivind <eivind@FreeBSD.org>2002-04-13 21:58:57 +0800
commit2be32a7c47adfae2af87424430b200ee8624b06e (patch)
tree55172be4fd7824a85f11bade5a36444522f4463b /mail
parentdfd8c7d57db37e10704cb7dab1c8216257468843 (diff)
downloadfreebsd-ports-graphics-2be32a7c47adfae2af87424430b200ee8624b06e.tar.gz
freebsd-ports-graphics-2be32a7c47adfae2af87424430b200ee8624b06e.tar.zst
freebsd-ports-graphics-2be32a7c47adfae2af87424430b200ee8624b06e.zip
Update and bugfix.
WARNING: The format for the mailboxes has changed, so you will get duplicate messages if you have old mailboxes lying around. I have delayed this upgrade as I was planning to write a conversion script, but feel that it has been too long already. Bugfix by: nectar
Diffstat (limited to 'mail')
-rw-r--r--mail/isync/Makefile9
-rw-r--r--mail/isync/distinfo2
-rw-r--r--mail/isync/files/patch-config.c8
-rw-r--r--mail/isync/pkg-descr2
4 files changed, 17 insertions, 4 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile
index 5ffa243f4d3..2af0094aaa4 100644
--- a/mail/isync/Makefile
+++ b/mail/isync/Makefile
@@ -5,14 +5,19 @@
# $FreeBSD$
PORTNAME= isync
-PORTVERSION= 0.7
+PORTVERSION= 0.8
CATEGORIES= mail
-MASTER_SITES= http://www.sigpipe.org:8080/isync/
+MASTER_SITES= http://www.cs.hmc.edu/~me/isync/
+
+LIB_DEPENDS= db3:${PORTSDIR}/databases/db3
MAINTAINER= eivind@FreeBSD.org
GNU_CONFIGURE= yes
USE_OPENSSL= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db3" \
+ LIBS="-L${LOCALBASE}/lib" \
+ LDFLAGS="-ldb3"
MAN1= isync.1
diff --git a/mail/isync/distinfo b/mail/isync/distinfo
index adaa05b65c6..9ecab4defb9 100644
--- a/mail/isync/distinfo
+++ b/mail/isync/distinfo
@@ -1 +1 @@
-MD5 (isync-0.7.tar.gz) = e7c44ec4d675097c37fedc243b18d192
+MD5 (isync-0.8.tar.gz) = a932d0f349f7224192f0cabf06642cfb
diff --git a/mail/isync/files/patch-config.c b/mail/isync/files/patch-config.c
new file mode 100644
index 00000000000..bc478be8a2c
--- /dev/null
+++ b/mail/isync/files/patch-config.c
@@ -0,0 +1,8 @@
+--- config.c.orig Mon Apr 1 19:20:55 2002
++++ config.c Mon Apr 1 19:21:06 2002
+@@ -327,5 +327,4 @@
+ free (global.user);
+ free (global.maildir);
+ free (global.host);
+- free (global.pass);
+ }
diff --git a/mail/isync/pkg-descr b/mail/isync/pkg-descr
index 2913fc47aa4..d56602fc895 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:8080/isync/
+WWW: http://www.cs.hmc.edu/~me/isync/