diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-10-23 09:29:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-10-23 09:29:09 +0000 |
commit | 6f800f5ecdcbe175192f8845d5be3e8de8179c4e (patch) | |
tree | 8fe31c2a31fa42cf43794e8cac69c3d42f7ffbbc /net/AquaGatekeeper2 | |
parent | 6da9e917bf6bb735d793d36588cd575f018170e5 (diff) | |
download | ports-6f800f5ecdcbe175192f8845d5be3e8de8179c4e.tar.gz ports-6f800f5ecdcbe175192f8845d5be3e8de8179c4e.zip |
Notes
Diffstat (limited to 'net/AquaGatekeeper2')
-rw-r--r-- | net/AquaGatekeeper2/Makefile | 8 | ||||
-rw-r--r-- | net/AquaGatekeeper2/distinfo.amd64 | 1 | ||||
-rw-r--r-- | net/AquaGatekeeper2/distinfo.i386 | 1 |
3 files changed, 7 insertions, 3 deletions
diff --git a/net/AquaGatekeeper2/Makefile b/net/AquaGatekeeper2/Makefile index e95393302328..fef1366ac81c 100644 --- a/net/AquaGatekeeper2/Makefile +++ b/net/AquaGatekeeper2/Makefile @@ -7,7 +7,7 @@ PORTNAME= AquaGatekeeper PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.infinetwireless.com/WirelessEq/tmp/software/docs/agk/ \ ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/ @@ -23,7 +23,7 @@ NO_BUILD= yes ONLY_FOR_ARCHS= amd64 i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} -RESTRICTED= "No commercial redistribution" +RESTRICTED= No commercial redistribution .if !defined(BATCH) && !defined(PACKAGE_BUILDING) IS_INTERACTIVE= yes @@ -53,9 +53,11 @@ post-install: .include <bsd.port.pre.mk> .if ${OSVERSION} < 400000 -BROKEN= "Supported only on 4.x systems and later" +BROKEN= Supported only on 4.x systems and later .elif ${OSVERSION} >= 500000 && ${ARCH} == "i386" LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x +.elif ${OSVERSION} >= 600000 && ${ARCH} == "amd64" +LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x .endif .if ${ARCH} == "amd64" diff --git a/net/AquaGatekeeper2/distinfo.amd64 b/net/AquaGatekeeper2/distinfo.amd64 index c0e680397c0b..d01ef01b613c 100644 --- a/net/AquaGatekeeper2/distinfo.amd64 +++ b/net/AquaGatekeeper2/distinfo.amd64 @@ -1,2 +1,3 @@ MD5 (AquaGatekeeper200FreeBSDamd64Build653.tgz) = bccffb094d3a80f3fade694c588377aa +SHA256 (AquaGatekeeper200FreeBSDamd64Build653.tgz) = f95960a5cc4a67f7d41ba8f3aea3b89fc5eaa922c7477e9cb6ebb95e2385a8a3 SIZE (AquaGatekeeper200FreeBSDamd64Build653.tgz) = 686437 diff --git a/net/AquaGatekeeper2/distinfo.i386 b/net/AquaGatekeeper2/distinfo.i386 index a5aea818277a..f4e2b014268f 100644 --- a/net/AquaGatekeeper2/distinfo.i386 +++ b/net/AquaGatekeeper2/distinfo.i386 @@ -1,2 +1,3 @@ MD5 (AquaGatekeeper200FreeBSDBuild653.tgz) = b4db47138010d875acf2c3b09c67191b +SHA256 (AquaGatekeeper200FreeBSDBuild653.tgz) = 78336810e70728cca1814870f0da20b52e8e1a48106a2dfdba3cfe2d16cb2762 SIZE (AquaGatekeeper200FreeBSDBuild653.tgz) = 749636 |