Date: Wed, 9 Jun 2010 21:45:53 +0200 (CEST) From: olli hauer <ohauer@gmx.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ohauer@gmx.de Subject: ports/147734: [patch] port mail/postfix update from 2.6.6 to 2.6.7 Message-ID: <20100609194553.0F601201ED@u18-124.dsl.vianetworks.de> Resent-Message-ID: <201006091950.o59Jo32X020951@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 147734 >Category: ports >Synopsis: [patch] port mail/postfix update from 2.6.6 to 2.6.7 >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: Wed Jun 09 19:50:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: olli hauer <ohauer@gmx.de> >Release: >Organization: >Environment: >Description: - update to version 2.6.7 - remove empty var from startup script - get rid off patchfiles with '::' in filename ( http://wiki.freebsd.org/PortsLongtermTargets section 'Not using :: in patchfile name' ) >How-To-Repeat: >Fix: --- patch_mail_postfix26.txt begins here --- Index: distinfo =================================================================== --- distinfo (revision 5) +++ distinfo (working copy) @@ -1,6 +1,6 @@ -MD5 (postfix/postfix-2.6.6.tar.gz) = 2032102731aee48b4d1541962ecc0438 -SHA256 (postfix/postfix-2.6.6.tar.gz) = 03b08a4a93065ffd07b2abd1e461575215cc8e0ba90595145c0e2e86ea3f0a36 -SIZE (postfix/postfix-2.6.6.tar.gz) = 3327136 +MD5 (postfix/postfix-2.6.7.tar.gz) = d82e78cb5ffd3528d4fe0aa8626f4923 +SHA256 (postfix/postfix-2.6.7.tar.gz) = 7070003cb8d2e89e9c018220c5cac54ab91f68519d9daa3126bf32f5bbcf0594 +SIZE (postfix/postfix-2.6.7.tar.gz) = 3327583 MD5 (postfix/postfix-2.6.5-vda-ng.patch.gz) = 43e54d0a1a016b90d15a1bd231e6fa38 SHA256 (postfix/postfix-2.6.5-vda-ng.patch.gz) = e1c04e9d268dc84832334997e1f593af9877dbd5030708280427a0dc4452e797 SIZE (postfix/postfix-2.6.5-vda-ng.patch.gz) = 12435 Index: files/patch-src::util::sys_defs.h =================================================================== --- files/patch-src::util::sys_defs.h (revision 5) +++ files/patch-src::util::sys_defs.h (working copy) @@ -1,21 +0,0 @@ ---- src/util/sys_defs.h.orig 2010-03-27 22:48:21.000000000 -0400 -+++ src/util/sys_defs.h 2010-03-27 22:49:57.000000000 -0400 -@@ -25,7 +25,7 @@ - */ - #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ - || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ -- || defined(FREEBSD8) \ -+ || defined(FREEBSD8) || defined(FREEBSD9) \ - || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ - || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \ - || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \ -@@ -111,7 +111,8 @@ - #define HAS_DUPLEX_PIPE /* 4.1 breaks with kqueue(2) */ - #endif - --#if __FreeBSD_version >= 800098 /* commit: r194262 */ -+#if (__FreeBSD_version >= 702104 && __FreeBSD_version <= 800000) \ -+ || __FreeBSD_version >= 800100 - #define HAS_CLOSEFROM - #endif - Index: files/postfix.sh.in =================================================================== --- files/postfix.sh.in (revision 5) +++ files/postfix.sh.in (working copy) @@ -28,7 +28,6 @@ : ${postfix_enable:="NO"} : ${postfix_pidfile:="/var/spool/postfix/pid/master.pid"} : ${postfix_procname:="%%PREFIX%%/libexec/postfix/master"} -: ${postfix_flags:=""} start_cmd=${name}_start stop_cmd=${name}_stop Index: Makefile =================================================================== --- Makefile (revision 5) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.6.6 +PORTVERSION= 2.6.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ --- patch_mail_postfix26.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100609194553.0F601201ED>