diff options
author | Dan Langille <dvl@FreeBSD.org> | 2023-02-14 20:47:16 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2023-02-14 20:48:38 +0000 |
commit | bf8338b77fa98dbb1cfe87da864e2af994ef1ace (patch) | |
tree | 1e5537940a21eaa0ac742f1abf8c5376ba31590f /net-mgmt | |
parent | e2630f644fcb41ca2f9cba64a2e4416043b59fda (diff) |
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/icingaweb2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mgmt/icingaweb2/Makefile b/net-mgmt/icingaweb2/Makefile index b3535744898a..26e5bdd7ebb0 100644 --- a/net-mgmt/icingaweb2/Makefile +++ b/net-mgmt/icingaweb2/Makefile @@ -1,6 +1,7 @@ PORTNAME= icingaweb2 DISTVERSIONPREFIX= v DISTVERSION= 2.11.4 +PORTREVISION= 1 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -15,7 +16,7 @@ RUN_DEPENDS= icinga-php-library${PHP_PKGNAMESUFFIX}>=0.10.0:net-mgmt/icinga-php- icinga-php-thirdparty${PHP_PKGNAMESUFFIX}>=0.11.0:net-mgmt/icinga-php-thirdparty@${PHP_FLAVOR} \ icingaweb2-module-incubator${PHP_PKGNAMESUFFIX}>=0.18.0:net-mgmt/icingaweb2-module-incubator@${PHP_FLAVOR} -USES= php:build,web,flavors +USES= php:build,web,flavors shebangfix USE_PHP= bcmath bitset ctype curl dom gd gettext hash iconv json ldap \ mbstring mcrypt memcache memcached opcache openssl pcre pdo \ pdo_sqlite posix session simplexml soap sockets sqlite3 xml \ @@ -29,6 +30,8 @@ NO_ARCH= yes CONFLICTS_INSTALL= icingaweb2-php* # bin/icingacli +SHEBANG_FILES= bin/icingacli + SUB_FILES= pkg-message SUB_LIST= ETCDIR=${ETCDIR} \ EXAMPLESDIR=${EXAMPLESDIR} \ |