diff options
author | ohauer <ohauer@FreeBSD.org> | 2016-05-29 19:17:32 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2016-05-29 19:17:32 +0800 |
commit | b54c75854a7d56618da3e4d2717a669c7b269acf (patch) | |
tree | d4d877def142f93ce13796d67a27523a02844e66 /mail | |
parent | 59bdaef09a4cafb0a6aff4ef79be7b1f24a48c2d (diff) | |
download | freebsd-ports-gnome-b54c75854a7d56618da3e4d2717a669c7b269acf.tar.gz freebsd-ports-gnome-b54c75854a7d56618da3e4d2717a669c7b269acf.tar.zst freebsd-ports-gnome-b54c75854a7d56618da3e4d2717a669c7b269acf.zip |
- update to 3.2-20160527
20160526
Feature: cidr tables now support if/endif and negation (by
prepending "!" to a pattern), just like regexp and pcre
tables. The primarily purpose is to improve readability of
complex tables. Files: util/cidr_match.[hc], util/dict_cidr.c,
proto/cidr_table.
Cleanup: make regexp: and pcre: parser warning messages more
similar. Files: dict_regexp.c, dict_pcre.c.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index fc3381e51ad5..db7a5743987c 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2-20160522 +DISTVERSION= 3.2-20160527 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index ba5b42bd9a2c..e1e4c559ea2c 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464084000 -SHA256 (postfix/postfix-3.2-20160522.tar.gz) = 958b97163df169c5e29c28e9bded74ea5f3dcec49be6bc908e9be85287a19017 -SIZE (postfix/postfix-3.2-20160522.tar.gz) = 4338083 +TIMESTAMP = 1464520135 +SHA256 (postfix/postfix-3.2-20160527.tar.gz) = 879c9e93ffa5779cf9846773d4a7866f8e0464ec1275c0a3630890792fb77ac1 +SIZE (postfix/postfix-3.2-20160527.tar.gz) = 4339037 |