mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
benchmarks/phoronix-test-suite: use SHEBANG_GLOB instead of SHEBANG_FILES incomplete list (+)
Pet stage-qa by switch to SHEBANG_GLOB= *.sh This eliminate a bunch of 'Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for...' Reported by: poudriere bulk -t Approved by: portmgr blanket Sponsored by: Serenity Cybersecurity, LLC
This commit is contained in:
parent
7950ac6a67
commit
813409127c
@ -1,6 +1,7 @@
|
||||
PORTNAME= phoronix-test-suite
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 10.8.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= benchmarks
|
||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||
|
||||
@ -12,7 +13,7 @@ LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= sudo:security/sudo \
|
||||
bash:shells/bash
|
||||
bash:shells/bash
|
||||
|
||||
USES= php:cli,build,flavors python shebangfix
|
||||
USE_GITHUB= yes
|
||||
@ -23,18 +24,8 @@ PORTDATA= *
|
||||
PORTDOCS= *
|
||||
|
||||
NO_ARCH= yes
|
||||
SHEBANG_FILES= ob-cache/test-profiles/pts/shadowofthetombraider-1.0.0/install.sh \
|
||||
ob-cache/test-profiles/pts/shadowofthetombraider-1.0.0/interim.sh \
|
||||
ob-cache/test-profiles/pts/shadowofthetombraider-1.0.0/pre.sh \
|
||||
ob-cache/test-profiles/pts/shadowofthetombraider-1.0.0/post.sh \
|
||||
ob-cache/test-profiles/pts/shadowofthetombraider-1.0.1/install.sh \
|
||||
ob-cache/test-profiles/pts/shadowofthetombraider-1.0.1/interim.sh \
|
||||
ob-cache/test-profiles/pts/shadowofthetombraider-1.0.1/pre.sh \
|
||||
ob-cache/test-profiles/pts/shadowofthetombraider-1.0.1/post.sh \
|
||||
ob-cache/test-profiles/pts/csgo-1.5.1/pre_linux.sh \
|
||||
ob-cache/test-profiles/pts/dota2-1.2.2/pre_linux.sh \
|
||||
ob-cache/test-profiles/pts/portal-1.1.1/pre_linux.sh \
|
||||
deploy/docker/ubuntu-pts-docker-build.sh
|
||||
|
||||
SHEBANG_GLOB= *.sh
|
||||
|
||||
CONFLICTS_INSTALL= phoronix-test-suite-php[0-9][0-9] # bin/phoronix-test-suite
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user