mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Add dependency on compat5x
- Add SHA256 support PR: ports/104247 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> (maintainer) Approved by: portmgr (erwin)
This commit is contained in:
parent
efb90aef50
commit
6da9e917bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175494
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= AquaGatekeeper
|
||||
PORTVERSION= 1.22
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.aqua.comptek.ru/pub/GateKeeper/ \
|
||||
ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/
|
||||
@ -21,7 +21,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
|
||||
@ -54,6 +54,8 @@ post-install:
|
||||
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 (AquaGatekeeper122FreeBSDamd64Build131.tgz) = 3ae343325e21fd49ef71c865bc5e22dc
|
||||
SHA256 (AquaGatekeeper122FreeBSDamd64Build131.tgz) = 2798497dcdb05180bb28634b92c8a2343c1c0067ad8f36b43f0ddfe875f1883b
|
||||
SIZE (AquaGatekeeper122FreeBSDamd64Build131.tgz) = 2926031
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (AquaGatekeeper122FreeBSDBuild131.tgz) = e5dede37d29462641f214a5076eb4766
|
||||
SHA256 (AquaGatekeeper122FreeBSDBuild131.tgz) = 2757cd3979b3b4892932d1c484c2a2e4da62acbaff80b5b797a7df1d04aecbb8
|
||||
SIZE (AquaGatekeeper122FreeBSDBuild131.tgz) = 3011253
|
||||
|
Loading…
Reference in New Issue
Block a user