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

Collapse All | Expand All

(-)zabbix32-server/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	zabbix32
4
PORTNAME=	zabbix32
5
PORTVERSION=	3.2.1
5
PORTVERSION=	3.2.3
6
PORTREVISION?=	0
6
PORTREVISION?=	0
7
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
8
MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
8
MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
(-)zabbix32-server/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1476192256
1
TIMESTAMP = 1484900435
2
SHA256 (zabbix-3.2.1.tar.gz) = 8926b96ef05cba041d05329130f40e8e1311ad201e58c75d22005eda4075c091
2
SHA256 (zabbix-3.2.3.tar.gz) = e6dba74039d8d6efff86ec3da99909f4daeaeb66d48781bbb666e3094533da25
3
SIZE (zabbix-3.2.1.tar.gz) = 15815404
3
SIZE (zabbix-3.2.3.tar.gz) = 15922416
(-)zabbix32-server/pkg-plist.frontend (-2 lines)
Lines 438-444 Link Here
438
%%WWWDIR%%/include/classes/validators/CPartialValidatorInterface.php
438
%%WWWDIR%%/include/classes/validators/CPartialValidatorInterface.php
439
%%WWWDIR%%/include/classes/validators/CRegexValidator.php
439
%%WWWDIR%%/include/classes/validators/CRegexValidator.php
440
%%WWWDIR%%/include/classes/validators/CStringValidator.php
440
%%WWWDIR%%/include/classes/validators/CStringValidator.php
441
%%WWWDIR%%/include/classes/validators/CTagValidator.php
442
%%WWWDIR%%/include/classes/validators/CTimePeriodValidator.php
441
%%WWWDIR%%/include/classes/validators/CTimePeriodValidator.php
443
%%WWWDIR%%/include/classes/validators/CValidator.php
442
%%WWWDIR%%/include/classes/validators/CValidator.php
444
%%WWWDIR%%/include/classes/validators/event/CEventSourceObjectValidator.php
443
%%WWWDIR%%/include/classes/validators/event/CEventSourceObjectValidator.php
Lines 462-468 Link Here
462
%%WWWDIR%%/include/func.inc.php
461
%%WWWDIR%%/include/func.inc.php
463
%%WWWDIR%%/include/gettextwrapper.inc.php
462
%%WWWDIR%%/include/gettextwrapper.inc.php
464
%%WWWDIR%%/include/graphs.inc.php
463
%%WWWDIR%%/include/graphs.inc.php
465
%%WWWDIR%%/include/groups.inc.php
466
%%WWWDIR%%/include/hosts.inc.php
464
%%WWWDIR%%/include/hosts.inc.php
467
%%WWWDIR%%/include/html.inc.php
465
%%WWWDIR%%/include/html.inc.php
468
%%WWWDIR%%/include/httptest.inc.php
466
%%WWWDIR%%/include/httptest.inc.php
(-)zabbix32-frontend/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
PLIST=		${PKGDIR}/pkg-plist.frontend
13
PLIST=		${PKGDIR}/pkg-plist.frontend
14
14
15
USE_PHP=	bcmath ctype gd pcre snmp sockets mbstring session dom xml \
15
USE_PHP=	bcmath ctype gd pcre snmp sockets mbstring session dom xml \
16
		xmlreader xmlwriter simplexml gettext ldap
16
		xmlreader xmlwriter simplexml gettext ldap json
17
USES+=		php:web
17
USES+=		php:web
18
18
19
OPTIONS_DEFINE=		MYSQL MYSQLI PGSQL SQLITE ORACLE
19
OPTIONS_DEFINE=		MYSQL MYSQLI PGSQL SQLITE ORACLE

Return to bug 215318