svn commit: r378978 - head/mail/postfix-current
Olli Hauer
ohauer at FreeBSD.org
Sat Feb 14 17:45:04 UTC 2015
Author: ohauer
Date: Sat Feb 14 17:45:02 2015
New Revision: 378978
URL: https://svnweb.freebsd.org/changeset/ports/378978
QAT: https://qat.redports.org/buildarchive/r378978/
Log:
- update to postfix 3.0.0 release [1]
- cleanup MASTER_SITES
- enable new pie parameter (build with -fPIC)
[1] keep the port as postfix-current until we are sure
the new distributed layout will not change
(location of libs, dynamicmaps.cf.d, postfix-files.d ...)
Release announcement:
http://www.postfix.org/announcements/postfix-3.0.0.html
Release Notes:
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.0.0.RELEASE_NOTES
Approved by: sahil (implicit)
Modified:
head/mail/postfix-current/Makefile
head/mail/postfix-current/distinfo
head/mail/postfix-current/pkg-plist
Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile Sat Feb 14 17:42:19 2015 (r378977)
+++ head/mail/postfix-current/Makefile Sat Feb 14 17:45:02 2015 (r378978)
@@ -2,16 +2,19 @@
# $FreeBSD$
PORTNAME= postfix
-DISTVERSION= 3.0-20150129
+DISTVERSION= 3.0-20150208
PORTEPOCH= 4
CATEGORIES= mail ipv6
-MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
- ftp://postfix.mirrors.pair.com/experimental/ \
- ftp://ftp.tux.org/pub/net/postfix/experimental/ \
- http://mirrors.rootservices.net/postfix/experimental/ \
- ftp://ftp.samurai.com/pub/postfix/experimental/ \
- http://ftp.unicamp.br/pub/postfix/experimental/
+MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \
+ http://de.postfix.org/ftpmirror/ \
+ http://cdn.postfix.johnriley.me/mirrors/postfix-release/ \
+ http://www.artfiles.org/postfix.org/postfix-release/ \
+ http://mirror.lhsolutions.nl/postfix-release/ \
+ ftp://postfix.mirrors.pair.com/
+#MASTER_SITES:= ${MASTER_SITES:S|$|experimental/|}
+MASTER_SITES:= ${MASTER_SITES:S|$|official/|}
PKGNAMESUFFIX= -current
+DISTNAME= ${PORTNAME}-3.0.0
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= sahil at FreeBSD.org
@@ -90,7 +93,7 @@ IS_INTERACTIVE= yes
MAKEFILEFLAGS+= DEBUG=
.endif
-MAKEFILEFLAGS+= CC="${CC}" OPT="${CFLAGS}"
+MAKEFILEFLAGS+= pie=yes CC="${CC}" OPT="${CFLAGS}"
.if ${PORT_OPTIONS:MINST_BASE}
PKGNAMESUFFIX= -base
@@ -186,7 +189,7 @@ POSTFIX_AUXLIBS+= -Wl,--rpath,$${KRB5_HO
.if ${PORT_OPTIONS:MTLS}
USE_OPENSSL= yes
POSTFIX_CCARGS+= -DUSE_TLS -I${OPENSSLINC}
-# XXX LDFLAGS possible breaks dynamic building
+# XXX LDFLAGS possible breaks dynamic building
POSTFIX_AUXLIBS+= -L${OPENSSLLIB} ${LDFLAGS} -lssl -lcrypto
.else
POSTFIX_CCARGS+= -DNO_TLS
Modified: head/mail/postfix-current/distinfo
==============================================================================
--- head/mail/postfix-current/distinfo Sat Feb 14 17:42:19 2015 (r378977)
+++ head/mail/postfix-current/distinfo Sat Feb 14 17:45:02 2015 (r378978)
@@ -1,2 +1,2 @@
-SHA256 (postfix/postfix-3.0-20150129.tar.gz) = d8055245af463e286513ac143ccfbae6f09ceefb3f7c689f24bcc7413f269fe7
-SIZE (postfix/postfix-3.0-20150129.tar.gz) = 4239461
+SHA256 (postfix/postfix-3.0.0.tar.gz) = c2f2f10aa3e6b7090ba979e9c515e42b3140c5c1c17a33d58787569df7ae0955
+SIZE (postfix/postfix-3.0.0.tar.gz) = 4239248
Modified: head/mail/postfix-current/pkg-plist
==============================================================================
--- head/mail/postfix-current/pkg-plist Sat Feb 14 17:42:19 2015 (r378977)
+++ head/mail/postfix-current/pkg-plist Sat Feb 14 17:45:02 2015 (r378978)
@@ -155,7 +155,7 @@ sbin/sendmail
@dir libexec/postfix/dynamicmaps.cf.d
@dir libexec/postfix/postfix-files.d
@dir %%PFETC%%
- at dir /var/db/postfix
+ at dir(postfix,,700) /var/db/postfix
@dir(postfix,,700) /var/spool/postfix/active
@dir(postfix,,700) /var/spool/postfix/bounce
@dir(postfix,,700) /var/spool/postfix/corrupt
More information about the svn-ports-all
mailing list