aboutsummaryrefslogtreecommitdiff
path: root/net/AquaGatekeeper2
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-27 20:10:02 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-27 20:10:02 +0000
commit21fb70d8e7bd411f1346b96c02530ab1f78b0335 (patch)
tree9677f89bb30a03df9ad8ee3dcea8554605ddaf20 /net/AquaGatekeeper2
parentda82f020985a54f412959cff43fe1ff8a1840efa (diff)
downloadports-21fb70d8e7bd411f1346b96c02530ab1f78b0335.tar.gz
ports-21fb70d8e7bd411f1346b96c02530ab1f78b0335.zip
- Update to version 1.21
PR: ports/64797 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=105443
Diffstat (limited to 'net/AquaGatekeeper2')
-rw-r--r--net/AquaGatekeeper2/Makefile12
-rw-r--r--net/AquaGatekeeper2/distinfo4
2 files changed, 12 insertions, 4 deletions
diff --git a/net/AquaGatekeeper2/Makefile b/net/AquaGatekeeper2/Makefile
index e13f68bb721c..2a8410034c83 100644
--- a/net/AquaGatekeeper2/Makefile
+++ b/net/AquaGatekeeper2/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= AquaGatekeeper
-PORTVERSION= 1.20
+PORTVERSION= 1.21
CATEGORIES= net
MASTER_SITES= ftp://ftp.aqua.comptek.ru/pub/GateKeeper/ \
ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/
-DISTNAME= AquaGatekeeper120FreeBSD
+DISTNAME= AquaGatekeeper121FreeBSD
EXTRACT_SUFX= .tgz
MAINTAINER= eugen@grosbein.pp.ru
@@ -27,6 +27,14 @@ NO_CDROM= "No commercial redistribution"
IS_INTERACTIVE= yes
.endif
+.if !defined(HAS_CRYPTO3)
+HAS_CRYPTO3!= ldconfig -r | fgrep -q -- -lcrypto.3 && echo yes || echo no
+.endif
+
+.if ${HAS_CRYPTO3} != "yes"
+IGNORE= This port requires libcrypto.3, upgrade base system or define HAS_CRYPTO3=yes to skip this test
+.endif
+
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/AquaGatekeeper ${PREFIX}/sbin/
@${INSTALL_SCRIPT} ${FILESDIR}/agk.sh.sample ${PREFIX}/etc/rc.d/
diff --git a/net/AquaGatekeeper2/distinfo b/net/AquaGatekeeper2/distinfo
index 781a664fcb99..2b112bbb2194 100644
--- a/net/AquaGatekeeper2/distinfo
+++ b/net/AquaGatekeeper2/distinfo
@@ -1,2 +1,2 @@
-MD5 (AquaGatekeeper120FreeBSD.tgz) = 3b4815f45c2cba37937728a3f81a4fb0
-SIZE (AquaGatekeeper120FreeBSD.tgz) = 749914
+MD5 (AquaGatekeeper121FreeBSD.tgz) = 30d1d73c6fce0f704951a5bed47fa5bd
+SIZE (AquaGatekeeper121FreeBSD.tgz) = 743725