diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2024-02-13 20:36:28 +0100 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2024-02-13 20:36:28 +0100 |
commit | f33c4e2d0b69a467d8f99524138b854dac842629 (patch) | |
tree | 3af8b6f4386b5e0380d4b621b4c71c11f7068595 | |
parent | 65c4c67f4d1d5d2fc4bb2b2312142ec7925d671f (diff) | |
download | freebsd-ports-f33c4e2d0b69a467d8f99524138b854dac842629.zip |
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
-rw-r--r-- | net-mgmt/icinga-ipl-i18n/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/icinga-ipl-i18n/distinfo | 6 | ||||
-rw-r--r-- | 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 |