summaryrefslogtreecommitdiffstats
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-07-25 15:05:11 +0000
committerknu <knu@FreeBSD.org>2001-07-25 15:05:11 +0000
commit3ccdce3ea292981252e9bbf5f45a4269ca694aa1 (patch)
treeee28d49d0f8335ade72e1f672ff1b337f168547c /mail/postfix-current
parentfbd0159e413cbad94b4a8565317cccc6b688d108 (diff)
downloadFreeBSD-ports-3ccdce3ea292981252e9bbf5f45a4269ca694aa1.zip
FreeBSD-ports-3ccdce3ea292981252e9bbf5f45a4269ca694aa1.tar.gz
Reflect databases/db3's shlib version bump from 2 to 3.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile2
-rw-r--r--mail/postfix-current/scripts/configure.postfix2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index c714529..2853e27 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010525
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix
index 7f31ece..99a7c7d 100644
--- a/mail/postfix-current/scripts/configure.postfix
+++ b/mail/postfix-current/scripts/configure.postfix
@@ -93,7 +93,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3"
+ echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3"
echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3"
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;
OpenPOWER on IntegriCloud