aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix23
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-02-22 13:53:31 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-02-22 13:53:31 +0000
commitb12f1423531a4612aa987275420058c9afc6c906 (patch)
tree4ef8141566d4acdaf758b373ccbc130284f0ecf0 /mail/postfix23
parent3f6d7dd2477be6f895e1f69d49b726ff10c2bdcb (diff)
downloadports-b12f1423531a4612aa987275420058c9afc6c906.tar.gz
ports-b12f1423531a4612aa987275420058c9afc6c906.zip
- Update to 2.2.9
- Update VDA patch to 2.2.8
Notes
Notes: svn path=/head/; revision=156663
Diffstat (limited to 'mail/postfix23')
-rw-r--r--mail/postfix23/Makefile3
-rw-r--r--mail/postfix23/distinfo12
-rw-r--r--mail/postfix23/scripts/configure.postfix4
3 files changed, 9 insertions, 10 deletions
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile
index 171db8be1fce..b4402f699855 100644
--- a/mail/postfix23/Makefile
+++ b/mail/postfix23/Makefile
@@ -15,8 +15,7 @@
# NOTE: PCRE is enabled by default unless you specifically disable it.
PORTNAME= postfix
-PORTVERSION= 2.2.8
-PORTREVISION= 2
+PORTVERSION= 2.2.9
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
diff --git a/mail/postfix23/distinfo b/mail/postfix23/distinfo
index 091547d720da..82f7ddc78528 100644
--- a/mail/postfix23/distinfo
+++ b/mail/postfix23/distinfo
@@ -1,9 +1,9 @@
-MD5 (postfix/postfix-2.2.8.tar.gz) = 971bf94de3e8433c8965c27b42d56b9a
-SHA256 (postfix/postfix-2.2.8.tar.gz) = eb6c5aebafe873b0a9b27fc6abc38ee3fb3b51465c5d5b73318ab15bebfd216b
-SIZE (postfix/postfix-2.2.8.tar.gz) = 2434615
+MD5 (postfix/postfix-2.2.9.tar.gz) = be78631bd9b6bf7735e43abfa54d69f6
+SHA256 (postfix/postfix-2.2.9.tar.gz) = 47cacebab97f2659f83c4aeff5b9660505684bd7f8fb2f41628997673eb94f69
+SIZE (postfix/postfix-2.2.9.tar.gz) = 2442158
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.5-vda.patch.gz) = 22c12038d355e104856a02cfcf8a31d9
-SHA256 (postfix/postfix-2.2.5-vda.patch.gz) = 338347da4da49f820f4fecaaf2a9f757eedfa047b2286e34ceaa380707a4846c
-SIZE (postfix/postfix-2.2.5-vda.patch.gz) = 7744
+MD5 (postfix/postfix-2.2.8-vda.patch.gz) = 50a7768db7bf7374b6e3fa24b99c19b9
+SHA256 (postfix/postfix-2.2.8-vda.patch.gz) = b325514aa1bb3f90dcc749be16f7c74d18d8ab75cee6f9b20d740dd0ce5c07ac
+SIZE (postfix/postfix-2.2.8-vda.patch.gz) = 7741
diff --git a/mail/postfix23/scripts/configure.postfix b/mail/postfix23/scripts/configure.postfix
index b12625b5f801..545df61817a5 100644
--- a/mail/postfix23/scripts/configure.postfix
+++ b/mail/postfix23/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.71 2006-01-24 20:09:39 mnag Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.72 2006-02-22 13:53:31 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.5-vda.patch.gz"
+ echo "PATCHFILES+= postfix-2.2.8-vda.patch.gz"
echo "PATCH_DIST_STRIP= -p1"
;;
Test)