From owner-svn-ports-head@freebsd.org Sun Sep 29 19:04:01 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C95DC127BC9; Sun, 29 Sep 2019 19:04:01 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46hFLn4pgyz3LmB; Sun, 29 Sep 2019 19:04:01 +0000 (UTC) (envelope-from dbaio@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 888111E8C0; Sun, 29 Sep 2019 19:04:01 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8TJ41m7064570; Sun, 29 Sep 2019 19:04:01 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8TJ41YV064569; Sun, 29 Sep 2019 19:04:01 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201909291904.x8TJ41YV064569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 29 Sep 2019 19:04:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513256 - in head/net-mgmt: zabbix4-frontend zabbix42-frontend X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/net-mgmt: zabbix4-frontend zabbix42-frontend X-SVN-Commit-Revision: 513256 X-SVN-Commit-Repository: ports 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.29 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: Sun, 29 Sep 2019 19:04:01 -0000 Author: dbaio Date: Sun Sep 29 19:04:00 2019 New Revision: 513256 URL: https://svnweb.freebsd.org/changeset/ports/513256 Log: net-mgmt/zabbix[4|42]-frontend: Add missing PHP fileinfo extension This requirement was introduced on Zabbix 4.0.12 and 4.2.6 and it's still not documented upstream. PR: 240482 Submitted by: Aleksandr Ignatyev Approved by: maintainer timeout (pg@pakhom.spb.ru, > 2 weeks) Modified: head/net-mgmt/zabbix4-frontend/Makefile head/net-mgmt/zabbix42-frontend/Makefile Modified: head/net-mgmt/zabbix4-frontend/Makefile ============================================================================== --- head/net-mgmt/zabbix4-frontend/Makefile Sun Sep 29 19:00:08 2019 (r513255) +++ head/net-mgmt/zabbix4-frontend/Makefile Sun Sep 29 19:04:00 2019 (r513256) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix4 +PORTREVISION= 1 CATEGORIES= net-mgmt PKGNAMESUFFIX= -frontend @@ -12,7 +13,7 @@ NO_ARCH= yes PATCHDIR= PLIST= ${PKGDIR}/pkg-plist.frontend -USE_PHP= bcmath ctype dom filter gd gettext json ldap mbstring pcre \ +USE_PHP= bcmath ctype dom fileinfo filter gd gettext json ldap mbstring pcre \ session simplexml snmp sockets xml xmlreader xmlwriter USES+= php:web Modified: head/net-mgmt/zabbix42-frontend/Makefile ============================================================================== --- head/net-mgmt/zabbix42-frontend/Makefile Sun Sep 29 19:00:08 2019 (r513255) +++ head/net-mgmt/zabbix42-frontend/Makefile Sun Sep 29 19:04:00 2019 (r513256) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix42 +PORTREVISION= 1 CATEGORIES= net-mgmt PKGNAMESUFFIX= -frontend @@ -12,7 +13,7 @@ NO_ARCH= yes PATCHDIR= PLIST= ${PKGDIR}/pkg-plist.frontend -USE_PHP= bcmath ctype dom filter gd gettext json ldap mbstring pcre \ +USE_PHP= bcmath ctype dom fileinfo filter gd gettext json ldap mbstring pcre \ session simplexml snmp sockets xml xmlreader xmlwriter USES+= php:web