From owner-svn-ports-head@freebsd.org Sat Feb 11 13:29:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6D3CCDB443; Sat, 11 Feb 2017 13:29:16 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AEB5150F; Sat, 11 Feb 2017 13:29:16 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1BDTFWC076039; Sat, 11 Feb 2017 13:29:15 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1BDTFNo076036; Sat, 11 Feb 2017 13:29:15 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201702111329.v1BDTFNo076036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sat, 11 Feb 2017 13:29:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433861 - in head/net-mgmt: zabbix3-frontend zabbix3-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2017 13:29:17 -0000 Author: danilo Date: Sat Feb 11 13:29:15 2017 New Revision: 433861 URL: https://svnweb.freebsd.org/changeset/ports/433861 Log: - Update to 3.0.7 - Add php-json to USE_PHP in -frontend while here - Sort USE_PHP list PR: 215319 Submitted by: pg@pakhom.spb.ru Modified: head/net-mgmt/zabbix3-frontend/Makefile head/net-mgmt/zabbix3-server/Makefile head/net-mgmt/zabbix3-server/distinfo Modified: head/net-mgmt/zabbix3-frontend/Makefile ============================================================================== --- head/net-mgmt/zabbix3-frontend/Makefile Sat Feb 11 13:16:52 2017 (r433860) +++ head/net-mgmt/zabbix3-frontend/Makefile Sat Feb 11 13:29:15 2017 (r433861) @@ -17,8 +17,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 gettext Modified: head/net-mgmt/zabbix3-server/Makefile ============================================================================== --- head/net-mgmt/zabbix3-server/Makefile Sat Feb 11 13:16:52 2017 (r433860) +++ head/net-mgmt/zabbix3-server/Makefile Sat Feb 11 13:29:15 2017 (r433861) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix3 -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.7 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} Modified: head/net-mgmt/zabbix3-server/distinfo ============================================================================== --- head/net-mgmt/zabbix3-server/distinfo Sat Feb 11 13:16:52 2017 (r433860) +++ head/net-mgmt/zabbix3-server/distinfo Sat Feb 11 13:29:15 2017 (r433861) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475655645 -SHA256 (zabbix-3.0.5.tar.gz) = 641e608765e34edfc04ec005f7c501430105b7c3ec9210bbf52b73fda530c1a1 -SIZE (zabbix-3.0.5.tar.gz) = 15412400 +TIMESTAMP = 1484901241 +SHA256 (zabbix-3.0.7.tar.gz) = 67fa5afbc407af405ddf27754c5eb1fd52396efd4020920e80c7abeeba678f13 +SIZE (zabbix-3.0.7.tar.gz) = 15514134