aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2011-09-12 21:46:58 +0800
committergabor <gabor@FreeBSD.org>2011-09-12 21:46:58 +0800
commit62d04d90eca0deab3e6d0c6d2464a4e2e98c2160 (patch)
tree340d61bcebb3fd474659c01f02a4faf7d643ff6b /mail
parent81a4003af96d6d84755108a8c6319d5bb023bb8e (diff)
downloadfreebsd-ports-gnome-62d04d90eca0deab3e6d0c6d2464a4e2e98c2160.tar.gz
freebsd-ports-gnome-62d04d90eca0deab3e6d0c6d2464a4e2e98c2160.tar.zst
freebsd-ports-gnome-62d04d90eca0deab3e6d0c6d2464a4e2e98c2160.zip
- Track dependencies after databases/gdbm update
Diffstat (limited to 'mail')
-rw-r--r--mail/anubis/Makefile2
-rw-r--r--mail/courier-imap/Makefile3
-rw-r--r--mail/gnarwl/Makefile4
-rw-r--r--mail/maildrop/Makefile2
-rw-r--r--mail/perdition/Makefile4
-rw-r--r--mail/qsf/Makefile1
-rw-r--r--mail/sqwebmail/Makefile3
-rw-r--r--mail/tpop3d/Makefile1
8 files changed, 12 insertions, 8 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile
index 61808475a335..b0e498809b2c 100644
--- a/mail/anubis/Makefile
+++ b/mail/anubis/Makefile
@@ -7,7 +7,7 @@
PORTNAME= anubis
PORTVERSION= 4.1.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile
index bb9558edc225..75f9703af20a 100644
--- a/mail/courier-imap/Makefile
+++ b/mail/courier-imap/Makefile
@@ -7,6 +7,7 @@
PORTNAME= courier-imap
PORTVERSION= 4.9.3
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= mail ipv6
MASTER_SITES= SF/courier/imap/${PORTVERSION}
@@ -84,7 +85,7 @@ CONFIGURE_ARGS+=--with-syslog=${WITH_SYSLOG_FACILITY}
.if defined(WITH_AUTH_USERDB)
.if defined(WITH_GDBM)
CONFIGURE_ARGS+=--with-db=gdbm --with-userdb=${USERDB}
-LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
.else
CONFIGURE_ARGS+=--with-db=db --with-userdb=${USERDB}
.endif
diff --git a/mail/gnarwl/Makefile b/mail/gnarwl/Makefile
index b3c0971240df..08009513e1cd 100644
--- a/mail/gnarwl/Makefile
+++ b/mail/gnarwl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnarwl
PORTVERSION= 3.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.onyxbits.de/sites/default/files/
EXTRACT_SUFX= .tgz
@@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Email autoresponder that gets data from LDAP
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm
BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed
USE_GMAKE= yes
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index b29f9cfb778c..fc9c0a39ead3 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -54,7 +54,7 @@ MAILDROP_LOG_COLUMNS?= 72 # lenght of 'File:' line in log
.include <bsd.port.pre.mk>
.if defined(WITH_GDBM)
-LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
CONFIGURE_ARGS+= --with-db=gdbm
.else
CONFIGURE_ARGS+= --with-db=db
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile
index 66f3faeac9b1..f1c8933731b0 100644
--- a/mail/perdition/Makefile
+++ b/mail/perdition/Makefile
@@ -7,7 +7,7 @@
PORTNAME= perdition
PORTVERSION= 1.17.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail net security
MASTER_SITES= http://www.vergenet.net/linux/perdition/download/${PORTVERSION}/
@@ -95,7 +95,7 @@ PLIST_SUB+= NIS="@comment "
.if defined(WITH_GDBM)
CONFIGURE_ARGS+= --enable-gdbm
-LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
PLIST_SUB+= GDBM=""
MAN1+= makegdbm.1
.else
diff --git a/mail/qsf/Makefile b/mail/qsf/Makefile
index bb25cf7e7343..231909072fac 100644
--- a/mail/qsf/Makefile
+++ b/mail/qsf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qsf
PORTVERSION= 1.2.7
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index bf7ad4ac9847..7df3536704ca 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sqwebmail
PORTVERSION= 5.5.2
+PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= SF/courier/webmail/${PORTVERSION}
@@ -169,7 +170,7 @@ CONFIGURE_ARGS+= --enable-maxpurge=${WITH_MAXPURGE}
.if defined(WITH_GDBM)
CONFIGURE_ARGS+=--with-db=gdbm
-LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
.else
CONFIGURE_ARGS+=--with-db=db
.endif
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile
index 08e01a870476..f78da75d2512 100644
--- a/mail/tpop3d/Makefile
+++ b/mail/tpop3d/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tpop3d
PORTVERSION= 1.5.5
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= tpop3d