aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix22/scripts
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-04-18 13:24:14 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-04-18 13:24:14 +0000
commitc1b39087f5a4123b2a9a99817453da12e86a459d (patch)
treef9eab3d553b21dbd35d08887ec95955599fc8977 /mail/postfix22/scripts
parentf8fca2f757c1bdd260372ab954f973d56c1bdd0c (diff)
downloadports-c1b39087f5a4123b2a9a99817453da12e86a459d.tar.gz
ports-c1b39087f5a4123b2a9a99817453da12e86a459d.zip
- 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/postfix22/scripts')
-rw-r--r--mail/postfix22/scripts/configure.postfix4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix
index 114f19c95d99..c97260fe1f1c 100644
--- a/mail/postfix22/scripts/configure.postfix
+++ b/mail/postfix22/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.73 2006-04-06 21:46:57 mnag Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/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)