diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-02 23:32:39 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-02 23:32:39 +0800 |
commit | afc609328d2535bba7e97facb6e42a572102dba6 (patch) | |
tree | 94a318f54293b8200065ac2f5ecd5eb7c0d27cf7 /mail/postfix28/Makefile | |
parent | 6df60039e3cd5e91464f3d5be7c2f46d0afc0b3a (diff) | |
download | freebsd-ports-gnome-afc609328d2535bba7e97facb6e42a572102dba6.tar.gz freebsd-ports-gnome-afc609328d2535bba7e97facb6e42a572102dba6.tar.zst freebsd-ports-gnome-afc609328d2535bba7e97facb6e42a572102dba6.zip |
- Update postfix to 2.0.10 release
- Add option for using Postgres 7.2 in addition to 7.3
PR: 52620
Submitted by: Vivek Khera <khera@kcilink.com>
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r-- | mail/postfix28/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 63539a865545..56074aaf7c59 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -15,7 +15,7 @@ # NOTE: PCRE is enabled by default unless you specifically disable it. PORTNAME= postfix -PORTVERSION= 2.0.9 +PORTVERSION= 2.0.10 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ |