diff --git a/net-mgmt/icinga-ipl-i18n/Makefile b/net-mgmt/icinga-ipl-i18n/Makefile index d1dc13435c0b..4d8d57c5e64a 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.2 +DISTVERSION= 1.0.0 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 +LICENSE_FILE= ${WRKSRC}/LICENSE.md 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 df5068b8b53a..1e74e71972e6 100644 --- a/net-mgmt/icinga-ipl-i18n/distinfo +++ b/net-mgmt/icinga-ipl-i18n/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723237413 -SHA256 (icinga-ipl-i18n-v0.2.2_GH0.tar.gz) = d6b0c897b68e71d8051954daaf4699f3301f05c59fe149e964600c9296305b7c -SIZE (icinga-ipl-i18n-v0.2.2_GH0.tar.gz) = 9965 +TIMESTAMP = 1777047419 +SHA256 (icinga-ipl-i18n-v1.0.0_GH0.tar.gz) = 415d7c24c97948f9a0d4d0b32f4e51387038f9797d69a0dc373a7c7df56450b8 +SIZE (icinga-ipl-i18n-v1.0.0_GH0.tar.gz) = 7533 diff --git a/net-mgmt/icinga-ipl-i18n/pkg-plist b/net-mgmt/icinga-ipl-i18n/pkg-plist index 95d1a7cc1464..ea83325d8276 100644 --- a/net-mgmt/icinga-ipl-i18n/pkg-plist +++ b/net-mgmt/icinga-ipl-i18n/pkg-plist @@ -1,29 +1,11 @@ -%%WWWDIR%%/.github/workflows/php.yml -%%WWWDIR%%/.github/workflows/phpstan.yml -%%WWWDIR%%/.gitignore -%%WWWDIR%%/LICENSE +%%WWWDIR%%/CHANGELOG.md +%%WWWDIR%%/LICENSE.md %%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