- Add dependency compat5x
- Add SHA256 support PR: ports/104247 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> Approved by: portmgr (erwin)
This commit is contained in:
parent
6da9e917bf
commit
6f800f5ecd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175495
@ -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"
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (AquaGatekeeper200FreeBSDamd64Build653.tgz) = bccffb094d3a80f3fade694c588377aa
|
||||
SHA256 (AquaGatekeeper200FreeBSDamd64Build653.tgz) = f95960a5cc4a67f7d41ba8f3aea3b89fc5eaa922c7477e9cb6ebb95e2385a8a3
|
||||
SIZE (AquaGatekeeper200FreeBSDamd64Build653.tgz) = 686437
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (AquaGatekeeper200FreeBSDBuild653.tgz) = b4db47138010d875acf2c3b09c67191b
|
||||
SHA256 (AquaGatekeeper200FreeBSDBuild653.tgz) = 78336810e70728cca1814870f0da20b52e8e1a48106a2dfdba3cfe2d16cb2762
|
||||
SIZE (AquaGatekeeper200FreeBSDBuild653.tgz) = 749636
|
||||
|
Loading…
Reference in New Issue
Block a user