diff options
author | mnag <mnag@FreeBSD.org> | 2006-04-07 05:46:57 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-04-07 05:46:57 +0800 |
commit | d11fa2025ef6392496366a7b7d495fce3bc9ff6b (patch) | |
tree | 5112f7cc8dad0c3088c777ea8fd53920cf2425c0 /mail/postfix/Makefile | |
parent | 2c16b76d993ba7ef98b1c1b6246d18a17c3df884 (diff) | |
download | freebsd-ports-graphics-d11fa2025ef6392496366a7b7d495fce3bc9ff6b.tar.gz freebsd-ports-graphics-d11fa2025ef6392496366a7b7d495fce3bc9ff6b.tar.zst freebsd-ports-graphics-d11fa2025ef6392496366a7b7d495fce3bc9ff6b.zip |
- Update to 2.2.10
- Trust only in host instead of subnet in default instalation. [1]
- Update VDA patch to 2.2.9
Notified by: Anton Yuzhaninov <citrin__citrin.ru>
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index b4402f69985..74c49887983 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -15,7 +15,7 @@ # NOTE: PCRE is enabled by default unless you specifically disable it. PORTNAME= postfix -PORTVERSION= 2.2.9 +PORTVERSION= 2.2.10 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ |