diff options
author | osa <osa@FreeBSD.org> | 2003-10-02 03:55:24 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-10-02 03:55:24 +0800 |
commit | 6c32b37e7f6a369f5d433133e3c0ffea996e623f (patch) | |
tree | 1b9f87af3cecec290ac5db02c3a7d5116e9b66f7 /mail/postfix/Makefile | |
parent | 4634f8813ea5383ba6d0b5a60a58bdbf398b74fe (diff) | |
download | freebsd-ports-gnome-6c32b37e7f6a369f5d433133e3c0ffea996e623f.tar.gz freebsd-ports-gnome-6c32b37e7f6a369f5d433133e3c0ffea996e623f.tar.zst freebsd-ports-gnome-6c32b37e7f6a369f5d433133e3c0ffea996e623f.zip |
Update to 2.0.16
PR: ports/57083 (partially)
PR submitted by: osa
Approved/Reviewed by: Vivek Khera <khera@kciLink.com> (maintainer)
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 607e96b69771..c4492982d8d9 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.0.15 +PORTVERSION= 2.0.16 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -27,6 +27,8 @@ MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= postfix-2.0-ns-mx-acl-patch.gz MAINTAINER= khera@kciLink.com COMMENT= A secure alternative to widely-used Sendmail |