ports/52511: update of postfix-current port

Ben Rosengart gnats at narcissus.net
Thu May 22 21:40:10 UTC 2003


The following reply was made to PR ports/52511; it has been noted by GNATS.

From: Ben Rosengart <gnats at narcissus.net>
To: Vivek Khera <vivek at khera.org>
Cc: freebsd-gnats-submit at FreeBSD.org, gnats at narcissus.net
Subject: Re: ports/52511: update of postfix-current port
Date: Thu, 22 May 2003 17:33:19 -0400

 --VbJkn9YxBvnuCH5J
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On Thu, May 22, 2003 at 09:25:03AM -0400, Vivek Khera wrote:
 > I agree with maintainership change, but the current patch looks quite 
 > incomplete.  The pkg-plist has changed dramatically, and the port 
 > should be based on the postfix 2.0.9 port.  A *lot* has changed since 
 > the last time postfix-current was last updated.
 
 You are obviously correct.  New patchset is attached.
 
 -- 
  Ben Rosengart                                          ben at narcissus.net
        "Young people should be seen and not heard, because they're
         good-looking but not too bright.  We're pretty bright now,
         but we're ugly." -- Grace Slick on the '60s youth movement
 
 --VbJkn9YxBvnuCH5J
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=postfix-patch
 
 diff -ru /usr/ports/mail/postfix/Makefile postfix-current/Makefile
 --- /usr/ports/mail/postfix/Makefile	Sat May 17 05:06:54 2003
 +++ postfix-current/Makefile	Tue May 20 22:51:16 2003
 @@ -2,7 +2,7 @@
  # Date created: 	18 Mar 1999
  # Whom:			torstenb
  #
 -# $FreeBSD: ports/mail/postfix/Makefile,v 1.73 2003/05/12 21:02:52 obraun Exp $
 +# $FreeBSD: ports/mail/postfix-current/Makefile,v 1.92 2003/02/21 12:42:22 knu Exp $
  #
  
  # To pre-select options in batch mode, run make like this:
 @@ -15,15 +15,15 @@
  # NOTE: PCRE is enabled by default unless you specifically disable it.
  
  PORTNAME=	postfix
 -PORTVERSION=	2.0.9
 +PORTVERSION=	2.0.9-20030424
  PORTEPOCH=	1
  CATEGORIES=	mail ipv6
 -MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
 +MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
  		ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
 -		ftp://ftp.tux.org/pub/net/postfix/official/ \
 -		ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \
 -		ftp://ftp.samurai.com/pub/postfix/official/ \
 -		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,}
 +		ftp://ftp.tux.org/pub/net/postfix/experimental/ \
 +		ftp://ftp.utoronto.ca/mirror/packages/postfix/experimental/ \
 +		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}
  DIST_SUBDIR=	${PORTNAME}
 @@ -48,6 +48,8 @@
  # TLS patch adds to MAN8 but doesn't have .html file, so avoid trying to
  # patch it.
  MAN8base=$(MAN8:S/tlsmgr.8//)
 +
 +NO_LATEST_LINK=	yes
  
  CONF1=	main.cf master.cf access aliases canonical pcre_table regexp_table \
  	relocated transport virtual
 Only in /usr/ports/mail/postfix: Makefile.inc
 diff -ru /usr/ports/mail/postfix/distinfo postfix-current/distinfo
 --- /usr/ports/mail/postfix/distinfo	Sat May 17 05:06:54 2003
 +++ postfix-current/distinfo	Tue May 20 22:53:34 2003
 @@ -1,5 +1 @@
 -MD5 (postfix/postfix-2.0.9.tar.gz) = c1ad12edfa19c23579b251078c464651
 -MD5 (postfix/tls+ipv6-1.14-pf-2.0.9.patch.gz) = 6c55e142fc4b6ebf5e5ee707574446ba
 -MD5 (postfix/ipv6-1.14-pf-2.0.9.patch.gz) = a449622b4a822a726065c8f2a960bbad
 -MD5 (postfix/pfixtls-0.8.13-2.0.9-0.9.7b.tar.gz) = f34a4b7e55a02675d04358e036f1362d
 -MD5 (postfix/postfix-pg.postfix-2.0.0.2.patch) = 5a0aa5ef6a231a593eb6c5628236a3e4
 +MD5 (postfix/postfix-2.0.9-20030424.tar.gz) = f02afb07a4ff5ada3251b0b61cf6bc38
 Only in /usr/ports/mail/postfix/files: patch-main.cf
 diff -ru /usr/ports/mail/postfix/pkg-install postfix-current/pkg-install
 --- /usr/ports/mail/postfix/pkg-install	Sat Jun 22 04:23:42 2002
 +++ postfix-current/pkg-install	Sat Jun 22 04:23:42 2002
 @@ -1,6 +1,6 @@
  #!/bin/sh
  #
 -#	$FreeBSD: ports/mail/postfix/pkg-install,v 1.15 2002/06/20 01:32:20 dwcjr Exp $
 +#	$FreeBSD: ports/mail/postfix-current/pkg-install,v 1.13 2002/06/20 01:34:00 dwcjr Exp $
  #
  
  PKG_PREFIX=${PKG_PREFIX:=/usr/local}
 diff -ru /usr/ports/mail/postfix/pkg-plist postfix-current/pkg-plist
 --- /usr/ports/mail/postfix/pkg-plist	Sat Jan 25 17:42:14 2003
 +++ postfix-current/pkg-plist	Thu May 22 17:30:54 2003
 @@ -37,6 +37,7 @@
  etc/postfix/sample-pcre-access.cf
  etc/postfix/sample-pcre-body.cf
  etc/postfix/sample-pcre-header.cf
 +etc/postfix/sample-pgsql-aliases.cf
  etc/postfix/sample-qmqpd.cf
  etc/postfix/sample-rate.cf
  etc/postfix/sample-regexp-access.cf
 @@ -45,11 +46,13 @@
  etc/postfix/sample-relocated.cf
  etc/postfix/sample-resource.cf
  etc/postfix/sample-rewrite.cf
 +etc/postfix/sample-scheduler.cf
  etc/postfix/sample-smtp.cf
  etc/postfix/sample-smtpd.cf
  etc/postfix/sample-transport.cf
  etc/postfix/sample-virtual.cf
  etc/postfix/sample-transport
 +etc/postfix/sample-verify.cf
  etc/postfix/sample-virtual
  %%SUB_TLS%%etc/postfix/sample-tls.cf
  libexec/postfix/bounce
 @@ -70,6 +73,7 @@
  libexec/postfix/smtpd
  libexec/postfix/spawn
  libexec/postfix/trivial-rewrite
 +libexec/postfix/verify
  libexec/postfix/virtual
  %%SUB_TLS%%libexec/postfix/tlsmgr
  sbin/postalias
 @@ -89,6 +93,7 @@
  %%SUB_TEST%%sbin/smtp-sink
  %%SUB_TEST%%sbin/smtp-source
  %%PORTDOCS%%share/doc/postfix/ADDRESS_CLASS_README
 +%%PORTDOCS%%share/doc/postfix/ADDRESS_VERIFICATION_README
  %%PORTDOCS%%share/doc/postfix/DB_README
  %%PORTDOCS%%share/doc/postfix/DEBUG_README
  %%PORTDOCS%%share/doc/postfix/ETRN_README
 @@ -108,6 +113,7 @@
  %%PORTDOCS%%share/doc/postfix/RELEASE_NOTES
  %%PORTDOCS%%share/doc/postfix/RESTRICTION_CLASS_README
  %%PORTDOCS%%share/doc/postfix/SASL_README
 +%%PORTDOCS%%share/doc/postfix/SCHEDULER_README
  %%PORTDOCS%%share/doc/postfix/ULTRIX_README
  %%PORTDOCS%%share/doc/postfix/UUCP_README
  %%PORTDOCS%%share/doc/postfix/VERP_README
 diff -ru /usr/ports/mail/postfix/scripts/configure postfix-current/scripts/configure
 --- /usr/ports/mail/postfix/scripts/configure	Sat Jan 11 04:21:57 2003
 +++ postfix-current/scripts/configure	Wed Aug 29 23:36:38 2001
 @@ -1,6 +1,6 @@
  #!/bin/sh
  #
 -# $FreeBSD: ports/mail/postfix/scripts/configure,v 1.7 2003/01/09 05:10:39 petef Exp $
 +# $FreeBSD: ports/mail/postfix-current/scripts/configure,v 1.7 2001/08/30 03:36:38 dwcjr Exp $
  
  for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \
  	mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \
 Only in /usr/ports/mail/postfix: work
 
 --VbJkn9YxBvnuCH5J--



More information about the freebsd-ports-bugs mailing list