Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2003 11:35:18 -0500 (EST)
From:      Vivek Khera <vivek@khera.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/58688: maintainer update of postfix-current
Message-ID:  <200310291635.h9TGZIuB033342@lorax.kciLink.com>
Resent-Message-ID: <200310291640.h9TGeLH6039846@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         58688
>Category:       ports
>Synopsis:       maintainer update of postfix-current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 29 08:40:20 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lorax.kcilink.com 4.9-RELEASE FreeBSD 4.9-RELEASE #15: Mon Oct 27 14:58:33 EST 2003 vivek@lorax.kcilink.com:/u/lorax1/usr/obj/u/lorax1/usr/src/sys/LORAX i386


	
>Description:
	

update postfix-current to latest version
fix port version error (used to contain a "-" now doesn't)
update maintainer email address to my preferred address.

>How-To-Repeat:
	
>Fix:

	

diff -Pru postfix-current/Makefile postfix-current.new/Makefile
--- postfix-current/Makefile	Thu Oct 16 10:13:42 2003
+++ postfix-current.new/Makefile	Wed Oct 29 11:05:24 2003
@@ -15,8 +15,9 @@
 # NOTE: PCRE is enabled by default unless you specifically disable it.
 
 PORTNAME=	postfix
-PORTVERSION=	2.0.14-20030812
-PORTEPOCH=	1
+PORTVERSIONRAW=	2.0.16-20031026
+PORTVERSION=	${PORTVERSIONRAW:S/-/./}
+PORTEPOCH=	2
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
 		ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
@@ -25,10 +26,10 @@
 		ftp://ftp.samurai.com/pub/postfix/experimental/ \
 		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/experimental/&,}
 MASTER_SITE_SUBDIR=	. old related/postfix
-DISTNAME=	postfix-${PORTVERSION}
+DISTNAME=	postfix-${PORTVERSIONRAW}
 DIST_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	khera@kciLink.com
+MAINTAINER=	vivek@khera.org
 COMMENT=	A secure alternative to widely-used Sendmail
 
 CONFLICTS=	courier-0.* postfix-1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.*
diff -Pru postfix-current/distinfo postfix-current.new/distinfo
--- postfix-current/distinfo	Thu Aug 28 09:58:17 2003
+++ postfix-current.new/distinfo	Wed Oct 29 11:16:40 2003
@@ -1,4 +1,4 @@
-MD5 (postfix/postfix-2.0.14-20030812.tar.gz) = 7e78521f7c7241dd7c442924804ef10d
-MD5 (postfix/tls+ipv6-1.17-pf-2.0.14-20030812.patch.gz) = 671a9792c9296d644b006e16c1c31a6c
-MD5 (postfix/ipv6-1.17-pf-2.0.14-20030812.patch.gz) = 00ecc0be7dcbcc4dc8a5b5e4352b8036
-MD5 (postfix/pfixtls-0.8.15a-2.0.14-20030715-0.9.7b.tar.gz) = b7572506f62cd5c64614128a5f0491e3
+MD5 (postfix/postfix-2.0.16-20031026.tar.gz) = 6b01059afaf48737878c666af91005d9
+MD5 (postfix/ipv6-1.18b-pf-2.0.16-20030921.patch.gz) = cf5be9e0fefa4dbaafeeec5687b87265
+MD5 (postfix/tls+ipv6-1.18b-pf-2.0.16-20030921.patch.gz) = d744dbc5f3fe71d634a36573cee5f2b4
+MD5 (postfix/pfixtls-0.8.16-2.0.16-20031022-0.9.7c.tar.gz) = 741215e2bbbc7845eec266862d6721a8
diff -Pru postfix-current/scripts/configure.postfix postfix-current.new/scripts/configure.postfix
--- postfix-current/scripts/configure.postfix	Thu Aug 28 09:58:17 2003
+++ postfix-current.new/scripts/configure.postfix	Wed Oct 29 11:31:53 2003
@@ -24,8 +24,8 @@
 SASL2		"Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \
 SASLKRB		"If your SASL requires Kerberos select this option" "$status_SASLKRB" \
 TLS		"SSL and TLS" "$status_TLS" \
-IPv6		"IPv6 support" "$status_IPv6" \
-IPv6TLS		"IPv6 support with SSL and TLS" "$status_IPv6TLS" \
+IPv6		"IPv6 support (broken)" "$status_IPv6" \
+IPv6TLS		"IPv6 support with SSL and TLS (broken)" "$status_IPv6TLS" \
 DB3		"Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \
 DB40		"Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \
 DB41		"Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \
@@ -106,8 +106,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.15a-2.0.14-20030715-0.9.7b.tar.gz"
-			echo "EXTRA_PATCHES+=	\${WRKDIR}/pfixtls-0.8.15a-2.0.14-20030715-0.9.7b/pfixtls.diff"
+			echo "DISTFILES+=	\${DISTNAME}.tar.gz pfixtls-0.8.16-2.0.16-20031022-0.9.7c.tar.gz"
+			echo "EXTRA_PATCHES+=	\${WRKDIR}/pfixtls-0.8.16-2.0.16-20031022-0.9.7c/pfixtls.diff"
 			echo "PATCH_STRIP=	-p1"
 			echo "TLS_SUFFIX=	+tls"
 			SUB_TLS=""
@@ -197,7 +197,7 @@
 				exit 1
 			fi
 			echo "PATCH_SITES+=	http://www.ipnet6.org/postfix/download/"
-			echo "PATCHFILES+=	ipv6-1.17-pf-2.0.14-20030812.patch.gz"
+			echo "PATCHFILES+=	ipv6-1.18b-pf-2.0.16-20030921.patch.gz"
 			echo "PATCH_DIST_STRIP=	-p1"
 			echo "IPv6_SUFFIX=	+ipv6"
 			echo ""
@@ -215,7 +215,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.17-pf-2.0.14-20030812.patch.gz"
+			echo "PATCHFILES+=	tls+ipv6-1.18b-pf-2.0.16-20030921.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?200310291635.h9TGZIuB033342>