diff --git a/www/bacula-web/Makefile b/www/bacula-web/Makefile index bc4c0ebe704c..645734d7b311 100644 --- a/www/bacula-web/Makefile +++ b/www/bacula-web/Makefile @@ -1,56 +1,58 @@ PORTNAME= bacula-web DISTVERSIONPREFIX= v -DISTVERSION= 9.7.0 +DISTVERSION= 9.8.0 CATEGORIES= www sysutils PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= ler@FreeBSD.org COMMENT= Bacula-web provides a summarized output of Bacula jobs WWW= https://www.bacula-web.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/bin/composer:devel/php-composer@${PHP_FLAVOR} -USES= php:web,flavors -USE_PHP= dom gd gettext posix session simplexml tokenizer xml xmlwriter +USES= php:flavors,web USE_GITHUB= yes -NO_BUILD= yes +USE_PHP= dom gd gettext posix session simplexml tokenizer xml xmlwriter + NO_ARCH= yes +NO_BUILD= yes SUB_FILES= pkg-message OPTIONS_DEFINE= MYSQL PGSQL SQLITE OPTIONS_DEFAULT= MYSQL PGSQL SQLITE SQLITE_USES= sqlite .include .if ${PORT_OPTIONS:MMYSQL} USES+= mysql CONFIGURE_ARGS+= --with-mysql=yes SUB_LIST+= REQ_MYSQL=mysql USE_PHP+= pdo_mysql .endif .if ${PORT_OPTIONS:MPGSQL} -USES+= pgsql +USES+= pgsql CONFIGURE_ARGS+= --with-postgresql=yes SUB_LIST+= REQ_PGSQL=postgresql USE_PHP+= pdo_pgsql .endif .if ${PORT_OPTIONS:MSQLITE} CONFIGURE_ARGS+= --with-sqlite=yes SUB_LIST+= REQ_SQLITE=sqlite USE_PHP+= pdo_sqlite sqlite3 .endif do-install: # Maybe we should delete some files ${FIND} ${WRKSRC} -name '*.orig' -delete @${ECHO} "Installing in ${WWWDIR}" - (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/www/${PORTNAME}) + (cd ${WRKSRC} && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/www/${PORTNAME}) .include diff --git a/www/bacula-web/distinfo b/www/bacula-web/distinfo index bc0ba5deaeb5..0fd695193319 100644 --- a/www/bacula-web/distinfo +++ b/www/bacula-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735752854 -SHA256 (bacula-web-bacula-web-v9.7.0_GH0.tar.gz) = 4e9adf08139b1ce0efbd0f6bdd572816f5311fd173f1b19b8f1c54f7398f46c7 -SIZE (bacula-web-bacula-web-v9.7.0_GH0.tar.gz) = 186939 +TIMESTAMP = 1753805634 +SHA256 (bacula-web-bacula-web-v9.8.0_GH0.tar.gz) = f2e2dc71ce00026c65ab468eb96966221dda12cd133c3094bc08bdf021a6a119 +SIZE (bacula-web-bacula-web-v9.8.0_GH0.tar.gz) = 187402 diff --git a/www/bacula-web/pkg-plist b/www/bacula-web/pkg-plist index 67113dcd962f..3e66b4eda827 100644 --- a/www/bacula-web/pkg-plist +++ b/www/bacula-web/pkg-plist @@ -1,187 +1,188 @@ @owner www @group www @dir(,,744) %%WWWDIR%%/application/assets/protected @dir(,,744) %%WWWDIR%%/application/views/cache @sample %%WWWDIR%%/application/config/config.php.sample %%WWWDIR%%/.dockerignore %%WWWDIR%%/.github/FUNDING.yml %%WWWDIR%%/.github/ISSUE_TEMPLATE/bug_report.md +%%WWWDIR%%/.github/workflows/build-release-archive.yml %%WWWDIR%%/.github/workflows/check-pr.yml %%WWWDIR%%/.github/workflows/code-analysis.yml %%WWWDIR%%/.github/workflows/commits.yml %%WWWDIR%%/.github/workflows/composer.yml %%WWWDIR%%/.github/workflows/docker-build.yml %%WWWDIR%%/.github/workflows/docker-release.yml %%WWWDIR%%/.github/workflows/release.yml %%WWWDIR%%/.github/workflows/sonarcloud-scan.yml +%%WWWDIR%%/.gitignore %%WWWDIR%%/.htaccess %%WWWDIR%%/.phpcs.xml -%%WWWDIR%%/.readthedocs.yaml %%WWWDIR%%/.release-please-manifest.json %%WWWDIR%%/.travis.yml %%WWWDIR%%/.tx/config %%WWWDIR%%/CODE_OF_CONDUCT.md %%WWWDIR%%/CONTRIBUTING.md %%WWWDIR%%/LICENSE %%WWWDIR%%/README.md %%WWWDIR%%/SECURITY.md %%WWWDIR%%/application/Command/CheckCommand.php %%WWWDIR%%/application/Command/PublishAssetsCommand.php %%WWWDIR%%/application/Command/SetupAuthCommand.php %%WWWDIR%%/application/Command/ShowVersionCommand.php %%WWWDIR%%/application/Controller/BackupJobController.php %%WWWDIR%%/application/Controller/ClientController.php %%WWWDIR%%/application/Controller/DirectorController.php %%WWWDIR%%/application/Controller/HomeController.php %%WWWDIR%%/application/Controller/JobController.php %%WWWDIR%%/application/Controller/LoginController.php %%WWWDIR%%/application/Controller/PoolController.php %%WWWDIR%%/application/Controller/SettingsController.php %%WWWDIR%%/application/Controller/TestController.php %%WWWDIR%%/application/Controller/UserController.php %%WWWDIR%%/application/Controller/VolumesController.php %%WWWDIR%%/application/CsrfErrorHandler.php %%WWWDIR%%/application/Entity/Job.php %%WWWDIR%%/application/Entity/Log.php %%WWWDIR%%/application/Entity/User.php %%WWWDIR%%/application/Entity/Volume.php %%WWWDIR%%/application/Libs/Config.php %%WWWDIR%%/application/Libs/FileConfig.php %%WWWDIR%%/application/Libs/PhpFileConfig.php %%WWWDIR%%/application/Middleware/CatalogSelectorMiddleware.php %%WWWDIR%%/application/Middleware/CsrfMiddleware.php %%WWWDIR%%/application/Middleware/DbAuthMiddleware.php %%WWWDIR%%/application/Middleware/FlashMiddleware.php %%WWWDIR%%/application/Middleware/GuestMiddleware.php %%WWWDIR%%/application/Middleware/HttpHeadersMiddleware.php %%WWWDIR%%/application/Middleware/RefererMiddleware.php %%WWWDIR%%/application/Middleware/TrailingSlashMiddleware.php %%WWWDIR%%/application/Table/CatalogTable.php %%WWWDIR%%/application/Table/ClientTable.php %%WWWDIR%%/application/Table/FileSetTable.php %%WWWDIR%%/application/Table/JobFileTable.php %%WWWDIR%%/application/Table/JobTable.php %%WWWDIR%%/application/Table/LogTable.php %%WWWDIR%%/application/Table/PoolTable.php %%WWWDIR%%/application/Table/UserTable.php %%WWWDIR%%/application/Table/VolumeTable.php %%WWWDIR%%/application/Validator/AbstractValidator.php %%WWWDIR%%/application/Validator/LoginValidator.php %%WWWDIR%%/application/Validator/VolumesRequestValidator.php %%WWWDIR%%/application/assets/images/apple-touch-icon.png %%WWWDIR%%/application/assets/images/bacula-web-logo.png %%WWWDIR%%/application/assets/images/favicon.ico %%WWWDIR%%/application/assets/js/default.js %%WWWDIR%%/application/assets/protected/.htaccess %%WWWDIR%%/application/config/.htaccess %%WWWDIR%%/application/config/app %%WWWDIR%%/application/config/container-bindings.php %%WWWDIR%%/application/locale/be/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/be/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/be_BY/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/be_BY/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/ca/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/ca/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/ca_ES/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/ca_ES/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/de_DE/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/de_DE/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/en_GB/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/en_GB/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/en_US/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/en_US/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/es_ES/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/es_ES/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/fr_FR/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/fr_FR/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/it_IT/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/it_IT/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/ja_JP/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/ja_JP/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/nl_NL/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/nl_NL/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/no_NO/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/no_NO/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/pl/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/pl/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/pl_PL/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/pl_PL/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/pt_BR/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/pt_BR/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/ro_RO/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/ro_RO/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/ru_RU/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/ru_RU/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/sv_SE/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/sv_SE/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/zh_CN/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/zh_CN/LC_MESSAGES/messages.po %%WWWDIR%%/application/views/cache/.gitkeep %%WWWDIR%%/application/views/templates/layouts/blank.html.twig %%WWWDIR%%/application/views/templates/layouts/default.html.twig %%WWWDIR%%/application/views/templates/pages/backupjob-report.html.twig %%WWWDIR%%/application/views/templates/pages/client-report.html.twig %%WWWDIR%%/application/views/templates/pages/dashboard.html.twig %%WWWDIR%%/application/views/templates/pages/directors.html.twig %%WWWDIR%%/application/views/templates/pages/jobfiles.html.twig %%WWWDIR%%/application/views/templates/pages/joblogs.html.twig %%WWWDIR%%/application/views/templates/pages/jobs.html.twig %%WWWDIR%%/application/views/templates/pages/login.html.twig %%WWWDIR%%/application/views/templates/pages/pools.html.twig %%WWWDIR%%/application/views/templates/pages/settings.html.twig %%WWWDIR%%/application/views/templates/pages/test.html.twig %%WWWDIR%%/application/views/templates/pages/usersettings.html.twig %%WWWDIR%%/application/views/templates/pages/volume.html.twig %%WWWDIR%%/application/views/templates/pages/volumes.html.twig %%WWWDIR%%/application/views/templates/partials/_page_header.html.twig %%WWWDIR%%/application/views/templates/partials/flash.html.twig %%WWWDIR%%/application/views/templates/partials/html-footer.html.twig %%WWWDIR%%/application/views/templates/partials/html-head.html.twig %%WWWDIR%%/application/views/templates/partials/navbar.html.twig %%WWWDIR%%/application/views/templates/partials/pagination.html.twig %%WWWDIR%%/bwc %%WWWDIR%%/cog.toml %%WWWDIR%%/composer.json %%WWWDIR%%/core/App/UserAuth.php %%WWWDIR%%/core/Db/CDBQuery.php %%WWWDIR%%/core/Db/DBPagination.php %%WWWDIR%%/core/Db/Database.php %%WWWDIR%%/core/Db/DatabaseFactory.php %%WWWDIR%%/core/Db/Table.php %%WWWDIR%%/core/Exception/AppException.php %%WWWDIR%%/core/Exception/ConfigFileException.php %%WWWDIR%%/core/Exception/DatabaseException.php %%WWWDIR%%/core/Exception/PageNotFoundException.php %%WWWDIR%%/core/Graph/Chart.php %%WWWDIR%%/core/Helpers/Sanitizer.php %%WWWDIR%%/core/Helpers/request.php %%WWWDIR%%/core/Utils/CUtils.php %%WWWDIR%%/core/Utils/DateTimeUtil.php %%WWWDIR%%/core/Utils/ExceptionRenderer.php %%WWWDIR%%/core/Utils/File.php %%WWWDIR%%/core/Utils/HtmlHelper.php %%WWWDIR%%/core/bootstrap.php %%WWWDIR%%/core/const.inc.php %%WWWDIR%%/docker/Dockerfile %%WWWDIR%%/docker/Dockerfile-dev %%WWWDIR%%/docker/README.md %%WWWDIR%%/docker/config/apache-vhost.config %%WWWDIR%%/docker/docker-compose.yml %%WWWDIR%%/docs/CHANGELOG.md %%WWWDIR%%/phpstan.neon %%WWWDIR%%/phpunit.xml %%WWWDIR%%/public/.htaccess %%WWWDIR%%/public/css/.gitkeep %%WWWDIR%%/public/fonts/.gitkeep %%WWWDIR%%/public/icons/.gitkeep %%WWWDIR%%/public/img/.gitkeep %%WWWDIR%%/public/index.php %%WWWDIR%%/public/js/.gitkeep %%WWWDIR%%/public/webfonts/.gitkeep %%WWWDIR%%/release-please-config.json %%WWWDIR%%/sonar-project.properties %%WWWDIR%%/tests/ConfigTest.php %%WWWDIR%%/tests/DateTimeUtilTest.php %%WWWDIR%%/tests/PhpFileConfigTest.php %%WWWDIR%%/tests/bootstrap.php %%WWWDIR%%/tests/config.php