Fix dependency syntax
PR: 210021 Submitted by: fluffy@ Reported by: mat@
This commit is contained in:
parent
074bc8ccf7
commit
4fc808df0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520379
15 changed files with 21 additions and 21 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Drill-down view for Icinga web 2 based on custom variables
|
|||
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
|
||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Configuration frontend for Icinga 2, integrated automation
|
|||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Import CSV, JSON, XML and YAML files for the Icinga Director
|
|||
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
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Generic ticket system integration into Icinga web 2
|
|||
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
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Add Grafana graphs into Icinga Web 2 to display performance metrics
|
|||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ COMMENT= Host and service availability reports for Icinga
|
|||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue