aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix22/scripts
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-04-06 21:46:57 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-04-06 21:46:57 +0000
commit8cd1a5b41ad246dc31d37ca0b5988f0a8b98d1e4 (patch)
tree08ce90f28de231365d9521bc93c3565b97e1b4f3 /mail/postfix22/scripts
parent26672870574704dd77d5aeef39010908beecb85f (diff)
downloadports-8cd1a5b41ad246dc31d37ca0b5988f0a8b98d1e4.tar.gz
ports-8cd1a5b41ad246dc31d37ca0b5988f0a8b98d1e4.zip
- Update to 2.2.10
- Trust only in host instead of subnet in default instalation. [1] - Update VDA patch to 2.2.9 Notified by: Anton Yuzhaninov <citrin__citrin.ru>
Notes
Notes: svn path=/head/; revision=158987
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 c920df9c761a..114f19c95d99 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.72 2006-02-22 13:53:31 mnag Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.73 2006-04-06 21:46:57 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.8-vda.patch.gz"
+ echo "PATCHFILES+= postfix-2.2.9-vda.patch.gz"
echo "PATCH_DIST_STRIP= -p1"
;;
Test)