mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 2.3-20050401
PR: ports/79454 Submitted by: maintainer
This commit is contained in:
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
|
@ -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.*
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue