diff --git a/net-mgmt/icinga-ipl-i18n/Makefile b/net-mgmt/icinga-ipl-i18n/Makefile index 0ff26622660c..d1dc13435c0b 100644 --- a/net-mgmt/icinga-ipl-i18n/Makefile +++ b/net-mgmt/icinga-ipl-i18n/Makefile @@ -1,31 +1,31 @@ PORTNAME= icinga-ipl-i18n DISTVERSIONPREFIX= v -DISTVERSION= 0.2.1 +DISTVERSION= 0.2.2 PORTREVISION= 0 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= flo@FreeBSD.org COMMENT= Icinga PHP library WWW= https://github.com/Icinga/ipl-i18n LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:web,flavors USE_GITHUB= yes GH_ACCOUNT= icinga GH_PROJECT= ipl-i18n NO_BUILD= yes NO_ARCH= yes WWWDIR?= ${PREFIX}/www/icingaweb2/icinga-php/${PORTNAME:C/^.*-//} do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) .include diff --git a/net-mgmt/icinga-ipl-i18n/distinfo b/net-mgmt/icinga-ipl-i18n/distinfo index 057b43a37835..df5068b8b53a 100644 --- a/net-mgmt/icinga-ipl-i18n/distinfo +++ b/net-mgmt/icinga-ipl-i18n/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707851914 -SHA256 (icinga-ipl-i18n-v0.2.1_GH0.tar.gz) = 1d8108015f01f190fede8a22584e5af8c561e7bca378562dd4376ba6b56002a7 -SIZE (icinga-ipl-i18n-v0.2.1_GH0.tar.gz) = 9902 +TIMESTAMP = 1723237413 +SHA256 (icinga-ipl-i18n-v0.2.2_GH0.tar.gz) = d6b0c897b68e71d8051954daaf4699f3301f05c59fe149e964600c9296305b7c +SIZE (icinga-ipl-i18n-v0.2.2_GH0.tar.gz) = 9965 diff --git a/net-mgmt/icinga-ipl-i18n/pkg-plist b/net-mgmt/icinga-ipl-i18n/pkg-plist index eb1274ff4523..95d1a7cc1464 100644 --- a/net-mgmt/icinga-ipl-i18n/pkg-plist +++ b/net-mgmt/icinga-ipl-i18n/pkg-plist @@ -1,28 +1,29 @@ %%WWWDIR%%/.github/workflows/php.yml +%%WWWDIR%%/.github/workflows/phpstan.yml %%WWWDIR%%/.gitignore %%WWWDIR%%/LICENSE %%WWWDIR%%/README.md %%WWWDIR%%/composer.json %%WWWDIR%%/phpcs.xml %%WWWDIR%%/phpstan-baseline.neon %%WWWDIR%%/phpstan.neon %%WWWDIR%%/phpunit.xml %%WWWDIR%%/src/GettextTranslator.php %%WWWDIR%%/src/Locale.php %%WWWDIR%%/src/NoopTranslator.php %%WWWDIR%%/src/StaticTranslator.php %%WWWDIR%%/src/Translation.php %%WWWDIR%%/src/functions.php %%WWWDIR%%/src/functions_include.php %%WWWDIR%%/tests/FunctionsTest.php %%WWWDIR%%/tests/GettextTranslatorTest.php %%WWWDIR%%/tests/LocaleTest.php %%WWWDIR%%/tests/TranslationTest.php %%WWWDIR%%/tests/locale/de_DE/LC_MESSAGES/default.mo %%WWWDIR%%/tests/locale/de_DE/LC_MESSAGES/default.po %%WWWDIR%%/tests/locale/de_DE/LC_MESSAGES/special.mo %%WWWDIR%%/tests/locale/de_DE/LC_MESSAGES/special.po %%WWWDIR%%/tests/locale/it_IT/LC_MESSAGES/default.mo %%WWWDIR%%/tests/locale/it_IT/LC_MESSAGES/default.po %%WWWDIR%%/tests/locale/it_IT/LC_MESSAGES/special.mo %%WWWDIR%%/tests/locale/it_IT/LC_MESSAGES/special.po