diff options
author | Lars Engels <lme@FreeBSD.org> | 2019-03-05 13:21:16 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2019-03-05 13:21:16 +0000 |
commit | 2ad5aeef271b5d55ccf72306104be653430f3f96 (patch) | |
tree | 2b92bf8023eb3709fbd3a5229077780c00518c48 /net-mgmt/icingaweb2-module-businessprocess/Makefile | |
parent | d329cac2d8180505ef5344078afba0370864215f (diff) | |
download | ports-2ad5aeef271b5d55ccf72306104be653430f3f96.tar.gz ports-2ad5aeef271b5d55ccf72306104be653430f3f96.zip |
Notes
Diffstat (limited to 'net-mgmt/icingaweb2-module-businessprocess/Makefile')
-rw-r--r-- | net-mgmt/icingaweb2-module-businessprocess/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/icingaweb2-module-businessprocess/Makefile b/net-mgmt/icingaweb2-module-businessprocess/Makefile index 42db8af47e64..3a02f250d296 100644 --- a/net-mgmt/icingaweb2-module-businessprocess/Makefile +++ b/net-mgmt/icingaweb2-module-businessprocess/Makefile @@ -2,8 +2,7 @@ PORTNAME= icingaweb2-module-businessprocess DISTVERSIONPREFIX= v -DISTVERSION= 2.1.0 -PORTREVISION= 2 +DISTVERSION= 2.2.0 CATEGORIES= net-mgmt www MAINTAINER= lme@FreeBSD.org @@ -12,7 +11,8 @@ COMMENT= Manage Business Processes in Icinga Web 2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2 +RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2 \ + icingaweb2-module-ipl>=0.1.1:net-mgmt/icingaweb2-module-ipl USE_GITHUB= yes GH_ACCOUNT= icinga |