svn commit: r432795 - in head/net-mgmt: zabbix32-frontend zabbix32-server

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Jan 29 19:19:07 UTC 2017


Author: danilo
Date: Sun Jan 29 19:19:06 2017
New Revision: 432795
URL: https://svnweb.freebsd.org/changeset/ports/432795

Log:
  - Update to 3.2.3
  while here
  - Sort USE_PHP list
  
  PR:		215318
  Submitted by:	pg at pakhom.spb.ru

Modified:
  head/net-mgmt/zabbix32-frontend/Makefile
  head/net-mgmt/zabbix32-server/Makefile
  head/net-mgmt/zabbix32-server/distinfo
  head/net-mgmt/zabbix32-server/pkg-plist.frontend

Modified: head/net-mgmt/zabbix32-frontend/Makefile
==============================================================================
--- head/net-mgmt/zabbix32-frontend/Makefile	Sun Jan 29 19:18:45 2017	(r432794)
+++ head/net-mgmt/zabbix32-frontend/Makefile	Sun Jan 29 19:19:06 2017	(r432795)
@@ -12,8 +12,8 @@ NO_ARCH=	yes
 PATCHDIR=
 PLIST=		${PKGDIR}/pkg-plist.frontend
 
-USE_PHP=	bcmath ctype gd pcre snmp sockets mbstring session dom xml \
-		xmlreader xmlwriter simplexml gettext ldap
+USE_PHP=	bcmath ctype dom gd gettext json ldap mbstring pcre \
+		session simplexml snmp sockets xml xmlreader xmlwriter
 USES+=		php:web
 
 OPTIONS_DEFINE=		MYSQL MYSQLI PGSQL SQLITE ORACLE

Modified: head/net-mgmt/zabbix32-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix32-server/Makefile	Sun Jan 29 19:18:45 2017	(r432794)
+++ head/net-mgmt/zabbix32-server/Makefile	Sun Jan 29 19:19:06 2017	(r432795)
@@ -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}

Modified: head/net-mgmt/zabbix32-server/distinfo
==============================================================================
--- head/net-mgmt/zabbix32-server/distinfo	Sun Jan 29 19:18:45 2017	(r432794)
+++ head/net-mgmt/zabbix32-server/distinfo	Sun Jan 29 19:19:06 2017	(r432795)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476192256
-SHA256 (zabbix-3.2.1.tar.gz) = 8926b96ef05cba041d05329130f40e8e1311ad201e58c75d22005eda4075c091
-SIZE (zabbix-3.2.1.tar.gz) = 15815404
+TIMESTAMP = 1485713089
+SHA256 (zabbix-3.2.3.tar.gz) = e6dba74039d8d6efff86ec3da99909f4daeaeb66d48781bbb666e3094533da25
+SIZE (zabbix-3.2.3.tar.gz) = 15922416

Modified: head/net-mgmt/zabbix32-server/pkg-plist.frontend
==============================================================================
--- head/net-mgmt/zabbix32-server/pkg-plist.frontend	Sun Jan 29 19:18:45 2017	(r432794)
+++ head/net-mgmt/zabbix32-server/pkg-plist.frontend	Sun Jan 29 19:19:06 2017	(r432795)
@@ -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


More information about the svn-ports-all mailing list