mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
sysutils/racktables: update 0.20.11 -> 0.20.13
PR: 212029 Approved by: zi (maintainer) Relnotes: https://github.com/RackTables/racktables/blob/master/ChangeLog
This commit is contained in:
parent
33bb25edf2
commit
fed54eeb19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442946
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user