diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-01 19:55:24 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-01 19:55:24 +0000 |
commit | 05ea4ef217cfb870eb5f544dac7963735a036fd5 (patch) | |
tree | a579cbef2ef5c22c3a036ac9c0aa14cf5aa3b373 /mail/postfix22/Makefile | |
parent | e3dd20c75b4481f8cc58f3c79f28e8733fbed726 (diff) |
Update to 2.0.16
PR: ports/57083 (partially)
PR submitted by: osa
Approved/Reviewed by: Vivek Khera <khera@kciLink.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=90005
Diffstat (limited to 'mail/postfix22/Makefile')
-rw-r--r-- | mail/postfix22/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index 607e96b69771..c4492982d8d9 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/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 |