[75551] trunk/dports/mail/postfix
jmr at macports.org
jmr at macports.org
Sat Jan 29 16:39:59 PST 2011
Revision: 75551
http://trac.macports.org/changeset/75551
Author: jmr at macports.org
Date: 2011-01-29 16:39:57 -0800 (Sat, 29 Jan 2011)
Log Message:
-----------
postfix: update to 2.8.0
Modified Paths:
--------------
trunk/dports/mail/postfix/Portfile
Added Paths:
-----------
trunk/dports/mail/postfix/files/patch-makedefs
Modified: trunk/dports/mail/postfix/Portfile
===================================================================
--- trunk/dports/mail/postfix/Portfile 2011-01-29 19:47:58 UTC (rev 75550)
+++ trunk/dports/mail/postfix/Portfile 2011-01-30 00:39:57 UTC (rev 75551)
@@ -3,7 +3,7 @@
PortSystem 1.0
name postfix
-version 2.7.2
+version 2.8.0
categories mail
license IBMPL-1.0
maintainers jmr openmaintainer
@@ -15,9 +15,9 @@
Postfix act as delivery daemon for ezmlm-idx.
homepage http://www.postfix.org/
platforms darwin
-checksums md5 9a91e4f6f1bed6a04e0852cb6604191c \
- sha1 2415c63c98ba0e0273bcb490ee7753a3891f5a73 \
- rmd160 e07a59f2f663b286a6c24e75b98952a51d2234fe
+checksums md5 d8b11dcc620693ef3f0f3afc105c58bb \
+ sha1 d7a4fb5ee1f5d12aa1abd6cf8ce8254b4805486d \
+ rmd160 b7d5c5e6972c1cba6296c23bf4f7cb8a943cfb15
master_sites http://archive.mgm51.com/mirrors/postfix-source/official/ \
http://de.postfix.org/ftpmirror/official/ \
@@ -26,7 +26,8 @@
http://mirror.postfix.jp/postfix-release/official/ \
http://postfix.bbnx.net/source/official/
-patchfiles patch-sys_defs.h patch-mail_params.h patch-postfix-install
+patchfiles patch-sys_defs.h patch-mail_params.h patch-postfix-install \
+ patch-makedefs
post-patch {
eval reinplace "s|/etc/|${prefix}/etc/|g" \
@@ -69,8 +70,6 @@
# Beginning with Mac OS X 10.5, the user 'postfix' changed to '_postfix'
platform darwin 8 {
- global pf_mail_owner
- global pf_setgid_group
set pf_mail_owner "postfix"
set pf_setgid_group "postdrop"
}
@@ -80,7 +79,7 @@
}
configure {
- system "cd ${worksrcpath} && make makefiles CC='${configure.cc}' \
+ system "cd ${worksrcpath} && ${build.cmd} makefiles CC='${configure.cc}' \
OPT='${configure.optflags}' CCARGS='${CCARGS}' AUXLIBS='${AUXLIBS}'"
}
Added: trunk/dports/mail/postfix/files/patch-makedefs
===================================================================
--- trunk/dports/mail/postfix/files/patch-makedefs (rev 0)
+++ trunk/dports/mail/postfix/files/patch-makedefs 2011-01-30 00:39:57 UTC (rev 75551)
@@ -0,0 +1,12 @@
+--- makedefs.orig 2011-01-17 08:02:31.000000000 +1100
++++ makedefs 2011-01-30 11:06:45.000000000 +1100
+@@ -413,8 +413,7 @@
+ # Darwin > 1.3 uses awk and flat_namespace
+ case $RELEASE in
+ 1.[0-3]) AWK=gawk;;
+- *) AWK=awk
+- SYSLIBS=-flat_namespace;;
++ *) AWK=awk;;
+ esac
+ # Darwin 7 adds IPv6 support, BIND_8_COMPAT, NO_NETINFO
+ case $RELEASE in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110129/8967c879/attachment.html>
More information about the macports-changes
mailing list