diff options
author | mnag <mnag@FreeBSD.org> | 2006-04-18 21:24:14 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-04-18 21:24:14 +0800 |
commit | ea1c3960d227466a8e8e76b9281f61becbd5c525 (patch) | |
tree | f409f6700643d980230eb4d2e526c43af2438033 /mail/postfix25 | |
parent | 7739a0384abf05dff339052338445a57164c8f66 (diff) | |
download | freebsd-ports-gnome-ea1c3960d227466a8e8e76b9281f61becbd5c525.tar.gz freebsd-ports-gnome-ea1c3960d227466a8e8e76b9281f61becbd5c525.tar.zst freebsd-ports-gnome-ea1c3960d227466a8e8e76b9281f61becbd5c525.zip |
- Update VDA patch to 2.2.10
- Bump PORTREVISION
PR: 95677
Submitted by: mnag
Approved by: maintainer
Diffstat (limited to 'mail/postfix25')
-rw-r--r-- | mail/postfix25/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix25/distinfo | 6 | ||||
-rw-r--r-- | mail/postfix25/scripts/configure.postfix | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile index 74c498879834..329a371d45ac 100644 --- a/mail/postfix25/Makefile +++ b/mail/postfix25/Makefile @@ -16,6 +16,7 @@ PORTNAME= postfix PORTVERSION= 2.2.10 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ diff --git a/mail/postfix25/distinfo b/mail/postfix25/distinfo index 0d3649d76065..71b406277b9a 100644 --- a/mail/postfix25/distinfo +++ b/mail/postfix25/distinfo @@ -4,6 +4,6 @@ SIZE (postfix/postfix-2.2.10.tar.gz) = 2443513 MD5 (postfix/postfix-libspf2-2.2.0-5.patch) = 80be36e0f14e1a1f39a3b30b9b2d4115 SHA256 (postfix/postfix-libspf2-2.2.0-5.patch) = b43c29d3424a552ea990dca8031bd4110cb49b3ecb927f6bacc4cd1442f2dbed SIZE (postfix/postfix-libspf2-2.2.0-5.patch) = 26077 -MD5 (postfix/postfix-2.2.9-vda.patch.gz) = 9e574deee39ede061c3e90da529356ca -SHA256 (postfix/postfix-2.2.9-vda.patch.gz) = a67ea4a0b8c8a73ffc08c2d5d8b7d9289437112002b6041eff5d1215d1484e97 -SIZE (postfix/postfix-2.2.9-vda.patch.gz) = 7775 +MD5 (postfix/postfix-2.2.10-vda.patch.gz) = 625edf469963a0ba76eef2c6fd830c44 +SHA256 (postfix/postfix-2.2.10-vda.patch.gz) = 84c30af26b24d39398caf6bd8629c66da65e9b5bd7b0305b1b5217a4bddaa6ca +SIZE (postfix/postfix-2.2.10-vda.patch.gz) = 7791 diff --git a/mail/postfix25/scripts/configure.postfix b/mail/postfix25/scripts/configure.postfix index 15ddcee205bc..50bdc5875568 100644 --- a/mail/postfix25/scripts/configure.postfix +++ b/mail/postfix25/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.73 2006-04-06 21:46:57 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.74 2006-04-18 13:24:14 mnag Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -229,7 +229,7 @@ while [ "$1" ]; do ;; VDA) echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/" - echo "PATCHFILES+= postfix-2.2.9-vda.patch.gz" + echo "PATCHFILES+= postfix-2.2.10-vda.patch.gz" echo "PATCH_DIST_STRIP= -p1" ;; Test) |