summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-08-16 16:32:44 +0000
committerkrion <krion@FreeBSD.org>2003-08-16 16:32:44 +0000
commit07e58edd9fcd28cc871dd8e9beec4f6745cc2db2 (patch)
tree0f1b1d9400922c972af5e4f391f678bebb0e1c6c /mail
parent5286a85b63f2ce05369153c896b3dbd69193a315 (diff)
downloadFreeBSD-ports-07e58edd9fcd28cc871dd8e9beec4f6745cc2db2.zip
FreeBSD-ports-07e58edd9fcd28cc871dd8e9beec4f6745cc2db2.tar.gz
- Update to version 0.9.1
PR: 55628 Submitted by: Ports Fury
Diffstat (limited to 'mail')
-rw-r--r--mail/isync/Makefile17
-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, 12 insertions, 17 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile
index 114f802..1837184 100644
--- a/mail/isync/Makefile
+++ b/mail/isync/Makefile
@@ -5,22 +5,25 @@
# $FreeBSD$
PORTNAME= isync
-PORTVERSION= 0.8
-PORTREVISION= 1
+PORTVERSION= 0.9.1
CATEGORIES= mail
-MASTER_SITES= http://www.cs.hmc.edu/~me/isync/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
MAINTAINER= ports@FreeBSD.org
COMMENT= Maintain local copies of remote IMAP folders w/synchronized flags
-GNU_CONFIGURE= yes
+USE_GETOPT_LONG= yes
USE_OPENSSL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db3" \
- LIBS="-L${LOCALBASE}/lib" \
- LDFLAGS="-ldb3"
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= isync.1
+CPPFLAGS= -I${LOCALBASE}/include/db3 -I${OPENSSLINC}
+LDFLAGS= -L${LOCALBASE}/lib -ldb3 -L${OPENSSLLIB} -lssl -lcrypto
+
.include <bsd.port.mk>
diff --git a/mail/isync/distinfo b/mail/isync/distinfo
index 9ecab4d..a47eb16 100644
--- a/mail/isync/distinfo
+++ b/mail/isync/distinfo
@@ -1 +1 @@
-MD5 (isync-0.8.tar.gz) = a932d0f349f7224192f0cabf06642cfb
+MD5 (isync-0.9.1.tar.gz) = d3e0dc500c9d20cea3fd1245451e14fd
diff --git a/mail/isync/files/patch-config.c b/mail/isync/files/patch-config.c
deleted file mode 100644
index bc478be..0000000
--- a/mail/isync/files/patch-config.c
+++ /dev/null
@@ -1,8 +0,0 @@
---- 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 d56602f..1e282cd 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.cs.hmc.edu/~me/isync/
+WWW: http://isync.sourceforge.net/
OpenPOWER on IntegriCloud