mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
sysutils/datadog-integrations: Fix poudriere testport
PR: 251586 Submitted by: uros@gruber.si (maintainer)
This commit is contained in:
parent
711151a6db
commit
91e32d56e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560794
@ -31,6 +31,9 @@ USES= python:3.7+
|
||||
|
||||
ETCDIR= ${PREFIX}/etc/datadog
|
||||
|
||||
USERS= datadog
|
||||
GROUPS= ${USERS}
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= DataDog
|
||||
GH_PROJECT= integrations-core
|
||||
@ -39,6 +42,9 @@ GH_TAGNAME= ${DISTVERSION}
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_SUB+= USER=${USERS} \
|
||||
GROUP=${GROUPS}
|
||||
|
||||
OPTIONS_DEFINE= APACHE CONSUL COREDNS DIRECTORY DISK DNS MYSQL NETWORK NGINX PHP POSTFIX PROCESS REDIS SSH SYS_CORE SYS_SWAP TCP TLS
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -542,3 +542,4 @@
|
||||
%%TLS%%%%PYTHON_SITELIBDIR%%/datadog_tls-1.6.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt
|
||||
%%TLS%%%%PYTHON_SITELIBDIR%%/datadog_tls-1.6.0-py%%PYTHON_VER%%.egg-info/requires.txt
|
||||
%%TLS%%%%PYTHON_SITELIBDIR%%/datadog_tls-1.6.0-py%%PYTHON_VER%%.egg-info/top_level.txt
|
||||
@dir(%%USER%%,%%GROUP%%,0750) %%ETCDIR%%/conf.d
|
||||
|
Loading…
Reference in New Issue
Block a user