View | Details | Raw Unified | Return to bug 267367
Collapse All | Expand All

(-)b/net-mgmt/icingaweb2/Makefile (-2 / +4 lines)
Lines 1-7 Link Here
1
PORTNAME=	icingaweb2
1
PORTNAME=	icingaweb2
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	2.8.2
3
DISTVERSION=	2.8.2
4
PORTREVISION=	1
4
PORTREVISION=	2
5
CATEGORIES=	net-mgmt www
5
CATEGORIES=	net-mgmt www
6
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
6
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
7
7
Lines 12-18 WWW= https://www.icinga.com/products/icinga-web-2 Link Here
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		php:build,web,flavors
15
USES=		php:build,web,flavors shebangfix
16
USE_PHP=	bcmath bitset ctype curl dom gd gettext hash iconv json ldap \
16
USE_PHP=	bcmath bitset ctype curl dom gd gettext hash iconv json ldap \
17
		mbstring mcrypt memcache memcached opcache openssl pcre pdo \
17
		mbstring mcrypt memcache memcached opcache openssl pcre pdo \
18
		pdo_sqlite posix session simplexml soap sockets sqlite3 xml \
18
		pdo_sqlite posix session simplexml soap sockets sqlite3 xml \
Lines 34-39 SUB_LIST= ETCDIR=${ETCDIR} \ Link Here
34
PLIST_SUB=	WWWGRP=${WWWGRP} \
34
PLIST_SUB=	WWWGRP=${WWWGRP} \
35
		WWWOWN=${WWWOWN}
35
		WWWOWN=${WWWOWN}
36
36
37
SHEBANG_FILES=	bin/icingacli
38
37
OPTIONS_DEFINE=		EXAMPLES LDAP MYSQL NLS PDF PGSQL SQLITE
39
OPTIONS_DEFINE=		EXAMPLES LDAP MYSQL NLS PDF PGSQL SQLITE
38
OPTIONS_DEFAULT=	LDAP MYSQL PGSQL SQLITE
40
OPTIONS_DEFAULT=	LDAP MYSQL PGSQL SQLITE
39
41

Return to bug 267367