diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-12-27 22:13:11 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-12-27 22:13:11 +0000 |
commit | aca5120f8b1ab0e0469bfccff6a79d460b6fba99 (patch) | |
tree | 9c77d69c7a97529dc24556aa617f99aa03bfdbb7 /mail/postfix-current | |
parent | 0eceed64c03d05c3fc79371d346915e6abe5f478 (diff) |
Notes
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 40c952bf509a..26f3a4d9cb12 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -DISTVERSION= 2.3-20051223 +DISTVERSION= 2.3-20051227 PORTEPOCH= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -95,7 +95,7 @@ POSTFIX_CCARGS+= -DNO_PCRE BROKEN= "Select only one SASL version" .endif LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl -POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl1 +POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl1 POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl -lpam -lcrypt .endif @@ -104,7 +104,7 @@ POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl -lpam -lcrypt BROKEN= "Select only one SASL version" .endif LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl +POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt .endif diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 9a606b280913..08eee3c79fde 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -MD5 (postfix/postfix-2.3-20051223.tar.gz) = 3fb7cd68dd2f855bc1f797dbe4a8b644 -SHA256 (postfix/postfix-2.3-20051223.tar.gz) = ffbac92647f71896ccc7e177842ca48305d64085aa4a91cf907ea76adc1917f0 -SIZE (postfix/postfix-2.3-20051223.tar.gz) = 2567271 +MD5 (postfix/postfix-2.3-20051227.tar.gz) = fb7adb0ff080c871dc0d5e114669793c +SHA256 (postfix/postfix-2.3-20051227.tar.gz) = 7b1cfdf7fc9275966033707548e853459f2c1387ef75ea54fcc779ee32040157 +SIZE (postfix/postfix-2.3-20051227.tar.gz) = 2572150 |