diff options
author | mnag <mnag@FreeBSD.org> | 2007-10-23 02:39:39 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2007-10-23 02:39:39 +0800 |
commit | e43120b9a33a194a153d59262c80b05566bcdde9 (patch) | |
tree | d527d61b71cbdc9e5723fd7fbad2fa309bd2aee4 /mail/postfix27/Makefile | |
parent | 8bbf2dd39e3071584b752a6d1bc10c1e27d050f1 (diff) | |
download | freebsd-ports-gnome-e43120b9a33a194a153d59262c80b05566bcdde9.tar.gz freebsd-ports-gnome-e43120b9a33a194a153d59262c80b05566bcdde9.tar.zst freebsd-ports-gnome-e43120b9a33a194a153d59262c80b05566bcdde9.zip |
- Update to 2.4.6
- Update VDA patch to 2.4.5
- Teach postfix to 8.0 [1]
PR: 117304 [1]
Submitted by: Oliver Peter <hoschi___mouhaha.de> [1]
Approved by: maintainer
Diffstat (limited to 'mail/postfix27/Makefile')
-rw-r--r-- | mail/postfix27/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index e1d71d6a4449..6b22660c207a 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.4.5 +PORTVERSION= 2.4.6 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -185,7 +185,7 @@ _REQUIRE+= ypserv .if defined(WITH_VDA) PATCH_SITES+= http://vda.sourceforge.net/VDA/ -PATCHFILES+= postfix-2.4.4-vda-ng.patch.gz +PATCHFILES+= postfix-2.4.5-vda-ng.patch.gz PATCH_DIST_STRIP= -p1 .endif |