aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-04-05 17:56:41 +0800
committerkrion <krion@FreeBSD.org>2005-04-05 17:56:41 +0800
commit79f4a0e6b9e6757f32bb92c811c2624ab7de50a4 (patch)
tree058fae77cf8b5b25045fcb85075c1fad5acc0ffb
parentd36fe07d2c46d8a5e8e8cef142d09cc562257cde (diff)
downloadfreebsd-ports-gnome-79f4a0e6b9e6757f32bb92c811c2624ab7de50a4.tar.gz
freebsd-ports-gnome-79f4a0e6b9e6757f32bb92c811c2624ab7de50a4.tar.zst
freebsd-ports-gnome-79f4a0e6b9e6757f32bb92c811c2624ab7de50a4.zip
Update to 2.3-20050401
PR: ports/79454 Submitted by: maintainer
-rw-r--r--mail/postfix-current/Makefile2
-rw-r--r--mail/postfix-current/distinfo4
-rw-r--r--mail/postfix-current/pkg-install2
3 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 14b83b7bd7a8..51aebcf4123d 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -32,7 +32,7 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= marcus@corp.grupos.com.br
COMMENT= A secure alternative to widely-used Sendmail
-PORTVERSIONRAW= 2.3-20050315
+PORTVERSIONRAW= 2.3-20050401
CONFLICTS= courier-0.* postfix-1.* postfix-2.0.* postfix-2.1.* postfix-2.2.* \
sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.*
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index 0f7a37382591..f31ae4bdb856 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,2 +1,2 @@
-MD5 (postfix/postfix-2.3-20050315.tar.gz) = 23d5009ecc59ad9fedb282638c5592d0
-SIZE (postfix/postfix-2.3-20050315.tar.gz) = 2409776
+MD5 (postfix/postfix-2.3-20050401.tar.gz) = b0760635e7e767e67c0ee39056819388
+SIZE (postfix/postfix-2.3-20050401.tar.gz) = 2442891
diff --git a/mail/postfix-current/pkg-install b/mail/postfix-current/pkg-install
index dfddc1b412ed..73fca798b090 100644
--- a/mail/postfix-current/pkg-install
+++ b/mail/postfix-current/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}