diff --git a/net-mgmt/icingaweb2-module-generictts/Makefile b/net-mgmt/icingaweb2-module-generictts/Makefile index 424eebd95c0e..eed8c60953a2 100644 --- a/net-mgmt/icingaweb2-module-generictts/Makefile +++ b/net-mgmt/icingaweb2-module-generictts/Makefile @@ -1,32 +1,32 @@ PORTNAME= icingaweb2-module-generictts DISTVERSIONPREFIX= v -DISTVERSION= 2.0.0 -PORTREVISION= 3 +DISTVERSION= 2.1.0 +PORTREVISION= 0 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= joneum@FreeBSD.org COMMENT= Generic ticket system integration into Icinga web 2 WWW= https://github.com/Icinga/icingaweb2-module-generictts LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.3:net-mgmt/icingaweb2@${PHP_FLAVOR} USES= php:web,flavors USE_GITHUB= yes GH_ACCOUNT= icinga NO_BUILD= yes NO_ARCH= yes WWWDIR?= ${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//} do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) .include diff --git a/net-mgmt/icingaweb2-module-generictts/distinfo b/net-mgmt/icingaweb2-module-generictts/distinfo index d21aac82dae2..9c46e11b96b5 100644 --- a/net-mgmt/icingaweb2-module-generictts/distinfo +++ b/net-mgmt/icingaweb2-module-generictts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488972109 -SHA256 (icinga-icingaweb2-module-generictts-v2.0.0_GH0.tar.gz) = 7fcffc7125a89e9ea7a029fdb61ee341912b9b827a4aa373b4e39d7073102d02 -SIZE (icinga-icingaweb2-module-generictts-v2.0.0_GH0.tar.gz) = 11741 +TIMESTAMP = 1674677402 +SHA256 (icinga-icingaweb2-module-generictts-v2.1.0_GH0.tar.gz) = 7f3f6cb07d31b3f0bbd7e8ff721768c1f2185bed2a5a24944172c5769b5c3193 +SIZE (icinga-icingaweb2-module-generictts-v2.1.0_GH0.tar.gz) = 12622 diff --git a/net-mgmt/icingaweb2-module-generictts/pkg-plist b/net-mgmt/icingaweb2-module-generictts/pkg-plist index e64c219d667a..7c921b26b1ce 100644 --- a/net-mgmt/icingaweb2-module-generictts/pkg-plist +++ b/net-mgmt/icingaweb2-module-generictts/pkg-plist @@ -1,15 +1,19 @@ %%WWWDIR%%/.mailmap %%WWWDIR%%/AUTHORS -%%WWWDIR%%/COPYING +%%WWWDIR%%/LICENSE %%WWWDIR%%/README.md %%WWWDIR%%/application/controllers/IntegrationsController.php %%WWWDIR%%/application/forms/Config/TtsIntegrationConfigForm.php %%WWWDIR%%/application/views/scripts/integrations/index.phtml %%WWWDIR%%/application/views/scripts/integrations/new.phtml %%WWWDIR%%/application/views/scripts/integrations/remove.phtml %%WWWDIR%%/application/views/scripts/integrations/update.phtml %%WWWDIR%%/configuration.php +%%WWWDIR%%/doc/01-About.md +%%WWWDIR%%/doc/02-Installation.md +%%WWWDIR%%/doc/02-Installation.md.d/From-Source.md +%%WWWDIR%%/doc/03-Configuration.md %%WWWDIR%%/library/Generictts/Ticket.php %%WWWDIR%%/module.info %%WWWDIR%%/public/css/module.less %%WWWDIR%%/run.php