diff options
author | ohauer <ohauer@FreeBSD.org> | 2016-03-30 17:28:59 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2016-03-30 17:28:59 +0800 |
commit | a8310ecec18bf2706034652884f175f65049282f (patch) | |
tree | 0db2f89b2185f2822756c992c661153aa896c45d /mail | |
parent | 88f39529836190f4a36a2a8d9488321cf0130000 (diff) | |
download | freebsd-ports-gnome-a8310ecec18bf2706034652884f175f65049282f.tar.gz freebsd-ports-gnome-a8310ecec18bf2706034652884f175f65049282f.tar.zst freebsd-ports-gnome-a8310ecec18bf2706034652884f175f65049282f.zip |
- update to 3.2-20160327
- remove ${PORTSDIR} from dependency
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 16 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index da465bf15dec..65780e85e53e 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2-20160314 +DISTVERSION= 3.2-20160327 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ @@ -23,7 +23,7 @@ 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:${PORTSDIR}/devel/icu +LIB_DEPENDS= libicuuc.so:devel/icu CONFLICTS_INSTALL?= courier-0.* opensmtpd-[0-9]* \ sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* postfix211-* \ @@ -47,14 +47,14 @@ OPTIONS_RADIO_RG1= SASLKRB5 SASLKMIT OPTIONS_DEFAULT= PCRE TLS BDB_USE= BDB=yes -CDB_LIB_DEPENDS= libcdb.so:${PORTSDIR}/databases/tinycdb +CDB_LIB_DEPENDS= libcdb.so:databases/tinycdb LDAP_USE= OPENLDAP=yes -LMDB_LIB_DEPENDS= liblmdb.so:${PORTSDIR}/databases/lmdb +LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb MYSQL_USE= MYSQL=yes -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PGSQL_USES= pgsql -SASLKMIT_LIB_DEPENDS= libkrb5.so:${PORTSDIR}/security/krb5 -SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +SASLKMIT_LIB_DEPENDS= libkrb5.so:security/krb5 +SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SQLITE_USES= sqlite TLS_USE= OPENSSL=yes @@ -219,7 +219,7 @@ POSTFIX_DYN_AUXLIBS+= "AUXLIBS_LDAP=-L${LOCALBASE}/lib -lldap -L${LOCALBASE}/lib _REQUIRE+= slapd . if ${PORT_OPTIONS:MLDAP_SASL} . if ! ${PORT_OPTIONS:MSASL} -LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 . endif WANT_OPENLDAP_SASL= yes POSTFIX_CCARGS+= -I${LOCALBASE}/include/sasl -DUSE_LDAP_SASL diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index bb89da6bcd44..bc5e434260be 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,2 +1,2 @@ -SHA256 (postfix/postfix-3.2-20160314.tar.gz) = edcadbd45e9e9aafa7aea7c62d72571454c3ceab793a5f4b36612a35b6ebb5d6 -SIZE (postfix/postfix-3.2-20160314.tar.gz) = 4331538 +SHA256 (postfix/postfix-3.2-20160327.tar.gz) = 6718c0cba4e612229e42bb70013610682741b6b7e8c7952557cd6c6db72fc5f1 +SIZE (postfix/postfix-3.2-20160327.tar.gz) = 4334899 |