diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-16 16:32:44 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-16 16:32:44 +0000 |
commit | f6385c78d38863611f6c238a4e9ed755f5991fd4 (patch) | |
tree | b18a5c3b36250f5b5d203df56844a663b2741d9b /mail | |
parent | - Support WITHOUT_X11 properly (diff) |
- Update to version 0.9.1
PR: 55628
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=87072
Diffstat (limited to 'mail')
-rw-r--r-- | mail/isync/Makefile | 17 | ||||
-rw-r--r-- | mail/isync/distinfo | 2 | ||||
-rw-r--r-- | mail/isync/files/patch-config.c | 8 | ||||
-rw-r--r-- | mail/isync/pkg-descr | 2 |
4 files changed, 12 insertions, 17 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 114f80287855..183718421281 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 9ecab4defb9b..a47eb16664c9 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 bc478be8a2cc..000000000000 --- 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 d56602fc8953..1e282cd423e8 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/ |