From ea1c3960d227466a8e8e76b9281f61becbd5c525 Mon Sep 17 00:00:00 2001 From: mnag Date: Tue, 18 Apr 2006 13:24:14 +0000 Subject: - Update VDA patch to 2.2.10 - Bump PORTREVISION PR: 95677 Submitted by: mnag Approved by: maintainer --- mail/postfix/Makefile | 1 + mail/postfix/distinfo | 6 +++--- mail/postfix/scripts/configure.postfix | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'mail/postfix') diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 74c498879834..329a371d45ac 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/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/postfix/distinfo b/mail/postfix/distinfo index 0d3649d76065..71b406277b9a 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/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/postfix/scripts/configure.postfix b/mail/postfix/scripts/configure.postfix index ac3ee86327e2..3c3ed2d936e4 100644 --- a/mail/postfix/scripts/configure.postfix +++ b/mail/postfix/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.73 2006-04-06 21:46:57 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix/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) -- cgit