diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-06-08 18:10:31 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-06-08 18:10:31 +0000 |
commit | fed54eeb191c8a22d4fa89d545ebe4b0c280d2c9 (patch) | |
tree | 431e48135e63f2ead2f0e0380915e2aa5235c64f | |
parent | 33bb25edf25e76cbc672370f2501f32cea51f620 (diff) | |
download | ports-fed54eeb191c8a22d4fa89d545ebe4b0c280d2c9.tar.gz ports-fed54eeb191c8a22d4fa89d545ebe4b0c280d2c9.zip |
Notes
-rw-r--r-- | sysutils/racktables/Makefile | 9 | ||||
-rw-r--r-- | sysutils/racktables/distinfo | 5 | ||||
-rw-r--r-- | sysutils/racktables/pkg-plist | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/sysutils/racktables/Makefile b/sysutils/racktables/Makefile index ca0cc1a19238..c043a63a4d22 100644 --- a/sysutils/racktables/Makefile +++ b/sysutils/racktables/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= racktables -DISTVERSION= 0.20.11 +DISTVERSION= 0.20.13 CATEGORIES?= sysutils www MASTER_SITES= SF/${PORTNAME}/ DISTNAME= RackTables-${DISTVERSION} @@ -15,14 +15,13 @@ LICENSE= GPLv2 NO_BUILD= yes RACKHOME?= www/racktables -PORTEXAMPLES= init-sample-racks.sql syncdomain.php +PORTEXAMPLES= cleanup_ldap_cache.php init-sample-racks.sql syncdomain.php -USES= shebangfix perl5 python:run +USES= shebangfix php:web perl5 python:run USE_PERL5= run SHEBANG_FILES= gateways/* -WANT_PHP_WEB= yes -USE_PHP= bcmath gd json mbstring mysql pdo_mysql session +USE_PHP= bcmath gd json mbstring mysqli pdo_mysql session SUB_FILES= pkg-message PLIST_SUB= WWWDIR_REL=${WWWDIR_REL} WWWDIR=${WWWDIR} WWWUSER?= www diff --git a/sysutils/racktables/distinfo b/sysutils/racktables/distinfo index e18d32862574..a751bbb3e68a 100644 --- a/sysutils/racktables/distinfo +++ b/sysutils/racktables/distinfo @@ -1,2 +1,3 @@ -SHA256 (RackTables-0.20.11.tar.gz) = a9eff9163b7a7de06c75683ecc20011f7d6477a8584c40e4ecf80f44abd3767b -SIZE (RackTables-0.20.11.tar.gz) = 923552 +TIMESTAMP = 1496864467 +SHA256 (RackTables-0.20.13.tar.gz) = 562a3e885080f191da066c93bc93a017c9a0ab8a20463c6e9e84c1649101b482 +SIZE (RackTables-0.20.13.tar.gz) = 929650 diff --git a/sysutils/racktables/pkg-plist b/sysutils/racktables/pkg-plist index 21ae091fdcda..b0928cd9deb0 100644 --- a/sysutils/racktables/pkg-plist +++ b/sysutils/racktables/pkg-plist @@ -1,3 +1,4 @@ +%%WWWDIR_REL%%/gateways/git-commit %%WWWDIR_REL%%/gateways/netcat %%WWWDIR_REL%%/gateways/ssh %%WWWDIR_REL%%/gateways/sshnokey @@ -19,6 +20,7 @@ %%WWWDIR_REL%%/wwwroot/inc/functions.php %%WWWDIR_REL%%/wwwroot/inc/init.php %%WWWDIR_REL%%/wwwroot/inc/install.php +%%WWWDIR_REL%%/wwwroot/inc/interface-8021q.php %%WWWDIR_REL%%/wwwroot/inc/interface-cables.php %%WWWDIR_REL%%/wwwroot/inc/interface-config.php %%WWWDIR_REL%%/wwwroot/inc/interface-lib.php |