aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-04-30 06:08:00 +0800
committerpav <pav@FreeBSD.org>2006-04-30 06:08:00 +0800
commit191994ff8f5528daf4d2a688b2e8bcc07bd5a1b5 (patch)
treee6c12c358410df0dec686cde5aece3118083d157
parentb5990aafe5c0775442e10286d4349d2a6bd8ce02 (diff)
downloadfreebsd-ports-gnome-191994ff8f5528daf4d2a688b2e8bcc07bd5a1b5.tar.gz
freebsd-ports-gnome-191994ff8f5528daf4d2a688b2e8bcc07bd5a1b5.tar.zst
freebsd-ports-gnome-191994ff8f5528daf4d2a688b2e8bcc07bd5a1b5.zip
- Update to 1.0.2
- Use USE_BDB PR: ports/96523 Submitted by: Aleksander Fafula <alex@BSDGUru.org>
-rw-r--r--mail/isync/Makefile10
-rw-r--r--mail/isync/distinfo6
2 files changed, 7 insertions, 9 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile
index 49e87c6d4b80..652d7a5cef00 100644
--- a/mail/isync/Makefile
+++ b/mail/isync/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= isync
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -13,11 +13,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Maintain local copies of remote IMAP folders w/synchronized flags
-LIB_DEPENDS= db-4.2.2:${PORTSDIR}/databases/db42
-
+USE_BDB= 42+
USE_GETOPT_LONG= yes
USE_OPENSSL= yes
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
@@ -26,8 +24,8 @@ MAN1= isync.1 mbsync.1 mdconvert.1
PORTDOCS= AUTHORS ChangeLog NEWS README TODO
PLIST_FILES= bin/get-cert bin/isync bin/mbsync bin/mdconvert
-CPPFLAGS= -I${LOCALBASE}/include/db42 -I${OPENSSLINC}
-LDFLAGS= -L${LOCALBASE}/lib/db42 -L${OPENSSLLIB} -lssl -lcrypto
+CPPFLAGS= -I${BDB_INCLUDE_DIR} -I${OPENSSLINC}
+LDFLAGS= -L${BDB_LIB_DIR} -L${OPENSSLLIB} -lssl -lcrypto
post-patch:
@${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
diff --git a/mail/isync/distinfo b/mail/isync/distinfo
index c1140c6dfcbb..17bb1152ad28 100644
--- a/mail/isync/distinfo
+++ b/mail/isync/distinfo
@@ -1,3 +1,3 @@
-MD5 (isync-1.0.1.tar.gz) = 3e238b87e4f39173121d60873f9d2b05
-SHA256 (isync-1.0.1.tar.gz) = 236db759d27809abbbcb09e0c4a5a5849922ba82d0067f735a1e39e0877ff30a
-SIZE (isync-1.0.1.tar.gz) = 165617
+MD5 (isync-1.0.2.tar.gz) = a9335dbf40e6c6e4b2ccd08b8340ca25
+SHA256 (isync-1.0.2.tar.gz) = cfc8a9c449fbcbb5230fa6832e9411baf8fc55f4163d405c666571c38725f48a
+SIZE (isync-1.0.2.tar.gz) = 166143