diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2010-08-01 00:57:50 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2010-08-01 00:57:50 +0000 |
commit | 930ae5a10e24778150b9ee7c43d37a0b0470b605 (patch) | |
tree | e7c8d8f880373ca7d44ad747bc4a75fb45ef6aec /mail | |
parent | e0a901e149013ae53301af7cac67a6cd5f4e750b (diff) | |
download | ports-930ae5a10e24778150b9ee7c43d37a0b0470b605.tar.gz ports-930ae5a10e24778150b9ee7c43d37a0b0470b605.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 8 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 3ad8252b9024..3a51c3670def 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -DISTVERSION= 2.8-20100707 +DISTVERSION= 2.8-20100728 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -171,8 +171,8 @@ _REQUIRE+= postgresql .if defined(WITH_SQLITE) USE_SQLITE= yes -POSTFIX_CCARGS+= -DHAS_SQLITE -I${LOCALBASE}/include -POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsqlite3 +POSTFIX_CCARGS+= -DHAS_SQLITE -I${LOCALBASE}/include +POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsqlite3 .endif .if defined(WITH_OPENLDAP) @@ -210,7 +210,7 @@ PLIST_SUB+= TEST="@comment " .endif .if defined(WITH_INST_BASE) -PKGNAMESUFFIX= -base +PKGNAMESUFFIX+= -base PREFIX= /usr ETCDIR= /etc/postfix USE_RCORDER= postfix.sh diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index bfbb50080fa2..57e256cfab70 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -MD5 (postfix/postfix-2.8-20100707.tar.gz) = 694ed73c39a81355e1ef92c9fb11b47c -SHA256 (postfix/postfix-2.8-20100707.tar.gz) = 05ab6c9f51e0bb685d00bfdbe2c019cf7126f6a2a3a5a0bfd9c275f6ab43fe2b -SIZE (postfix/postfix-2.8-20100707.tar.gz) = 3474450 +MD5 (postfix/postfix-2.8-20100728.tar.gz) = b8b34a856648d9a132938910d8d61966 +SHA256 (postfix/postfix-2.8-20100728.tar.gz) = 1e8248a1b765526789c1db980ea0e27a2f411d43e14235682a53cf75a71f26ea +SIZE (postfix/postfix-2.8-20100728.tar.gz) = 3480354 |