git: f33c4e2d0b69 - main - net-mgmt/icinga-ipl-i18n: Update to 0.2.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Feb 2024 19:38:05 UTC
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=f33c4e2d0b69a467d8f99524138b854dac842629 commit f33c4e2d0b69a467d8f99524138b854dac842629 Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2024-02-13 19:36:28 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2024-02-13 19:36:28 +0000 net-mgmt/icinga-ipl-i18n: Update to 0.2.1 Changelog: - Ensure compatibility with PHP 8.2 - Small correction to ensure PHP 8.1 support Sponsored by: Netzkommune GmbH --- net-mgmt/icinga-ipl-i18n/Makefile | 4 ++-- net-mgmt/icinga-ipl-i18n/distinfo | 6 +++--- net-mgmt/icinga-ipl-i18n/pkg-plist | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) 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,7 +1,7 @@ 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} 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 @@ -4,6 +4,8 @@ %%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 @@ -15,6 +17,7 @@ %%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