diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-05 22:03:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-05 22:03:14 +0000 |
commit | 13f0c0b49100a9fd1613a9f9475922f27268f6bd (patch) | |
tree | a91d2432cf18432bad39dcec680877c0565a3147 /mail/postfix27 | |
parent | 5b694f26219cf6d0361857a8ad63024a3c517b36 (diff) | |
download | ports-13f0c0b49100a9fd1613a9f9475922f27268f6bd.tar.gz ports-13f0c0b49100a9fd1613a9f9475922f27268f6bd.zip |
Notes
Diffstat (limited to 'mail/postfix27')
-rw-r--r-- | mail/postfix27/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix27/distinfo | 8 | ||||
-rw-r--r-- | mail/postfix27/pkg-install | 2 | ||||
-rw-r--r-- | mail/postfix27/scripts/configure.postfix | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 8d54f9120ef0..0c953a36c8c3 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -15,7 +15,7 @@ # NOTE: PCRE is enabled by default unless you specifically disable it. PORTNAME= postfix -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 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 1d66f89f07d7..313daff97510 100644 --- a/mail/postfix27/distinfo +++ b/mail/postfix27/distinfo @@ -1,6 +1,6 @@ -MD5 (postfix/postfix-2.2.1.tar.gz) = 36b982392b2a490f3c861e5e609124cc -SIZE (postfix/postfix-2.2.1.tar.gz) = 2407157 +MD5 (postfix/postfix-2.2.2.tar.gz) = 1f5f54ec8a832af7faaa71607475b19b +SIZE (postfix/postfix-2.2.2.tar.gz) = 2408375 MD5 (postfix/postfix-libspf2-2.2.0-5.patch) = 80be36e0f14e1a1f39a3b30b9b2d4115 SIZE (postfix/postfix-libspf2-2.2.0-5.patch) = 26077 -MD5 (postfix/postfix-2.2.0-vda.patch.gz) = 894915546a4e2bc378d69798dabd58d1 -SIZE (postfix/postfix-2.2.0-vda.patch.gz) = 7785 +MD5 (postfix/postfix-2.2.2-vda.patch.gz) = 816fb00f211de8f8d3703ecd4ccf40a5 +SIZE (postfix/postfix-2.2.2-vda.patch.gz) = 7752 diff --git a/mail/postfix27/pkg-install b/mail/postfix27/pkg-install index 4b743a5f15bb..e912b1a051e2 100644 --- a/mail/postfix27/pkg-install +++ b/mail/postfix27/pkg-install @@ -29,7 +29,7 @@ ask() { question=$1 default=$2 if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - /usr/bin/read -p "${question} [${default}]? " answer + read -p "${question} [${default}]? " answer fi if [ x${answer} = x ]; then answer=${default} diff --git a/mail/postfix27/scripts/configure.postfix b/mail/postfix27/scripts/configure.postfix index ed2a0a77caa6..8896e862b0a1 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.60 2005-03-19 23:17:54 pav Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.61 2005-04-05 22:03:14 pav Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -211,7 +211,7 @@ while [ "$1" ]; do ;; VDA) /bin/echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/" - /bin/echo "PATCHFILES+= postfix-2.2.0-vda.patch.gz" + /bin/echo "PATCHFILES+= postfix-2.2.2-vda.patch.gz" /bin/echo "PATCH_DIST_STRIP= -p1" ;; Test) |