diff options
author | mnag <mnag@FreeBSD.org> | 2006-01-25 01:54:03 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-01-25 01:54:03 +0800 |
commit | ff6e2825210595ee5a0d270fe0139b6f847ca481 (patch) | |
tree | d5c4d6625d13828b97830a830211fc166557e1ca /mail/postfix-current | |
parent | 2fce462cbcf3a4acad37735187db258bed217ec4 (diff) | |
download | freebsd-ports-gnome-ff6e2825210595ee5a0d270fe0139b6f847ca481.tar.gz freebsd-ports-gnome-ff6e2825210595ee5a0d270fe0139b6f847ca481.tar.zst freebsd-ports-gnome-ff6e2825210595ee5a0d270fe0139b6f847ca481.zip |
- Update to 2.3-20060123
- portlint(1)
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 27 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 |
2 files changed, 16 insertions, 17 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index d1c2f96ecc96..8d59ac9294dd 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -DISTVERSION= 2.3-20060112 +DISTVERSION= 2.3-20060123 PORTEPOCH= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -25,7 +25,6 @@ CONFLICTS= courier-0.* postfix-1.* postfix-2.0.* postfix-2.1.* postfix-2.2.* \ NO_LATEST_LINK= yes USE_SUBMAKE= yes -USE_REINPLACE= yes USE_PERL5_BUILD=yes USE_RC_SUBR= postfix.sh @@ -97,7 +96,7 @@ POSTFIX_CCARGS+= -DNO_PCRE .if defined(WITH_SASL) .if defined(WITH_SASL2) || defined(WITH_DOVECOT) -BROKEN= "Select only one SASL authentication method" +BROKEN= Select only one SASL authentication method .endif LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl1 @@ -106,7 +105,7 @@ POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl -lpam -lcrypt .if defined(WITH_SASL2) .if defined(WITH_SASL) || defined(WITH_DOVECOT) -BROKEN= "Select only one SASL authentication method" +BROKEN= Select only one SASL authentication method .endif LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl @@ -115,7 +114,7 @@ POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt .if defined(WITH_DOVECOT) .if defined(WITH_SASL) || defined(WITH_SASL2) -BROKEN= "Select only one SASL authentication method" +BROKEN= Select only one SASL authentication method .endif RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DDEF_SASL_SERVER=\"dovecot\" @@ -123,21 +122,21 @@ POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DDEF_SASL_SERVER=\"dovecot\" .if defined(WITH_SASLKRB) .if defined(WITH_SASLKRB5) || defined(WITH_SASLKMIT) -BROKEN= "Select only one SASL Kerberos option" +BROKEN= Select only one SASL Kerberos option .endif POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err .endif .if defined(WITH_SASLKRB5) .if defined(WITH_SASLKRB) || defined(WITH_SASLKMIT) -BROKEN= "Select only one SASL Kerberos option" +BROKEN= Select only one SASL Kerberos option .endif POSTFIX_AUXLIBS+= -lkrb5 -lcrypto -lcrypt -lcom_err -lasn1 -lroken .endif .if defined(WITH_SASLKMIT) .if defined(WITH_SASLKRB) || defined(WITH_SASLKRB5) -BROKEN= "Select only one SASL Kerberos option" +BROKEN= Select only one SASL Kerberos option .endif LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 POSTFIX_AUXLIBS+= -Wl,--rpath,$${KRB5_HOME:-${LOCALBASE}}/lib -lkrb5 -lcrypto -lcrypt -lcom_err @@ -151,7 +150,7 @@ POSTFIX_AUXLIBS+= -L${OPENSSLLIB} ${LDFLAGS} -lssl -lcrypto .if defined(WITH_DB3) .if defined(WITH_DB40) || defined(WITH_DB41) || defined(WITH_DB42) || defined(WITH_DB43) -BROKEN= "Select only one Berkeley DB version" +BROKEN= Select only one Berkeley DB version .endif LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3 POSTFIX_CCARGS+= -I${LOCALBASE}/include/db3 @@ -160,7 +159,7 @@ POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -ldb3 .if defined(WITH_DB40) .if defined(WITH_DB3) || defined(WITH_DB41) || defined(WITH_DB42) || defined(WITH_DB43) -BROKEN= "Select only one Berkeley DB version" +BROKEN= Select only one Berkeley DB version .endif LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 POSTFIX_CCARGS+= -I${LOCALBASE}/include/db4 @@ -169,7 +168,7 @@ POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -ldb4 .if defined(WITH_DB40) .if defined(WITH_DB3) || defined(WITH_DB41) || defined(WITH_DB42) || defined(WITH_DB43) -BROKEN= "Select only one Berkeley DB version" +BROKEN= Select only one Berkeley DB version .endif LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 POSTFIX_CCARGS+= -I${LOCALBASE}/include/db4 @@ -178,7 +177,7 @@ POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -ldb4 .if defined(WITH_DB41) .if defined(WITH_DB3) || defined(WITH_DB40) || defined(WITH_DB42) || defined(WITH_DB43) -BROKEN= "Select only one Berkeley DB version" +BROKEN= Select only one Berkeley DB version .endif LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 POSTFIX_CCARGS+= -I${LOCALBASE}/include/db41 @@ -187,7 +186,7 @@ POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -ldb41 .if defined(WITH_DB42) .if defined(WITH_DB3) || defined(WITH_DB40) || defined(WITH_DB41) || defined(WITH_DB43) -BROKEN= "Select only one Berkeley DB version" +BROKEN= Select only one Berkeley DB version .endif LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 POSTFIX_CCARGS+= -I${LOCALBASE}/include/db42 @@ -196,7 +195,7 @@ POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib/db42/ -ldb .if defined(WITH_DB43) .if defined(WITH_DB3) || defined(WITH_DB40) || defined(WITH_DB41) || defined(WITH_DB42) -BROKEN= "Select only one Berkeley DB version" +BROKEN= Select only one Berkeley DB version .endif LIB_DEPENDS+= db-4.3.0:${PORTSDIR}/databases/db43 POSTFIX_CCARGS+= -I${LOCALBASE}/include/db43 diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 5a1842ba53ff..52bf03de1d45 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -MD5 (postfix/postfix-2.3-20060112.tar.gz) = a1998c65b873e9c02e571dba2a707175 -SHA256 (postfix/postfix-2.3-20060112.tar.gz) = 93495d86df2ffea3d064bb961a054d6813af7fb3149aeffb989a948ee45417cd -SIZE (postfix/postfix-2.3-20060112.tar.gz) = 2576937 +MD5 (postfix/postfix-2.3-20060123.tar.gz) = df9a454b85676c39f6a5eec91c59e939 +SHA256 (postfix/postfix-2.3-20060123.tar.gz) = 87bd1bacbba018796204c34899b8b654646c0b37441434998cb6c00b61303035 +SIZE (postfix/postfix-2.3-20060123.tar.gz) = 2587973 |