From e64a01ebac183bb63f4234335649a70a9fac99d1 Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Thu, 30 Aug 2001 01:03:06 +0000 Subject: Update postfix to 20010808 Update configure script to be smaller and fix it from trying to grep directories Update TLS to version for new postfix version Add missing man pages PR: 30177 Submitted by: maintainer, slin@infomath.math.nctu.edu.tw --- mail/postfix-current/Makefile | 7 +++---- mail/postfix-current/pkg-plist | 1 + mail/postfix-current/scripts/configure | 5 +---- mail/postfix-current/scripts/configure.postfix | 4 ++-- 4 files changed, 7 insertions(+), 10 deletions(-) (limited to 'mail') diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 58e7b54e9057..76b208e2be1f 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,8 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 20010525 -PORTREVISION= 3 +PORTVERSION= 20010808 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ @@ -29,8 +28,8 @@ MAN5= access.5 aliases.5 canonical.5 regexp_table.5 relocated.5 \ transport.5 virtual.5 MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 pickup.8 pipe.8 qmgr.8 showq.8 smtp.8 smtpd.8 \ - spawn.8 trivial-rewrite.8 virtual.8 + master.8 nqmgr.8 pickup.8 pipe.8 qmgr.8 showq.8 smtp.8 \ + smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 CONF1= access aliases canonical main.cf master.cf \ regexp_table relocated transport virtual diff --git a/mail/postfix-current/pkg-plist b/mail/postfix-current/pkg-plist index 5b297656b077..791b5f5b6592 100644 --- a/mail/postfix-current/pkg-plist +++ b/mail/postfix-current/pkg-plist @@ -105,6 +105,7 @@ sbin/sendmail %%SUB_DOCS%%share/doc/postfix/postmap.1.html %%SUB_DOCS%%share/doc/postfix/postsuper.1.html %%SUB_DOCS%%share/doc/postfix/qmgr.8.html +%%SUB_DOCS%%share/doc/postfix/qmqpd.8.html %%SUB_DOCS%%share/doc/postfix/queuing.html %%SUB_DOCS%%share/doc/postfix/rate.html %%SUB_DOCS%%share/doc/postfix/receiving.html diff --git a/mail/postfix-current/scripts/configure b/mail/postfix-current/scripts/configure index 353b7ae67b34..62a283f9556c 100644 --- a/mail/postfix-current/scripts/configure +++ b/mail/postfix-current/scripts/configure @@ -2,7 +2,4 @@ # # $FreeBSD$ -for f in `find ${WRKSRC} | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done +find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' | xargs perl -pi.fbsd -e 's+!!PREFIX!!+$PREFIX+g' diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index 7f31ece6d5f6..7975ba3d6521 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -87,8 +87,8 @@ while [ "$1" ]; do echo "BIN1+= tlsmgr" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.3a-snap20010525-0.9.6a.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.3a-snap20010525-0.9.6a/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.8-snap20010808-0.9.6b.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.8-snap20010808-0.9.6b/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; -- cgit v1.2.3