diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2013-04-23 01:56:36 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2013-04-23 01:56:36 +0000 |
commit | b18d6715cab70c3387681c0a18e1630ca8e7f7fd (patch) | |
tree | 270e68058a04419e786bfc2313f1a4c2028d65ec | |
parent | 248b457af89fc02ea83db3b53802c87f16ff0cee (diff) | |
download | ports-b18d6715cab70c3387681c0a18e1630ca8e7f7fd.tar.gz ports-b18d6715cab70c3387681c0a18e1630ca8e7f7fd.zip |
Notes
-rw-r--r-- | mail/postfix-current/Makefile | 19 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 4 | ||||
-rw-r--r-- | mail/postfix-current/pkg-descr | 2 |
3 files changed, 14 insertions, 11 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 6cf8d5b2b904..669995da2834 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,8 +1,8 @@ -# Created by: torstenb +# Created by: Torsten Blum <torstenb@FreeBSD.org> # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 2.10-20130113 +DISTVERSION= 2.11-20130405 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -17,6 +17,11 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= sahil@FreeBSD.org COMMENT= Secure alternative to widely-used Sendmail +LICENSE= IPL10 +LICENSE_NAME= IBM PUBLIC LICENSE VERSION 1.0 +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + CONFLICTS= courier-0.* postfix-1.* postfix-2.* postfix-base-2.* \ sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]* @@ -144,7 +149,7 @@ POSTFIX_AUXLIBS+= -lkrb5 ${KRB5_EXTR} -lcrypto -lcrypt -lcom_err -lasn1 -lroken .endif .if ${PORT_OPTIONS:MSASLKMIT} -LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 +LIB_DEPENDS+= krb5:${PORTSDIR}/security/krb5 POSTFIX_AUXLIBS+= -Wl,--rpath,$${KRB5_HOME:-${LOCALBASE}}/lib -lkrb5 -lcrypto -lcrypt -lcom_err .endif @@ -155,7 +160,7 @@ POSTFIX_AUXLIBS+= -L${OPENSSLLIB} ${LDFLAGS} -lssl -lcrypto .endif .if ${PORT_OPTIONS:MSPF} -LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2 +LIB_DEPENDS+= spf2:${PORTSDIR}/mail/libspf2 PATCH_SITES+= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= mm PATCHFILES+= postfix-2.8.0-libspf2-1.2.x-0.patch.gz @@ -203,11 +208,9 @@ POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lldap -llber _REQUIRE+= slapd .if ${PORT_OPTIONS:MLDAP_SASL} .if ! ${PORT_OPTIONS:MSASL2} -PORT_OPTIONS+=SASL2 -.endif -.if ${PORT_OPTIONS:MSASL2} -POSTFIX_CCARGS+= -DUSE_LDAP_SASL +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 .endif +POSTFIX_CCARGS+= -I${LOCALBASE}/include/sasl -DUSE_LDAP_SASL .endif .endif diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 7f76e4f509bf..d5c61ec13697 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,4 +1,4 @@ -SHA256 (postfix/postfix-2.10-20130113.tar.gz) = 3fde4d4a0296c26a24b69d63fe376b4e01fd01d65ef36ab12c56ac57a450bca3 -SIZE (postfix/postfix-2.10-20130113.tar.gz) = 3823921 +SHA256 (postfix/postfix-2.11-20130405.tar.gz) = 81ad2d8c94484d4e1fe9afb6b85d9c08dfac1086d9c721d0b30050574126aa0b +SIZE (postfix/postfix-2.11-20130405.tar.gz) = 3860386 SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191 diff --git a/mail/postfix-current/pkg-descr b/mail/postfix-current/pkg-descr index 58c625e46973..bcbf2703fea9 100644 --- a/mail/postfix-current/pkg-descr +++ b/mail/postfix-current/pkg-descr @@ -12,4 +12,4 @@ queue, external after queue), Berkeley DB database, LDAP database, MySQL database, PostgreSQL database, Maildir and mailbox format, Virtual domains, VERP envelope return addresses and others. -WWW: http://www.postfix.org/ +WWW: http://www.postfix.org/ |