aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2011-10-27 04:00:31 +0800
committerflo <flo@FreeBSD.org>2011-10-27 04:00:31 +0800
commit2a970104bcc2181c6439606f8b9b1f7d2e10ca51 (patch)
tree113797640ef1403f3bb3cbf3c6216285a920415b /net
parent72820296fec75cc0e39308c747a0aea0c3673081 (diff)
downloadfreebsd-ports-gnome-2a970104bcc2181c6439606f8b9b1f7d2e10ca51.tar.gz
freebsd-ports-gnome-2a970104bcc2181c6439606f8b9b1f7d2e10ca51.tar.zst
freebsd-ports-gnome-2a970104bcc2181c6439606f8b9b1f7d2e10ca51.zip
- make this port fetchable again
- remove BROKEN/EXPIRY_DATE PR: ports/160272 Submitted by: Eugene Grosbein <ports@grosbein.net> (maintainer)
Diffstat (limited to 'net')
-rw-r--r--net/AquaGatekeeper/Makefile9
-rw-r--r--net/AquaGatekeeper/pkg-deinstall2
-rw-r--r--net/AquaGatekeeper/pkg-install2
3 files changed, 5 insertions, 8 deletions
diff --git a/net/AquaGatekeeper/Makefile b/net/AquaGatekeeper/Makefile
index 5ee3ee165d7b..a69b91e997db 100644
--- a/net/AquaGatekeeper/Makefile
+++ b/net/AquaGatekeeper/Makefile
@@ -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
diff --git a/net/AquaGatekeeper/pkg-deinstall b/net/AquaGatekeeper/pkg-deinstall
index d89d859698b4..b5aaec54e2d9 100644
--- a/net/AquaGatekeeper/pkg-deinstall
+++ b/net/AquaGatekeeper/pkg-deinstall
@@ -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
diff --git a/net/AquaGatekeeper/pkg-install b/net/AquaGatekeeper/pkg-install
index 233bb70ff96a..1a0bad7673d5 100644
--- a/net/AquaGatekeeper/pkg-install
+++ b/net/AquaGatekeeper/pkg-install
@@ -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