Update to 2.3-20050401

PR:		ports/79454
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2005-04-05 09:56:41 +00:00
parent 289f44141c
commit a8e7bd16c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132543
3 changed files with 4 additions and 4 deletions

View file

@ -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.*

View file

@ -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

View file

@ -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}