summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-04-05 09:56:41 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-04-05 09:56:41 +0000
commita8e7bd16c02b6056a0205c8c3f1dae610baba4f8 (patch)
tree0e7f711c61111606149737970f4b176e47cf8668 /mail
parentUpdate to version 3.3.0 (diff)
Update to 2.3-20050401
PR: ports/79454 Submitted by: maintainer
Diffstat (limited to 'mail')
-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}