aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix26
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-07-25 15:05:11 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-07-25 15:05:11 +0000
commitdd8fc61f8982cd99e1ecd084ed1a5451666a02eb (patch)
tree8bb599919e196c30c7dfdb47d20525dc10b57b9d /mail/postfix26
parent73f7cbcc882812dc398f5173f25f5150066aa0eb (diff)
downloadports-dd8fc61f8982cd99e1ecd084ed1a5451666a02eb.tar.gz
ports-dd8fc61f8982cd99e1ecd084ed1a5451666a02eb.zip
Reflect databases/db3's shlib version bump from 2 to 3.
Notes
Notes: svn path=/head/; revision=45472
Diffstat (limited to 'mail/postfix26')
-rw-r--r--mail/postfix26/Makefile1
-rw-r--r--mail/postfix26/scripts/configure.postfix4
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile
index 79f7500140c6..9d3d5abddbf2 100644
--- a/mail/postfix26/Makefile
+++ b/mail/postfix26/Makefile
@@ -7,6 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228.3
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix26/scripts/configure.postfix b/mail/postfix26/scripts/configure.postfix
index bb67e578c025..b16be87dfa3a 100644
--- a/mail/postfix26/scripts/configure.postfix
+++ b/mail/postfix26/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.8 2001-06-17 22:19:00 dwcjr Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.9 2001-07-25 15:05:09 knu Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -84,7 +84,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"
;;