diff options
author | osa <osa@FreeBSD.org> | 2003-09-09 22:35:10 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-09-09 22:35:10 +0800 |
commit | 861c3d07af98f5d245c79c97836cc571f6d92936 (patch) | |
tree | 5080ff605a3a8a48db1e9de07db71a2648700aab /mail/postfix28/Makefile | |
parent | 4e550a0d8a2591b7981ee6faa44f9fa7460173cf (diff) | |
download | freebsd-ports-gnome-861c3d07af98f5d245c79c97836cc571f6d92936.tar.gz freebsd-ports-gnome-861c3d07af98f5d245c79c97836cc571f6d92936.tar.zst freebsd-ports-gnome-861c3d07af98f5d245c79c97836cc571f6d92936.zip |
Update postfix to latest release (mainly a Solaris bug workaround).
Submitted by: Vivek Khera <khera@kcilink.com> (maintainer)
PR: 56631
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 098c72576fcb..607e96b69771 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.14 +PORTVERSION= 2.0.15 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ |