diff --git a/net-mgmt/icinga-ipl-i18n/Makefile b/net-mgmt/icinga-ipl-i18n/Makefile index 1cef683e9f17..573224cbfefb 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.0 -PORTREVISION= 1 +DISTVERSION= 0.2.1 +PORTREVISION= 0 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= joneum@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 092b258daa47..057b43a37835 100644 --- a/net-mgmt/icinga-ipl-i18n/distinfo +++ b/net-mgmt/icinga-ipl-i18n/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671020944 -SHA256 (icinga-ipl-i18n-v0.2.0_GH0.tar.gz) = 810570c7a044ca1868cbd920169b1ed93f2705b1ff2d8444c51f0210622a3977 -SIZE (icinga-ipl-i18n-v0.2.0_GH0.tar.gz) = 9163 +TIMESTAMP = 1707851914 +SHA256 (icinga-ipl-i18n-v0.2.1_GH0.tar.gz) = 1d8108015f01f190fede8a22584e5af8c561e7bca378562dd4376ba6b56002a7 +SIZE (icinga-ipl-i18n-v0.2.1_GH0.tar.gz) = 9902 diff --git a/net-mgmt/icinga-ipl-i18n/pkg-plist b/net-mgmt/icinga-ipl-i18n/pkg-plist index 488a0cc301f9..eb1274ff4523 100644 --- a/net-mgmt/icinga-ipl-i18n/pkg-plist +++ b/net-mgmt/icinga-ipl-i18n/pkg-plist @@ -1,25 +1,28 @@ %%WWWDIR%%/.github/workflows/php.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