Date: Tue, 5 Jul 2005 17:31:36 -0300 (BRT) From: Marcus Grando <marcus@corp.grupos.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jylefort@FreeBSD.org, vivek@khera.org Subject: ports/83032: Update port: mail/postfix VDA patch to 2.2.4 and MAN pages fixes Message-ID: <20050705203136.E682755AE@corp.grupos.com.br> Resent-Message-ID: <200507052040.j65KeHfn021986@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83032 >Category: ports >Synopsis: Update port: mail/postfix VDA patch to 2.2.4 and MAN pages fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 05 20:40:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #49: Mon May 9 12:28:47 BRT 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update port: mail/postfix VDA patch to 2.2.4 and MAN pages fixes - Update VDA patch to 2.2.4 - Fix man pages (ports/82768) Note: Please close ports/82768 >How-To-Repeat: >Fix: --- postfix.patch begins here --- diff -ruN postfix.orig/Makefile postfix/Makefile --- postfix.orig/Makefile Thu Jun 23 12:10:10 2005 +++ postfix/Makefile Tue Jul 5 17:12:27 2005 @@ -16,7 +16,7 @@ PORTNAME= postfix PORTVERSION= 2.2.4 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -37,18 +37,24 @@ USE_SUBMAKE= yes USE_REINPLACE= yes -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 postfix.1 \ - postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 postsuper.1 sendmail.1 +MAN1= postalias.1 postcat.1 postconf.1 postdrop.1 postfix.1 postkick.1 \ + postlock.1 postlog.1 postmap.1 postqueue.1 postsuper.1 sendmail.1 -MAN5= access.5 aliases.5 body_checks.5 canonical.5 cidr_table.5 generic.5 \ - header_checks.5 ldap_table.5 master.5 mysql_table.5 nisplus_table.5 \ - pcre_table.5 pgsql_table.5 postconf.5 regexp_table.5 relocated.5 \ - transport.5 virtual.5 - -MAN8= anvil.8 bounce.8 cleanup.8 defer.8 discard.8 error.8 flush.8 lmtp.8 \ - local.8 master.8 oqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 \ - scache.8 showq.8 smtp.8 smtpd.8 spawn.8 tlsmgr.8 trace.8 trivial-rewrite.8 \ - verify.8 virtual.8 +MAN5= access.5 aliases.5 canonical.5 cidr_table.5 generic.5 header_checks.5 \ + ldap_table.5 master.5 mysql_table.5 nisplus_table.5 pcre_table.5 \ + pgsql_table.5 postconf.5 regexp_table.5 relocated.5 transport.5 \ + virtual.5 + +MAN8= anvil.8 bounce.8 cleanup.8 discard.8 error.8 flush.8 lmtp.8 local.8 \ + master.8 oqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 scache.8 \ + showq.8 smtp.8 smtpd.8 spawn.8 tlsmgr.8 trivial-rewrite.8 verify.8 \ + virtual.8 + +MLINKS= sendmail.1 mailq.1 \ + sendmail.1 newaliases.1 \ + header_checks.5 body_checks.5 \ + bounce.8 defer.8 \ + bounce.8 trace.8 CONF1= access aliases canonical generic header_checks main.cf master.cf \ relocated transport virtual diff -ruN postfix.orig/distinfo postfix/distinfo --- postfix.orig/distinfo Thu Jun 23 12:10:10 2005 +++ postfix/distinfo Tue Jul 5 17:15:40 2005 @@ -2,5 +2,5 @@ SIZE (postfix/postfix-2.2.4.tar.gz) = 2427281 MD5 (postfix/postfix-libspf2-2.2.0-5.patch) = 80be36e0f14e1a1f39a3b30b9b2d4115 SIZE (postfix/postfix-libspf2-2.2.0-5.patch) = 26077 -MD5 (postfix/postfix-2.2.3-vda.patch.gz) = fcc8b7e7d94a9ce2d97453da0e6cd7c9 -SIZE (postfix/postfix-2.2.3-vda.patch.gz) = 7748 +MD5 (postfix/postfix-2.2.4-vda.patch.gz) = 7049364c6476edf80d6ff861ca37936f +SIZE (postfix/postfix-2.2.4-vda.patch.gz) = 7712 diff -ruN postfix.orig/scripts/configure.postfix postfix/scripts/configure.postfix --- postfix.orig/scripts/configure.postfix Tue May 10 14:31:41 2005 +++ postfix/scripts/configure.postfix Tue Jul 5 17:13:01 2005 @@ -211,7 +211,7 @@ ;; VDA) /bin/echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/" - /bin/echo "PATCHFILES+= postfix-2.2.3-vda.patch.gz" + /bin/echo "PATCHFILES+= postfix-2.2.4-vda.patch.gz" /bin/echo "PATCH_DIST_STRIP= -p1" ;; Test) --- postfix.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050705203136.E682755AE>