From owner-svn-ports-all@freebsd.org Wed Dec 18 10:10:49 2019 Return-Path: Delivered-To: svn-ports-all@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 00D0F1DA62C; Wed, 18 Dec 2019 10:10:48 +0000 (UTC) (envelope-from lme@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 47d9kc65j0z4Px1; Wed, 18 Dec 2019 10:10:48 +0000 (UTC) (envelope-from lme@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 CC7B824872; Wed, 18 Dec 2019 10:10:48 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBIAAm6d093841; Wed, 18 Dec 2019 10:10:48 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBIAAjlm093822; Wed, 18 Dec 2019 10:10:45 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201912181010.xBIAAjlm093822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Wed, 18 Dec 2019 10:10:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520379 - in head/net-mgmt: icingaweb2-module-businessprocess icingaweb2-module-cube icingaweb2-module-director icingaweb2-module-elasticsearch icingaweb2-module-fileshipper icingaweb2-... X-SVN-Group: ports-head X-SVN-Commit-Author: lme X-SVN-Commit-Paths: in head/net-mgmt: icingaweb2-module-businessprocess icingaweb2-module-cube icingaweb2-module-director icingaweb2-module-elasticsearch icingaweb2-module-fileshipper icingaweb2-module-generictts icingaw... X-SVN-Commit-Revision: 520379 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2019 10:10:49 -0000 Author: lme Date: Wed Dec 18 10:10:45 2019 New Revision: 520379 URL: https://svnweb.freebsd.org/changeset/ports/520379 Log: Fix dependency syntax PR: 210021 Submitted by: fluffy@ Reported by: mat@ Modified: head/net-mgmt/icingaweb2-module-businessprocess/Makefile head/net-mgmt/icingaweb2-module-cube/Makefile head/net-mgmt/icingaweb2-module-director/Makefile head/net-mgmt/icingaweb2-module-elasticsearch/Makefile head/net-mgmt/icingaweb2-module-fileshipper/Makefile head/net-mgmt/icingaweb2-module-generictts/Makefile head/net-mgmt/icingaweb2-module-grafana/Makefile head/net-mgmt/icingaweb2-module-graphite/Makefile head/net-mgmt/icingaweb2-module-idoreports/Makefile head/net-mgmt/icingaweb2-module-ipl/Makefile head/net-mgmt/icingaweb2-module-map/Makefile head/net-mgmt/icingaweb2-module-pdfexport/Makefile head/net-mgmt/icingaweb2-module-reactbundle/Makefile head/net-mgmt/icingaweb2-module-reporting/Makefile head/net-mgmt/icingaweb2-module-vsphere/Makefile Modified: head/net-mgmt/icingaweb2-module-businessprocess/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-businessprocess/Makefile Wed Dec 18 10:02:23 2019 (r520378) +++ head/net-mgmt/icingaweb2-module-businessprocess/Makefile Wed Dec 18 10:10:45 2019 (r520379) @@ -13,8 +13,8 @@ COMMENT= Manage Business Processes in Icinga Web 2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} \ - icingaweb2-module-ipl-${PHP_FLAVOR}>=0.1.1:net-mgmt/icingaweb2-module-ipl@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} \ + icingaweb2-module-ipl${PHP_PKGNAMESUFFIX}>=0.1.1:net-mgmt/icingaweb2-module-ipl@${PHP_FLAVOR} USES= php:web,flavors Modified: head/net-mgmt/icingaweb2-module-cube/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-cube/Makefile Wed Dec 18 10:02:23 2019 (r520378) +++ head/net-mgmt/icingaweb2-module-cube/Makefile Wed Dec 18 10:10:45 2019 (r520379) @@ -13,7 +13,7 @@ COMMENT= Drill-down view for Icinga web 2 based on cus LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} USE_GITHUB= yes GH_ACCOUNT= icinga Modified: head/net-mgmt/icingaweb2-module-director/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-director/Makefile Wed Dec 18 10:02:23 2019 (r520378) +++ head/net-mgmt/icingaweb2-module-director/Makefile Wed Dec 18 10:10:45 2019 (r520379) @@ -13,7 +13,7 @@ COMMENT= Configuration frontend for Icinga 2, integrat LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} USES= php:web,flavors Modified: head/net-mgmt/icingaweb2-module-elasticsearch/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-elasticsearch/Makefile Wed Dec 18 10:02:23 2019 (r520378) +++ head/net-mgmt/icingaweb2-module-elasticsearch/Makefile Wed Dec 18 10:10:45 2019 (r520379) @@ -13,7 +13,7 @@ COMMENT= Integrate Elasticsearch into Icinga Web 2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.2:net-mgmt/icingaweb2@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.2:net-mgmt/icingaweb2@${PHP_FLAVOR} USES= php:web,flavors Modified: head/net-mgmt/icingaweb2-module-fileshipper/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-fileshipper/Makefile Wed Dec 18 10:02:23 2019 (r520378) +++ head/net-mgmt/icingaweb2-module-fileshipper/Makefile Wed Dec 18 10:10:45 2019 (r520379) @@ -13,7 +13,7 @@ COMMENT= Import CSV, JSON, XML and YAML files for the LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} USES= php:web,flavors Modified: head/net-mgmt/icingaweb2-module-generictts/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-generictts/Makefile Wed Dec 18 10:02:23 2019 (r520378) +++ head/net-mgmt/icingaweb2-module-generictts/Makefile Wed Dec 18 10:10:45 2019 (r520379) @@ -13,7 +13,7 @@ COMMENT= Generic ticket system integration into Icinga LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} USES= php:web,flavors Modified: head/net-mgmt/icingaweb2-module-grafana/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-grafana/Makefile Wed Dec 18 10:02:23 2019 (r520378) +++ head/net-mgmt/icingaweb2-module-grafana/Makefile Wed Dec 18 10:10:45 2019 (r520379) @@ -13,7 +13,7 @@ COMMENT= Add Grafana graphs into Icinga Web 2 to displ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} USES= php:web,flavors Modified: head/net-mgmt/icingaweb2-module-graphite/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-graphite/Makefile Wed Dec 18 10:02:23 2019 (r520378) +++ head/net-mgmt/icingaweb2-module-graphite/Makefile Wed Dec 18 10:10:45 2019 (r520379) @@ -13,7 +13,7 @@ COMMENT= Graphite integration into Icinga Web 2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.5.0:net-mgmt/icingaweb2@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.5.0:net-mgmt/icingaweb2@${PHP_FLAVOR} USES= php:web,flavors Modified: head/net-mgmt/icingaweb2-module-idoreports/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-idoreports/Makefile Wed Dec 18 10:02:23 2019 (r520378) +++ head/net-mgmt/icingaweb2-module-idoreports/Makefile Wed Dec 18 10:10:45 2019 (r520379) @@ -13,8 +13,8 @@ COMMENT= Host and service availability reports for Ici LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.6.0:net-mgmt/icingaweb2@${PHP_FLAVOR} \ - icingaweb2-module-reporting-${PHP_FLAVOR}>=0.9:net-mgmt/icingaweb2-module-reporting@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.6.0:net-mgmt/icingaweb2@${PHP_FLAVOR} \ + icingaweb2-module-reporting${PHP_PKGNAMESUFFIX}>=0.9:net-mgmt/icingaweb2-module-reporting@${PHP_FLAVOR} USES= php:web,flavors Modified: head/net-mgmt/icingaweb2-module-ipl/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-ipl/Makefile Wed Dec 18 10:02:23 2019 (r520378) +++ head/net-mgmt/icingaweb2-module-ipl/Makefile Wed Dec 18 10:10:45 2019 (r520379) @@ -13,7 +13,7 @@ COMMENT= Icinga PHP library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} USES= php:web,flavors Modified: head/net-mgmt/icingaweb2-module-map/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-map/Makefile Wed Dec 18 10:02:23 2019 (r520378) +++ head/net-mgmt/icingaweb2-module-map/Makefile Wed Dec 18 10:10:45 2019 (r520379) @@ -13,7 +13,7 @@ COMMENT= Display hosts on OpenStreetMap LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} USES= php:web,flavors Modified: head/net-mgmt/icingaweb2-module-pdfexport/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-pdfexport/Makefile Wed Dec 18 10:02:23 2019 (r520378) +++ head/net-mgmt/icingaweb2-module-pdfexport/Makefile Wed Dec 18 10:10:45 2019 (r520379) @@ -13,7 +13,7 @@ COMMENT= Icinga PDF Export LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} \ +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} \ chromium>0:www/chromium USES= php:web,flavors Modified: head/net-mgmt/icingaweb2-module-reactbundle/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-reactbundle/Makefile Wed Dec 18 10:02:23 2019 (r520378) +++ head/net-mgmt/icingaweb2-module-reactbundle/Makefile Wed Dec 18 10:10:45 2019 (r520379) @@ -10,7 +10,7 @@ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= lme@FreeBSD.org COMMENT= Icinga Web 2 ReactPHP-based 3rd party libraries -RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} USES= php:web,flavors Modified: head/net-mgmt/icingaweb2-module-reporting/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-reporting/Makefile Wed Dec 18 10:02:23 2019 (r520378) +++ head/net-mgmt/icingaweb2-module-reporting/Makefile Wed Dec 18 10:10:45 2019 (r520379) @@ -13,9 +13,9 @@ COMMENT= Reporting module for Icinga Web 2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.6.0:net-mgmt/icingaweb2@${PHP_FLAVOR} \ - icingaweb2-module-reactbundle-${PHP_FLAVOR}>=0.4:net-mgmt/icingaweb2-module-reactbundle@${PHP_FLAVOR} \ - icingaweb2-module-ipl-${PHP_FLAVOR}>=0.2.1:net-mgmt/icingaweb2-module-ipl@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.6.0:net-mgmt/icingaweb2@${PHP_FLAVOR} \ + icingaweb2-module-reactbundle${PHP_PKGNAMESUFFIX}>=0.4:net-mgmt/icingaweb2-module-reactbundle@${PHP_FLAVOR} \ + icingaweb2-module-ipl${PHP_PKGNAMESUFFIX}>=0.2.1:net-mgmt/icingaweb2-module-ipl@${PHP_FLAVOR} USES= php:web,flavors @@ -25,7 +25,7 @@ GH_ACCOUNT= icinga OPTIONS_DEFINE= PDF PDF_DESC= Use Chromium to export PDFs OPTIONS_DEFAULT= PDF -PDF_RUN_DEPENDS= icingaweb2-module-pdfexport-${PHP_FLAVOR}>=0.9:net-mgmt/icingaweb2-module-pdfexport@${PHP_FLAVOR} +PDF_RUN_DEPENDS= icingaweb2-module-pdfexport${PHP_PKGNAMESUFFIX}>=0.9:net-mgmt/icingaweb2-module-pdfexport@${PHP_FLAVOR} NO_BUILD= yes NO_ARCH= yes Modified: head/net-mgmt/icingaweb2-module-vsphere/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-vsphere/Makefile Wed Dec 18 10:02:23 2019 (r520378) +++ head/net-mgmt/icingaweb2-module-vsphere/Makefile Wed Dec 18 10:10:45 2019 (r520379) @@ -10,8 +10,8 @@ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= lme@FreeBSD.org COMMENT= Automated import of your VMs and Physical Host from VMware Sphere -RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} \ - icingaweb2-module-director-${PHP_FLAVOR}>=1.6.2:net-mgmt/icingaweb2-module-director@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} \ + icingaweb2-module-director${PHP_PKGNAMESUFFIX}>=1.6.2:net-mgmt/icingaweb2-module-director@${PHP_FLAVOR} USES= php:web,flavors USE_PHP= posix soap