1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- make this port fetchable again

- remove BROKEN/EXPIRY_DATE

PR:		ports/160272
Submitted by:	Eugene Grosbein <ports@grosbein.net> (maintainer)
This commit is contained in:
Florian Smeets 2011-10-26 20:00:31 +00:00
parent a6635dcdbe
commit f3afe41b9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284385
3 changed files with 5 additions and 8 deletions

View File

@ -7,9 +7,10 @@
PORTNAME= AquaGatekeeper
PORTVERSION= 1.22
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/
MASTER_SITES= http://www.grosbein.net/freebsd/AquaGatekeeper/ \
ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@grosbein.pp.ru
@ -27,10 +28,6 @@ STRIP=
STRIP_CMD= ${TRUE}
DEPRECATED= Binary port of software abandoned by the vendor
BROKEN= unfetchable
DEPRECATED= "${BROKEN}"
EXPIRATION_DATE= 2011-10-28
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
IS_INTERACTIVE= yes
.endif

View File

@ -8,7 +8,7 @@ ask() {
question=$1
default=$2
if [ -z "${PACKAGE_BUILDING}" ]; then
if [ -z "${BATCH}" -a -z "${PACKAGE_BUILDING}" ]; then
read -p "${question} [${default}]? " answer
fi
if [ x${answer} = x ]; then

View File

@ -10,7 +10,7 @@ ask() {
question=$1
default=$2
if [ -z "${PACKAGE_BUILDING}" ]; then
if [ -z "${BATCH}" -a -z "${PACKAGE_BUILDING}" ]; then
read -p "${question} [${default}]? " answer
fi
if [ x${answer} = x ]; then