aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix26
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-01 11:56:24 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-01 11:56:24 +0000
commit79f86fd6ec0742a34b2da09c724fa800ac7b0ba2 (patch)
tree681b6b9c843cb3061fc22e9838cc8bd98c1a8c89 /mail/postfix26
parent00a8157778c811958120708b284fc76b4a3fda9a (diff)
Back out the db3 port update because some of these dependent ports had
been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time.
Notes
Notes: svn path=/head/; revision=45700
Diffstat (limited to 'mail/postfix26')
-rw-r--r--mail/postfix26/Makefile2
-rw-r--r--mail/postfix26/scripts/configure.postfix4
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile
index 9d3d5abddbf2..2bdbd480f0ea 100644
--- a/mail/postfix26/Makefile
+++ b/mail/postfix26/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228.3
-PORTREVISION= 1
+PORTREVISION= 2
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 b16be87dfa3a..0aa6ad616846 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.9 2001-07-25 15:05:09 knu Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.10 2001-08-01 11:56:18 knu Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -84,7 +84,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3"
+ echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3"
echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3"
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;