Date: Wed, 22 Sep 2004 16:04:21 -0400 (EDT) From: Vivek Khera <vivek@khera.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72011: update mail/postfix-current to latest Message-ID: <20040922200421.7FCCE250456@crash.int.kcilink.com> Resent-Message-ID: <200409222010.i8MKAU85022713@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72011 >Category: ports >Synopsis: update mail/postfix-current to latest >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 22 20:10:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 5.3-BETA4 i386 >Organization: >Environment: System: FreeBSD crash.int.kcilink.com 5.3-BETA4 FreeBSD 5.3-BETA4 #9: Thu Sep 16 12:04:24 EDT 2004 khera@crash.int.kcilink.com:/var/usr.obj/usr/src/sys/CRASH i386 >Description: update mail/postfix-current to 2.2-20040919 TLS and IPv6 patches still fail, but updated them to latest versions too. >How-To-Repeat: >Fix: diff -Pru postfix-current/Makefile postfix-current.new/Makefile --- postfix-current/Makefile Fri Sep 3 11:39:42 2004 +++ postfix-current.new/Makefile Wed Sep 22 15:57:25 2004 @@ -15,7 +15,7 @@ # NOTE: PCRE is enabled by default unless you specifically disable it. PORTNAME= postfix -PORTVERSIONRAW= 2.2-20040829 +PORTVERSIONRAW= 2.2-20040919 PORTVERSION= ${PORTVERSIONRAW:S/-/./} PORTEPOCH= 2 CATEGORIES= mail ipv6 @@ -49,7 +49,7 @@ MAN8= anvil.8 bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ master.8 oqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 showq.8 \ smtp.8 smtpd.8 spawn.8 trace.8 trivial-rewrite.8 verify.8 virtual.8 \ - scache.8 + scache.8 discard.8 # TLS patch adds to MAN8 but doesn't have .html file, so avoid trying to # patch it. diff -Pru postfix-current/distinfo postfix-current.new/distinfo --- postfix-current/distinfo Fri Sep 3 11:39:42 2004 +++ postfix-current.new/distinfo Wed Sep 22 15:47:52 2004 @@ -1,2 +1,2 @@ -MD5 (postfix/postfix-2.2-20040829.tar.gz) = f73a622382cdfc0dfe5109c35bdf98d9 -SIZE (postfix/postfix-2.2-20040829.tar.gz) = 2065746 +MD5 (postfix/postfix-2.2-20040919.tar.gz) = 4611a1087f346c3d1ddcc0c1ec9466ab +SIZE (postfix/postfix-2.2-20040919.tar.gz) = 2077140 diff -Pru postfix-current/pkg-plist postfix-current.new/pkg-plist --- postfix-current/pkg-plist Fri Jul 23 10:55:07 2004 +++ postfix-current.new/pkg-plist Wed Sep 22 15:58:18 2004 @@ -25,6 +25,7 @@ libexec/postfix/anvil libexec/postfix/bounce libexec/postfix/cleanup +libexec/postfix/discard libexec/postfix/error libexec/postfix/flush libexec/postfix/lmtp @@ -157,6 +158,7 @@ %%PORTDOCS%%%%DOCSDIR%%/cidr_table.5.html %%PORTDOCS%%%%DOCSDIR%%/cleanup.8.html %%PORTDOCS%%%%DOCSDIR%%/defer.8.html +%%PORTDOCS%%%%DOCSDIR%%/discard.8.html %%PORTDOCS%%%%DOCSDIR%%/error.8.html %%PORTDOCS%%%%DOCSDIR%%/flush.8.html %%PORTDOCS%%%%DOCSDIR%%/header_checks.5.html diff -Pru postfix-current/scripts/configure.postfix postfix-current.new/scripts/configure.postfix --- postfix-current/scripts/configure.postfix Fri Jul 23 10:55:07 2004 +++ postfix-current.new/scripts/configure.postfix Wed Sep 22 15:45:30 2004 @@ -108,8 +108,8 @@ echo "USE_OPENSSL= yes" echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.18-2.1.0-0.9.7d.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.18-2.1.0-0.9.7d/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.19-2.2-20040829-0.9.7d.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.19-2.2-20040829-0.9.7d/pfixtls.diff" echo "PATCH_STRIP= -p1" echo "TLS_SUFFIX= +tls" SUB_TLS="" @@ -207,7 +207,7 @@ exit 1 fi echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= ipv6-1.24-pf-2.2-20040504.patch.gz" + echo "PATCHFILES+= ipv6-1.25-pf-2.2-20040616.patch.gz" echo "PATCH_DIST_STRIP= -p1" echo "IPv6_SUFFIX= +ipv6" echo "" @@ -225,7 +225,7 @@ echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= tls+ipv6-1.24-pf-2.2-20040504.patch.gz" + echo "PATCHFILES+= tls+ipv6-1.25-pf-2.2-20040616.patch.gz" echo "PATCH_DIST_STRIP= -p1" echo "TLS_SUFFIX= +tls+ipv6" SUB_TLS="" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040922200421.7FCCE250456>