ports/60701: postfix-current maintainer update

Vivek Khera vivek at khera.org
Mon Dec 29 19:11:41 UTC 2003


>Number:         60701
>Category:       ports
>Synopsis:       postfix-current maintainer update
>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:   Mon Dec 29 11:10:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD lorax.kcilink.com 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #17: Thu Dec 4 17:12:31 EST 2003 vivek at lorax.kcilink.com:/u/lorax1/usr/obj/u/lorax1/usr/src/sys/LORAX i386


	
>Description:
	

update postfix-current to 23-DEC-2003 release
update PostgreSQL port names/versions to match released postgres.

>How-To-Repeat:
	
>Fix:

	

diff -Pru postfix-current/Makefile postfix-current.new/Makefile
--- postfix-current/Makefile	Wed Dec 17 12:41:55 2003
+++ postfix-current.new/Makefile	Mon Dec 29 13:44:43 2003
@@ -15,7 +15,7 @@
 # NOTE: PCRE is enabled by default unless you specifically disable it.
 
 PORTNAME=	postfix
-PORTVERSION=	2.0.16.20031113
+PORTVERSION=	2.0.16.20031223
 PORTEPOCH=	2
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
diff -Pru postfix-current/distinfo postfix-current.new/distinfo
--- postfix-current/distinfo	Wed Dec 17 12:41:55 2003
+++ postfix-current.new/distinfo	Mon Dec 29 13:45:22 2003
@@ -1,4 +1,4 @@
-MD5 (postfix/postfix-2.0.16-20031113.tar.gz) = ad9c62aae19505763861ce38f1d8687c
+MD5 (postfix/postfix-2.0.16-20031223.tar.gz) = 4b23a66020c5a84636b7253f336a9ac8
 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-20031113-0.9.7c.tar.gz) = 1bf33c20f3513227fb61e5a240b42812
diff -Pru postfix-current/scripts/configure.postfix postfix-current.new/scripts/configure.postfix
--- postfix-current/scripts/configure.postfix	Wed Dec 17 12:41:55 2003
+++ postfix-current.new/scripts/configure.postfix	Mon Dec 29 13:49:03 2003
@@ -23,14 +23,15 @@
 SASL		"Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \
 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" \
+TLS		"SSL and TLS (broken)" "$status_TLS" \
 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" \
 MySQL		"MySQL map lookups" "$status_MySQL" \
-PgSQL		"PostgreSQL v7.3 map lookups" "$status_PgSQL" \
+PgSQL		"PostgreSQL v7.4 map lookups" "$status_PgSQL" \
+PgSQL73		"PostgreSQL v7.3 map lookups" "$status_PgSQL73" \
 PgSQL72		"PostgreSQL v7.2 map lookups" "$status_PgSQL72" \
 OpenLDAP12	"OpenLDAP 1.2 map lookups" "$status_OpenLDAP" \
 OpenLDAP20	"OpenLDAP 2.0 map lookups" "$status_OpenLDAP" \
@@ -156,6 +157,13 @@
 			;;
 		PgSQL)
 			echo "POSTGRESQL_PORT?=	databases/postgresql7"
+			echo "LIB_DEPENDS+=	pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}"
+			echo "POSTFIX_CCARGS+=	-DHAS_PGSQL -I\${LOCALBASE}/include  -I\${LOCALBASE}/pgsql/include"
+			echo "POSTFIX_AUXLIBS+=	-L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt"
+			echo "PGSQL_SUFFIX=	+pgsql"
+			;;
+		PgSQL73)
+			echo "POSTGRESQL_PORT?=	databases/postgresql73"
 			echo "LIB_DEPENDS+=	pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}"
 			echo "POSTFIX_CCARGS+=	-DHAS_PGSQL -I\${LOCALBASE}/include  -I\${LOCALBASE}/pgsql/include"
 			echo "POSTFIX_AUXLIBS+=	-L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt"

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list