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

Collapse All | Expand All

(-)Makefile (-8 / +9 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	librenms
4
PORTNAME=	librenms
5
PORTVERSION=	1.25
5
PORTVERSION=	1.26
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
8
8
Lines 15-30 Link Here
15
GH_ACCOUNT=	librenms
15
GH_ACCOUNT=	librenms
16
16
17
USES=		php:cli python shebangfix
17
USES=		php:cli python shebangfix
18
SHEBANG_FILES=	mibs/process.pl scripts/deploy-docs.sh scripts/ifAlias \
18
SHEBANG_FILES=	mibs/process.pl scripts/deploy-docs.sh \
19
		scripts/Migration/Standard_Conversion/convert_no_xml.sh \
19
		scripts/Migration/Standard_Conversion/convert_no_xml.sh \
20
		scripts/Migration/Standard_Conversion/destwork_no_xml.sh \
20
		scripts/Migration/Standard_Conversion/destwork_no_xml.sh \
21
		scripts/Migration/Standard_Conversion/mkdir.sh \
21
		scripts/Migration/Standard_Conversion/mkdir.sh \
22
		scripts/Migration/XML_Conversion/convert.sh \
22
		scripts/Migration/XML_Conversion/convert.sh \
23
		scripts/Migration/XML_Conversion/destwork.sh \
23
		scripts/Migration/XML_Conversion/destwork.sh \
24
		scripts/Migration/XML_Conversion/mkdir.sh validate.php \
24
		scripts/Migration/XML_Conversion/mkdir.sh \
25
		scripts/removespikes.php scripts/agent-local/nfs-stats.sh \
25
		scripts/removespikes.php scripts/agent-local/nfs-stats.sh \
26
		scripts/removespikes.pl scripts/watchmaillog/watchmaillog.pl
26
		scripts/removespikes.pl scripts/watchmaillog/watchmaillog.pl
27
USE_PHP=	ctype filter gd json mcrypt mysqli session snmp tokenizer xml
27
USE_PHP=	ctype curl filter gd json mcrypt mysqli openssl session snmp tokenizer xml
28
28
29
NO_BUILD=	yes
29
NO_BUILD=	yes
30
30
Lines 64-75 Link Here
64
64
65
ROOT_FILES=	addhost.php adduser.php	alerts.php build-base.php build.sql \
65
ROOT_FILES=	addhost.php adduser.php	alerts.php build-base.php build.sql \
66
		billing-calculate.php \
66
		billing-calculate.php \
67
		check-services.php config_to_json.php daily.php daily.sh \
67
		check-services.php composer.json config_to_json.php cronic daily.php daily.sh \
68
		delhost.php discovery.php dist-pollers.php irc.php \
68
		delhost.php discovery-wrapper.py discovery.php dist-pollers.php irc.php \
69
		poll-billing.php poller.php poller-service.py poller-wrapper.py renamehost.php \
69
		mkdocs.yml pbin.sh phpunit.xml poll-billing.php poller.php poller-service.py \
70
		poller-wrapper.py readmegen.yml renamehost.php services-wrapper.py \
70
		snmp-scan.php snmptrap.php syslog.php validate.php
71
		snmp-scan.php snmptrap.php syslog.php validate.php
71
72
72
ROOT_DIRS=	LibreNMS contrib html includes lib mibs scripts sql-schema
73
ROOT_DIRS=	LibreNMS contrib doc html includes lib mibs misc scripts sql-schema tests vendor
73
74
74
DOCS=		AUTHORS.md CHANGELOG CONTRIBUTING.md LICENSE.txt README.md
75
DOCS=		AUTHORS.md CHANGELOG CONTRIBUTING.md LICENSE.txt README.md
75
PORTDOCS=	*
76
PORTDOCS=	*
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1489149658
1
TIMESTAMP = 1491554959
2
SHA256 (librenms-librenms-1.25_GH0.tar.gz) = 7b966c668dd215dd35add4d96f5cb04b63e83956e9db32a962dfd9da2717827d
2
SHA256 (librenms-librenms-1.26_GH0.tar.gz) = cc76a343296c48a6a2423efc9138e2a52d2827178ba733c0714dc6ef38d264e8
3
SIZE (librenms-librenms-1.25_GH0.tar.gz) = 55302189
3
SIZE (librenms-librenms-1.26_GH0.tar.gz) = 57165188
(-)files/pkg-message.in (-1 / +5 lines)
Lines 19-23 Link Here
19
33	*/6	*	*	*	www	cd %%WWWDIR%% && %%PHP%% discovery.php -h all >> /dev/null 2>&1
19
33	*/6	*	*	*	www	cd %%WWWDIR%% && %%PHP%% discovery.php -h all >> /dev/null 2>&1
20
*/5	*	*	*	*	www	cd %%WWWDIR%% && %%PHP%% discovery.php -h new >> /dev/null 2>&1
20
*/5	*	*	*	*	www	cd %%WWWDIR%% && %%PHP%% discovery.php -h new >> /dev/null 2>&1
21
*/5	*	*	*	*	www	cd %%WWWDIR%% && %%PYTHON%% poller-wrapper.py 16 >> /dev/null 2>&1
21
*/5	*	*	*	*	www	cd %%WWWDIR%% && %%PYTHON%% poller-wrapper.py 16 >> /dev/null 2>&1
22
15	0	*	*	*	www	sh %%WWWDIR%%/daily.sh >> /dev/null 2>&1
22
15	0	*	*	*	www	%%LOCALBASE%%/bin/bash %%WWWDIR%%/daily.sh >> /dev/null 2>&1
23
*	*	*	*	*	www	%%PHP%% %%WWWDIR%%/alerts.php >> /dev/null 2>&1
23
*	*	*	*	*	www	%%PHP%% %%WWWDIR%%/alerts.php >> /dev/null 2>&1
24
*/5 	*	*	*	*	www	%%PHP%% %%WWWDIR%%/poll-billing.php >> /dev/null 2>&1
25
01	*	*	*	*	www	%%PHP%% %%WWWDIR%%/billing-calculate.php >> /dev/null 2>&1
26
*/5	*	*	*	*	www	%%PHP%% %%WWWDIR%%/check-services.php >> /dev/null 2>&1
27

Return to bug 218351