View | Details | Raw Unified | Return to bug 212029 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	racktables
4
PORTNAME=	racktables
5
DISTVERSION=	0.20.11
5
DISTVERSION=	0.20.13
6
CATEGORIES?=	sysutils www
6
CATEGORIES?=	sysutils www
7
MASTER_SITES=	SF/${PORTNAME}/
7
MASTER_SITES=	SF/${PORTNAME}/
8
DISTNAME=	RackTables-${DISTVERSION}
8
DISTNAME=	RackTables-${DISTVERSION}
Lines 15-28 Link Here
15
NO_BUILD=	yes
15
NO_BUILD=	yes
16
RACKHOME?=	www/racktables
16
RACKHOME?=	www/racktables
17
17
18
PORTEXAMPLES=	init-sample-racks.sql syncdomain.php
18
PORTEXAMPLES=	cleanup_ldap_cache.php init-sample-racks.sql syncdomain.php
19
19
20
USES=		shebangfix perl5 python:run
20
USES=		shebangfix php:web perl5 python:run
21
USE_PERL5=	run
21
USE_PERL5=	run
22
SHEBANG_FILES=	gateways/*
22
SHEBANG_FILES=	gateways/*
23
23
24
WANT_PHP_WEB=	yes
24
USE_PHP=	bcmath gd json mbstring mysqli pdo_mysql session
25
USE_PHP=	bcmath gd json mbstring mysql pdo_mysql session
26
SUB_FILES=	pkg-message
25
SUB_FILES=	pkg-message
27
PLIST_SUB=	WWWDIR_REL=${WWWDIR_REL} WWWDIR=${WWWDIR}
26
PLIST_SUB=	WWWDIR_REL=${WWWDIR_REL} WWWDIR=${WWWDIR}
28
WWWUSER?=	www
27
WWWUSER?=	www
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (RackTables-0.20.11.tar.gz) = a9eff9163b7a7de06c75683ecc20011f7d6477a8584c40e4ecf80f44abd3767b
1
TIMESTAMP = 1496864467
2
SIZE (RackTables-0.20.11.tar.gz) = 923552
2
SHA256 (RackTables-0.20.13.tar.gz) = 562a3e885080f191da066c93bc93a017c9a0ab8a20463c6e9e84c1649101b482
3
SIZE (RackTables-0.20.13.tar.gz) = 929650
(-)pkg-plist (+2 lines)
Lines 1-3 Link Here
1
%%WWWDIR_REL%%/gateways/git-commit
1
%%WWWDIR_REL%%/gateways/netcat
2
%%WWWDIR_REL%%/gateways/netcat
2
%%WWWDIR_REL%%/gateways/ssh
3
%%WWWDIR_REL%%/gateways/ssh
3
%%WWWDIR_REL%%/gateways/sshnokey
4
%%WWWDIR_REL%%/gateways/sshnokey
Lines 19-24 Link Here
19
%%WWWDIR_REL%%/wwwroot/inc/functions.php
20
%%WWWDIR_REL%%/wwwroot/inc/functions.php
20
%%WWWDIR_REL%%/wwwroot/inc/init.php
21
%%WWWDIR_REL%%/wwwroot/inc/init.php
21
%%WWWDIR_REL%%/wwwroot/inc/install.php
22
%%WWWDIR_REL%%/wwwroot/inc/install.php
23
%%WWWDIR_REL%%/wwwroot/inc/interface-8021q.php
22
%%WWWDIR_REL%%/wwwroot/inc/interface-cables.php
24
%%WWWDIR_REL%%/wwwroot/inc/interface-cables.php
23
%%WWWDIR_REL%%/wwwroot/inc/interface-config.php
25
%%WWWDIR_REL%%/wwwroot/inc/interface-config.php
24
%%WWWDIR_REL%%/wwwroot/inc/interface-lib.php
26
%%WWWDIR_REL%%/wwwroot/inc/interface-lib.php

Return to bug 212029