Index: zabbix32-server/Makefile =================================================================== --- zabbix32-server/Makefile (revision 428614) +++ zabbix32-server/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix32 -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.3 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} Index: zabbix32-server/distinfo =================================================================== --- zabbix32-server/distinfo (revision 428614) +++ zabbix32-server/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476192256 -SHA256 (zabbix-3.2.1.tar.gz) = 8926b96ef05cba041d05329130f40e8e1311ad201e58c75d22005eda4075c091 -SIZE (zabbix-3.2.1.tar.gz) = 15815404 +TIMESTAMP = 1484900435 +SHA256 (zabbix-3.2.3.tar.gz) = e6dba74039d8d6efff86ec3da99909f4daeaeb66d48781bbb666e3094533da25 +SIZE (zabbix-3.2.3.tar.gz) = 15922416 Index: zabbix32-server/pkg-plist.frontend =================================================================== --- zabbix32-server/pkg-plist.frontend (revision 428614) +++ zabbix32-server/pkg-plist.frontend (working copy) @@ -438,7 +438,6 @@ %%WWWDIR%%/include/classes/validators/CPartialValidatorInterface.php %%WWWDIR%%/include/classes/validators/CRegexValidator.php %%WWWDIR%%/include/classes/validators/CStringValidator.php -%%WWWDIR%%/include/classes/validators/CTagValidator.php %%WWWDIR%%/include/classes/validators/CTimePeriodValidator.php %%WWWDIR%%/include/classes/validators/CValidator.php %%WWWDIR%%/include/classes/validators/event/CEventSourceObjectValidator.php @@ -462,7 +461,6 @@ %%WWWDIR%%/include/func.inc.php %%WWWDIR%%/include/gettextwrapper.inc.php %%WWWDIR%%/include/graphs.inc.php -%%WWWDIR%%/include/groups.inc.php %%WWWDIR%%/include/hosts.inc.php %%WWWDIR%%/include/html.inc.php %%WWWDIR%%/include/httptest.inc.php Index: zabbix32-frontend/Makefile =================================================================== --- zabbix32-frontend/Makefile (revision 424764) +++ zabbix32-frontend/Makefile (working copy) @@ -13,7 +13,7 @@ PLIST= ${PKGDIR}/pkg-plist.frontend USE_PHP= bcmath ctype gd pcre snmp sockets mbstring session dom xml \ - xmlreader xmlwriter simplexml gettext ldap + xmlreader xmlwriter simplexml gettext ldap json USES+= php:web OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE