Date: Wed, 30 Mar 2016 09:29:00 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412163 - head/mail/postfix-current Message-ID: <201603300929.u2U9T0kk085904@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Wed Mar 30 09:28:59 2016 New Revision: 412163 URL: https://svnweb.freebsd.org/changeset/ports/412163 Log: - update to 3.2-20160327 - remove ${PORTSDIR} from dependency Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Wed Mar 30 09:09:00 2016 (r412162) +++ head/mail/postfix-current/Makefile Wed Mar 30 09:28:59 2016 (r412163) @@ -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 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${ _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 Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Wed Mar 30 09:09:00 2016 (r412162) +++ head/mail/postfix-current/distinfo Wed Mar 30 09:28:59 2016 (r412163) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603300929.u2U9T0kk085904>