Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2019 10:10:45 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
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-...
Message-ID:  <201912181010.xBIAAjlm093822@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912181010.xBIAAjlm093822>