diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2022-10-06 16:26:39 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2022-10-06 16:27:06 +0000 |
commit | c157311b175966ab02b2a259e29716c8e865625d (patch) | |
tree | 4a1b9e5b4614cde8e99941608b06ed65ead50be1 | |
parent | 2bcbff8020ebd7b5855296be3dba213ce3550cd1 (diff) | |
download | ports-c157311b175966ab02b2a259e29716c8e865625d.tar.gz ports-c157311b175966ab02b2a259e29716c8e865625d.zip |
www/bacula-web: fix pkg-plist sort
bump portrevision
-rw-r--r-- | www/bacula-web/Makefile | 1 | ||||
-rw-r--r-- | 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 |