aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix24
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-03-18 21:23:12 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-03-18 21:23:12 +0000
commitcb43f23b047562e41b882836745a0d9c2be00b8d (patch)
tree73a37033d5b20974b400fb01819e496866d767d2 /mail/postfix24
parentf3249b265a15830a216466571ecd0387c898c3f0 (diff)
downloadports-cb43f23b047562e41b882836745a0d9c2be00b8d.tar.gz
ports-cb43f23b047562e41b882836745a0d9c2be00b8d.zip
Update to 1.1.5
PR: 36058 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=56312
Diffstat (limited to 'mail/postfix24')
-rw-r--r--mail/postfix24/Makefile2
-rw-r--r--mail/postfix24/distinfo4
-rw-r--r--mail/postfix24/pkg-install2
-rw-r--r--mail/postfix24/scripts/configure.postfix6
4 files changed, 8 insertions, 6 deletions
diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile
index be37f880652e..4405b46259d4 100644
--- a/mail/postfix24/Makefile
+++ b/mail/postfix24/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postfix
-PORTVERSION= 1.1.4
+PORTVERSION= 1.1.5
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
diff --git a/mail/postfix24/distinfo b/mail/postfix24/distinfo
index b24a2f716783..57ef71d45b9c 100644
--- a/mail/postfix24/distinfo
+++ b/mail/postfix24/distinfo
@@ -1,2 +1,2 @@
-MD5 (postfix/postfix-1.1.4.tar.gz) = 85e038344f86bc99c959d750ad221683
-MD5 (postfix/pfixtls-0.8.4-1.1.4-0.9.6c.tar.gz) = 37bdee9c0e82377fa7c3bd4eb8476f33
+MD5 (postfix/postfix-1.1.5.tar.gz) = 9ef19e0faaa0acd08603b021cdc133bf
+MD5 (postfix/pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz) = 8b8a565412bc08c6423a35da52a4b2cd
diff --git a/mail/postfix24/pkg-install b/mail/postfix24/pkg-install
index 24bdf1d98728..29becd5cc0a1 100644
--- a/mail/postfix24/pkg-install
+++ b/mail/postfix24/pkg-install
@@ -142,6 +142,8 @@ if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then
echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf
echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf
echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf
+ echo "Be sure to set sendmail_flags=\"-bd\" in /etc/rc.conf to start"
+ echo "postfix on next reboot."
echo "Done."
fi
else
diff --git a/mail/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix
index de28b1ab4cc1..d69d5b89b1e9 100644
--- a/mail/postfix24/scripts/configure.postfix
+++ b/mail/postfix24/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.17 2002-02-26 19:34:37 dwcjr Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.18 2002-03-18 21:23:12 dwcjr Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -79,8 +79,8 @@ while [ "$1" ]; do
echo "MAN8+= tlsmgr.8"
echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl"
echo "POSTFIX_AUXLIBS+= -lssl -lcrypto"
- echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.4-1.1.4-0.9.6c.tar.gz"
- echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.4-1.1.4-0.9.6c/pfixtls.diff"
+ echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.5-1.1.5-0.9.6c.tar.gz"
+ echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.5-1.1.5-0.9.6c/pfixtls.diff"
echo "PATCH_STRIP= -p1"
SUB_TLS=""
;;