From owner-svn-ports-head@freebsd.org Thu Jun 8 18:10:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B76D2C31AAC; Thu, 8 Jun 2017 18:10:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AC9567BF4; Thu, 8 Jun 2017 18:10:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v58IAVQn012054; Thu, 8 Jun 2017 18:10:31 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v58IAVDb012051; Thu, 8 Jun 2017 18:10:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201706081810.v58IAVDb012051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 8 Jun 2017 18:10:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442946 - head/sysutils/racktables X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2017 18:10:32 -0000 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