diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-18 13:24:14 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-18 13:24:14 +0000 |
commit | c1b39087f5a4123b2a9a99817453da12e86a459d (patch) | |
tree | f9eab3d553b21dbd35d08887ec95955599fc8977 /mail/postfix28 | |
parent | - Update to 2.82 (diff) |
- Update VDA patch to 2.2.10
- Bump PORTREVISION
PR: 95677
Submitted by: mnag
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=159873
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix28/distinfo | 6 | ||||
-rw-r--r-- | mail/postfix28/scripts/configure.postfix | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 74c498879834..329a371d45ac 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/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/postfix28/distinfo b/mail/postfix28/distinfo index 0d3649d76065..71b406277b9a 100644 --- a/mail/postfix28/distinfo +++ b/mail/postfix28/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/postfix28/scripts/configure.postfix b/mail/postfix28/scripts/configure.postfix index 70a1e0eb836c..34ad37dfb61c 100644 --- a/mail/postfix28/scripts/configure.postfix +++ b/mail/postfix28/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.73 2006-04-06 21:46:57 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/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) |