aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix24/Makefile
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2008-02-29 04:04:09 +0800
committermnag <mnag@FreeBSD.org>2008-02-29 04:04:09 +0800
commitfe08e911dbfc0dc0b325d05f75bb58f330f5814c (patch)
tree352916924bddf42716446b85cc1a5e9002d7875a /mail/postfix24/Makefile
parent2cc1d89f63b453d57104364719c4095418bddbb3 (diff)
downloadfreebsd-ports-gnome-fe08e911dbfc0dc0b325d05f75bb58f330f5814c.tar.gz
freebsd-ports-gnome-fe08e911dbfc0dc0b325d05f75bb58f330f5814c.tar.zst
freebsd-ports-gnome-fe08e911dbfc0dc0b325d05f75bb58f330f5814c.zip
- Update to 2.4.7
- Update VDA patch to 2.4.6 - Change MAINTAINER - Added NO_LATEST_LINK Repocopied by: marcus Repocopy from: mail/postfix
Diffstat (limited to 'mail/postfix24/Makefile')
-rw-r--r--mail/postfix24/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile
index 6b22660c207a..78126dfbe59e 100644
--- a/mail/postfix24/Makefile
+++ b/mail/postfix24/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postfix
-PORTVERSION= 2.4.6
+PORTVERSION= 2.4.7
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
@@ -19,13 +19,13 @@ MASTER_SITE_SUBDIR= . old related/postfix
DISTNAME= postfix-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
-# blanket approval for version updates: mnag@FreeBSD.org
-MAINTAINER= vivek@khera.org
+MAINTAINER= mnag@FreeBSD.org
COMMENT= A secure alternative to widely-used Sendmail
CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-35-9].* postfix-current-2.* \
sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.*
+NO_LATEST_LINK= yes
USE_SUBMAKE= yes
USE_PERL5_BUILD=yes
USE_RC_SUBR= postfix.sh
@@ -185,7 +185,7 @@ _REQUIRE+= ypserv
.if defined(WITH_VDA)
PATCH_SITES+= http://vda.sourceforge.net/VDA/
-PATCHFILES+= postfix-2.4.5-vda-ng.patch.gz
+PATCHFILES+= postfix-2.4.6-vda-ng.patch.gz
PATCH_DIST_STRIP= -p1
.endif