Date: Thu, 8 Jun 2017 18:10:31 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442946 - head/sysutils/racktables Message-ID: <201706081810.v58IAVDb012051@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Jun 8 18:10:31 2017 New Revision: 442946 URL: https://svnweb.freebsd.org/changeset/ports/442946 Log: sysutils/racktables: update 0.20.11 -> 0.20.13 PR: 212029 Approved by: zi (maintainer) Relnotes: https://github.com/RackTables/racktables/blob/master/ChangeLog Modified: head/sysutils/racktables/Makefile head/sysutils/racktables/distinfo head/sysutils/racktables/pkg-plist Modified: head/sysutils/racktables/Makefile ============================================================================== --- head/sysutils/racktables/Makefile Thu Jun 8 17:53:35 2017 (r442945) +++ head/sysutils/racktables/Makefile Thu Jun 8 18:10:31 2017 (r442946) @@ -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 Modified: head/sysutils/racktables/distinfo ============================================================================== --- head/sysutils/racktables/distinfo Thu Jun 8 17:53:35 2017 (r442945) +++ head/sysutils/racktables/distinfo Thu Jun 8 18:10:31 2017 (r442946) @@ -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 Modified: head/sysutils/racktables/pkg-plist ============================================================================== --- head/sysutils/racktables/pkg-plist Thu Jun 8 17:53:35 2017 (r442945) +++ head/sysutils/racktables/pkg-plist Thu Jun 8 18:10:31 2017 (r442946) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706081810.v58IAVDb012051>