diff options
| author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-22 13:53:31 +0000 | 
|---|---|---|
| committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-22 13:53:31 +0000 | 
| commit | b12f1423531a4612aa987275420058c9afc6c906 (patch) | |
| tree | 4ef8141566d4acdaf758b373ccbc130284f0ecf0 | |
| parent | - Update to 1.15 (diff) | |
- Update to 2.2.9
- Update VDA patch to 2.2.8
Notes
Notes:
    svn path=/head/; revision=156663
| -rw-r--r-- | mail/postfix/Makefile | 3 | ||||
| -rw-r--r-- | mail/postfix/distinfo | 12 | ||||
| -rw-r--r-- | mail/postfix/scripts/configure.postfix | 4 | ||||
| -rw-r--r-- | mail/postfix22/Makefile | 3 | ||||
| -rw-r--r-- | mail/postfix22/distinfo | 12 | ||||
| -rw-r--r-- | mail/postfix22/scripts/configure.postfix | 4 | ||||
| -rw-r--r-- | mail/postfix23/Makefile | 3 | ||||
| -rw-r--r-- | mail/postfix23/distinfo | 12 | ||||
| -rw-r--r-- | mail/postfix23/scripts/configure.postfix | 4 | ||||
| -rw-r--r-- | mail/postfix24/Makefile | 3 | ||||
| -rw-r--r-- | mail/postfix24/distinfo | 12 | ||||
| -rw-r--r-- | mail/postfix24/scripts/configure.postfix | 4 | ||||
| -rw-r--r-- | mail/postfix25/Makefile | 3 | ||||
| -rw-r--r-- | mail/postfix25/distinfo | 12 | ||||
| -rw-r--r-- | mail/postfix25/scripts/configure.postfix | 4 | ||||
| -rw-r--r-- | mail/postfix26/Makefile | 3 | ||||
| -rw-r--r-- | mail/postfix26/distinfo | 12 | ||||
| -rw-r--r-- | mail/postfix26/scripts/configure.postfix | 4 | ||||
| -rw-r--r-- | mail/postfix27/Makefile | 3 | ||||
| -rw-r--r-- | mail/postfix27/distinfo | 12 | ||||
| -rw-r--r-- | mail/postfix27/scripts/configure.postfix | 4 | ||||
| -rw-r--r-- | mail/postfix28/Makefile | 3 | ||||
| -rw-r--r-- | mail/postfix28/distinfo | 12 | ||||
| -rw-r--r-- | mail/postfix28/scripts/configure.postfix | 4 | 
24 files changed, 72 insertions, 80 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 171db8be1fce..b4402f699855 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/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/postfix/distinfo b/mail/postfix/distinfo index 091547d720da..82f7ddc78528 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/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/postfix/scripts/configure.postfix b/mail/postfix/scripts/configure.postfix index e6966d4db0a6..9bb622013402 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.71 2006-01-24 20:09:39 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix/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) diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index 171db8be1fce..b4402f699855 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/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/postfix22/distinfo b/mail/postfix22/distinfo index 091547d720da..82f7ddc78528 100644 --- a/mail/postfix22/distinfo +++ b/mail/postfix22/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/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix index 011c2f0bb35d..c920df9c761a 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.71 2006-01-24 20:09:39 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/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) 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) diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile index 171db8be1fce..b4402f699855 100644 --- a/mail/postfix24/Makefile +++ b/mail/postfix24/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/postfix24/distinfo b/mail/postfix24/distinfo index 091547d720da..82f7ddc78528 100644 --- a/mail/postfix24/distinfo +++ b/mail/postfix24/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/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix index 2ff5606d4121..b9a51f49d3a7 100644 --- a/mail/postfix24/scripts/configure.postfix +++ b/mail/postfix24/scripts/configure.postfix @@ -1,5 +1,5 @@  #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.71 2006-01-24 20:09:39 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/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) diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile index 171db8be1fce..b4402f699855 100644 --- a/mail/postfix25/Makefile +++ b/mail/postfix25/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/postfix25/distinfo b/mail/postfix25/distinfo index 091547d720da..82f7ddc78528 100644 --- a/mail/postfix25/distinfo +++ b/mail/postfix25/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/postfix25/scripts/configure.postfix b/mail/postfix25/scripts/configure.postfix index eae87e9a881b..b0e0cb2fa7c6 100644 --- a/mail/postfix25/scripts/configure.postfix +++ b/mail/postfix25/scripts/configure.postfix @@ -1,5 +1,5 @@  #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.71 2006-01-24 20:09:39 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/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) diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index 171db8be1fce..b4402f699855 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/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/postfix26/distinfo b/mail/postfix26/distinfo index 091547d720da..82f7ddc78528 100644 --- a/mail/postfix26/distinfo +++ b/mail/postfix26/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/postfix26/scripts/configure.postfix b/mail/postfix26/scripts/configure.postfix index c5a343e71615..b213609ff6f2 100644 --- a/mail/postfix26/scripts/configure.postfix +++ b/mail/postfix26/scripts/configure.postfix @@ -1,5 +1,5 @@  #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.71 2006-01-24 20:09:39 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/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) diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 171db8be1fce..b4402f699855 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/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/postfix27/distinfo b/mail/postfix27/distinfo index 091547d720da..82f7ddc78528 100644 --- a/mail/postfix27/distinfo +++ b/mail/postfix27/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/postfix27/scripts/configure.postfix b/mail/postfix27/scripts/configure.postfix index 91015448b506..b9dd974b7709 100644 --- a/mail/postfix27/scripts/configure.postfix +++ b/mail/postfix27/scripts/configure.postfix @@ -1,5 +1,5 @@  #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.71 2006-01-24 20:09:39 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/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) diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 171db8be1fce..b4402f699855 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/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/postfix28/distinfo b/mail/postfix28/distinfo index 091547d720da..82f7ddc78528 100644 --- a/mail/postfix28/distinfo +++ b/mail/postfix28/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/postfix28/scripts/configure.postfix b/mail/postfix28/scripts/configure.postfix index a4b0f7f33a56..8a4fa6dd9723 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.71 2006-01-24 20:09:39 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/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)  | 
