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

Collapse All | Expand All

(-)cacti1210/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/net-mgmt/cacti/Makefile 522267 2020-01-06 19:02:41Z kai $
1
# $FreeBSD: head/net-mgmt/cacti/Makefile 522267 2020-01-06 19:02:41Z kai $
2
2
3
PORTNAME=	cacti
3
PORTNAME=	cacti
4
PORTVERSION=	1.2.8
4
PORTVERSION=	1.2.10
5
CATEGORIES=	net-mgmt www
5
CATEGORIES=	net-mgmt www
6
MASTER_SITES=	http://www.cacti.net/downloads/ \
6
MASTER_SITES=	http://www.cacti.net/downloads/ \
7
		ftp://ftpmirror.uk/freebsd-ports/cacti/
7
		ftp://ftpmirror.uk/freebsd-ports/cacti/
(-)cacti1210/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1577112723
1
TIMESTAMP = 1585634591
2
SHA256 (cacti-1.2.8.tar.gz) = ca4b83d1963a358c9ab60276becc46553fa0125d1ad906c2d26278a485615a29
2
SHA256 (cacti-1.2.10.tar.gz) = ca3535c0c52cb5dcb6327eed79373c10eb620a9ebfb9b100b0a60ce228558fa6
3
SIZE (cacti-1.2.8.tar.gz) = 24881361
3
SIZE (cacti-1.2.10.tar.gz) = 24907181
(-)cacti1210/pkg-plist (-6 / +8 lines)
Lines 596-601 Link Here
596
%%CACTIDIR%%/include/content/iframe-example.html
596
%%CACTIDIR%%/include/content/iframe-example.html
597
%%CACTIDIR%%/include/content/index.php
597
%%CACTIDIR%%/include/content/index.php
598
%%CACTIDIR%%/include/content/php-example.html
598
%%CACTIDIR%%/include/content/php-example.html
599
%%CACTIDIR%%/include/csrf.php
599
%%CACTIDIR%%/include/fa/css/fontawesome.css
600
%%CACTIDIR%%/include/fa/css/fontawesome.css
600
%%CACTIDIR%%/include/fa/css/index.php
601
%%CACTIDIR%%/include/fa/css/index.php
601
%%CACTIDIR%%/include/fa/index.php
602
%%CACTIDIR%%/include/fa/index.php
Lines 790-796 Link Here
790
%%CACTIDIR%%/include/js/jquery.dropdown.js
791
%%CACTIDIR%%/include/js/jquery.dropdown.js
791
%%CACTIDIR%%/include/js/jquery.hotkeys.js
792
%%CACTIDIR%%/include/js/jquery.hotkeys.js
792
%%CACTIDIR%%/include/js/jquery.js
793
%%CACTIDIR%%/include/js/jquery.js
793
%%CACTIDIR%%/include/js/jquery.metadata.js
794
%%CACTIDIR%%/include/js/jquery.multiselect.filter.js
794
%%CACTIDIR%%/include/js/jquery.multiselect.filter.js
795
%%CACTIDIR%%/include/js/jquery.multiselect.js
795
%%CACTIDIR%%/include/js/jquery.multiselect.js
796
%%CACTIDIR%%/include/js/jquery.sparkline.js
796
%%CACTIDIR%%/include/js/jquery.sparkline.js
Lines 1149-1157 Link Here
1149
%%CACTIDIR%%/include/vendor/cldr-to-gettext-plural-rules/tests/Get/GetTest.php
1149
%%CACTIDIR%%/include/vendor/cldr-to-gettext-plural-rules/tests/Get/GetTest.php
1150
%%CACTIDIR%%/include/vendor/cldr-to-gettext-plural-rules/tests/Rules/RulesTest.php
1150
%%CACTIDIR%%/include/vendor/cldr-to-gettext-plural-rules/tests/Rules/RulesTest.php
1151
%%CACTIDIR%%/include/vendor/cldr-to-gettext-plural-rules/tests/bootstrap.php
1151
%%CACTIDIR%%/include/vendor/cldr-to-gettext-plural-rules/tests/bootstrap.php
1152
%%CACTIDIR%%/include/vendor/csrf/LICENSE
1152
%%CACTIDIR%%/include/vendor/csrf/LICENSE.txt
1153
%%CACTIDIR%%/include/vendor/csrf/NEWS
1153
%%CACTIDIR%%/include/vendor/csrf/NEWS.md
1154
%%CACTIDIR%%/include/vendor/csrf/README
1154
%%CACTIDIR%%/include/vendor/csrf/README.md
1155
%%CACTIDIR%%/include/vendor/csrf/csrf-conf.php
1155
%%CACTIDIR%%/include/vendor/csrf/csrf-magic.js
1156
%%CACTIDIR%%/include/vendor/csrf/csrf-magic.js
1156
%%CACTIDIR%%/include/vendor/csrf/csrf-magic.php
1157
%%CACTIDIR%%/include/vendor/csrf/csrf-magic.php
1157
%%CACTIDIR%%/include/vendor/csrf/index.php
1158
%%CACTIDIR%%/include/vendor/csrf/index.php
Lines 2239-2244 Link Here
2239
%%CACTIDIR%%/rrdcleaner.php
2240
%%CACTIDIR%%/rrdcleaner.php
2240
%%CACTIDIR%%/script_server.php
2241
%%CACTIDIR%%/script_server.php
2241
%%CACTIDIR%%/scripts/3com_cable_modem.pl
2242
%%CACTIDIR%%/scripts/3com_cable_modem.pl
2243
%%CACTIDIR%%/scripts/cacti_user_stats.php
2242
%%CACTIDIR%%/scripts/diskfree.pl
2244
%%CACTIDIR%%/scripts/diskfree.pl
2243
%%CACTIDIR%%/scripts/diskfree.sh
2245
%%CACTIDIR%%/scripts/diskfree.sh
2244
%%CACTIDIR%%/scripts/index.php
2246
%%CACTIDIR%%/scripts/index.php
Lines 2284-2291 Link Here
2284
@comment
2286
@comment
2285
@comment Manage the new Cacti dirs from their prior default location.
2287
@comment Manage the new Cacti dirs from their prior default location.
2286
@comment
2288
@comment
2287
@owner %%CACTIUSER%%
2289
@owner cacti
2288
@group %%CACTIGROUP%%
2290
@group cacti
2289
@dir /var/db/cacti/rra
2291
@dir /var/db/cacti/rra
2290
@dir /var/db/cacti/scripts
2292
@dir /var/db/cacti/scripts
2291
@dir /var/db/cacti
2293
@dir /var/db/cacti

Return to bug 245198