diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2018-01-30 20:13:18 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2018-01-30 20:13:18 +0000 |
commit | 74fd49f53e1d18557045e936161fb4eab871a8a5 (patch) | |
tree | ea282e7650e9a83726dc3fba83e3de1244cb9ee3 /mail/postfix | |
parent | 39136a21199118cf432d1fdf8b69fe35429c74f0 (diff) | |
download | ports-74fd49f53e1d18557045e936161fb4eab871a8a5.tar.gz ports-74fd49f53e1d18557045e936161fb4eab871a8a5.zip |
Notes
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 19 | ||||
-rw-r--r-- | mail/postfix/distinfo | 6 |
2 files changed, 15 insertions, 10 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index c30c186c8dcc..6e8638bf5a3b 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= postfix -PORTVERSION= 3.2.4 +PORTVERSION= 3.2.5 +PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ @@ -17,13 +18,12 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ohauer@FreeBSD.org COMMENT= Secure alternative to widely-used Sendmail -LICENSE= IPL10 +LICENSE= IPL10 EPL +LICENSE_COMB= multi LICENSE_NAME= IBM PUBLIC LICENSE VERSION 1.0 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LIB_DEPENDS= libicuuc.so:devel/icu - PORTSCOUT= limit:^3\.2\. CONFLICTS_INSTALL?= courier-0.* opensmtpd-[0-9]* \ @@ -40,15 +40,16 @@ USE_SUBMAKE= yes SCRIPTS_ENV+= POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}" OPTIONS_SUB= yes -OPTIONS_DEFINE= BDB CDB DOCS INST_BASE LDAP LDAP_SASL LMDB MYSQL \ +OPTIONS_DEFINE= BDB CDB DOCS EAI INST_BASE LDAP LDAP_SASL LMDB MYSQL \ NIS PCRE PGSQL SASL SQLITE TEST TLS OPTIONS_RADIO= RG1 OPTIONS_RADIO_RG1= SASLKRB5 SASLKMIT -OPTIONS_DEFAULT= PCRE TLS +OPTIONS_DEFAULT= EAI PCRE TLS BDB_USES= bdb CDB_LIB_DEPENDS= libcdb.so:databases/tinycdb +EAI_LIB_DEPENDS= libicuuc.so:devel/icu LDAP_USE= OPENLDAP=yes LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb MYSQL_USE= MYSQL=yes @@ -60,6 +61,7 @@ SQLITE_USES= sqlite TLS_USES= ssl CDB_DESC= CDB maps lookups +EAI_DESC= Email Address Internationalization (SMTPUTF8) support INST_BASE_DESC= Install into /usr and /etc/postfix LDAP_DESC= LDAP maps (uses WITH_OPENLDAP_VER) LDAP_SASL_DESC= LDAP client-to-server SASL auth @@ -150,9 +152,12 @@ _REQUIRE= LOGIN cleanvar dovecot POSTFIX_CCARGS+= -DUSE_SASL_AUTH # Email Address Internationalization (EAI, RFC 6531..6533) -# This is now mandantory! +.if ${PORT_OPTIONS:MEAI} POSTFIX_CCARGS+= -DHAS_EAI -I${LOCALBASE}/include POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -licuuc +.else +POSTFIX_CCARGS+= -DNO_EAI +.endif .if ${PORT_OPTIONS:MPCRE} DYN_EXT+= pcre diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 6221d98430df..77c3cc83dfaa 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1511368835 -SHA256 (postfix/postfix-3.2.4.tar.gz) = ec55ebaa2aa464792af8d5ee103eb68b27a42dc2b36a02fee42dafbf9740c7f6 -SIZE (postfix/postfix-3.2.4.tar.gz) = 4390376 +TIMESTAMP = 1517107020 +SHA256 (postfix/postfix-3.2.5.tar.gz) = 7d0b841d3a46e7c64f392fcc4de5dd3f4bdcfd0b9e48fc235bdff6a208f0f376 +SIZE (postfix/postfix-3.2.5.tar.gz) = 4394765 |