Date: Thu, 6 Oct 2022 16:27:09 GMT From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c157311b1759 - main - www/bacula-web: fix pkg-plist sort Message-ID: <202210061627.296GR9KV030851@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ler: URL: https://cgit.FreeBSD.org/ports/commit/?id=c157311b175966ab02b2a259e29716c8e865625d commit c157311b175966ab02b2a259e29716c8e865625d Author: Larry Rosenman <ler@FreeBSD.org> AuthorDate: 2022-10-06 16:26:39 +0000 Commit: Larry Rosenman <ler@FreeBSD.org> CommitDate: 2022-10-06 16:27:06 +0000 www/bacula-web: fix pkg-plist sort bump portrevision --- www/bacula-web/Makefile | 1 + www/bacula-web/pkg-plist | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/www/bacula-web/Makefile b/www/bacula-web/Makefile index 103f54603f41..e0bf3515f011 100644 --- a/www/bacula-web/Makefile +++ b/www/bacula-web/Makefile @@ -1,6 +1,7 @@ PORTNAME= bacula-web DISTVERSIONPREFIX= v DISTVERSION= 8.6.0 +PORTREVISION= 1 CATEGORIES= www sysutils PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/www/bacula-web/pkg-plist b/www/bacula-web/pkg-plist index bfa5e1915f36..73a6cbe8ce84 100644 --- a/www/bacula-web/pkg-plist +++ b/www/bacula-web/pkg-plist @@ -1,3 +1,7 @@ +@dir(,,744) %%WWWDIR%%/application/assets/protected +@dir(,,744) %%WWWDIR%%/application/views/cache +@group www +@owner www %%WWWDIR%%/.codeclimate.yml %%WWWDIR%%/.csslintrc %%WWWDIR%%/.eslintignore @@ -173,8 +177,4 @@ %%WWWDIR%%/public/index.php %%WWWDIR%%/public/js/.gitkeep %%WWWDIR%%/sonar-project.properties -@dir(,,744) %%WWWDIR%%/application/assets/protected -@dir(,,744) %%WWWDIR%%/application/views/cache -@group www -@owner www @sample %%WWWDIR%%/application/config/config.php.sample
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210061627.296GR9KV030851>