git: f87385a6914b - main - www/bacula-web: remove no longer necessary patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Oct 2022 16:26:48 UTC
The branch main has been updated by ler:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f87385a6914b6c856a1e866aca30dae13e57736a
commit f87385a6914b6c856a1e866aca30dae13e57736a
Author: Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2022-10-19 16:25:53 +0000
Commit: Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2022-10-19 16:26:44 +0000
www/bacula-web: remove no longer necessary patch
fix plist
Pointy Hat To: ler
---
www/bacula-web/Makefile | 1 +
.../patch-application_config_config.php.sample | 21 ---------------------
www/bacula-web/pkg-plist | 1 +
3 files changed, 2 insertions(+), 21 deletions(-)
diff --git a/www/bacula-web/Makefile b/www/bacula-web/Makefile
index 20c3da66bd53..2c9e4edb74d2 100644
--- a/www/bacula-web/Makefile
+++ b/www/bacula-web/Makefile
@@ -1,6 +1,7 @@
PORTNAME= bacula-web
DISTVERSIONPREFIX= v
DISTVERSION= 8.6.1
+PORTREVISION= 1
CATEGORIES= www sysutils
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
diff --git a/www/bacula-web/files/patch-application_config_config.php.sample b/www/bacula-web/files/patch-application_config_config.php.sample
deleted file mode 100644
index 47e0d73ebcc0..000000000000
--- a/www/bacula-web/files/patch-application_config_config.php.sample
+++ /dev/null
@@ -1,21 +0,0 @@
---- application/config/config.php.sample.orig 2020-04-17 09:56:28 UTC
-+++ application/config/config.php.sample
-@@ -53,13 +53,13 @@ $config['language'] = 'en_US';
- // $config[0]['db_port'] = '3306';
-
- // postgreSQL bacula catalog
--// $config[0]['label'] = 'Prod Server';
-+$config[0]['label'] = 'Prod Server';
- // $config[0]['host'] = 'db-server.domain.com';
--// $config[0]['login'] = 'bacula';
-+$config[0]['login'] = 'bacula';
- // $config[0]['password'] = 'otherstrongpassword';
--// $config[0]['db_name'] = 'bacula';
--// $config[0]['db_type'] = 'pgsql';
--// $config[0]['db_port'] = '5432';
-+$config[0]['db_name'] = 'bacula';
-+$config[0]['db_type'] = 'pgsql';
-+$config[0]['db_port'] = '5432';
-
- // SQLite bacula catalog
- // $config[0]['label'] = 'Dev backup server';
diff --git a/www/bacula-web/pkg-plist b/www/bacula-web/pkg-plist
index 73a6cbe8ce84..e22093070deb 100644
--- a/www/bacula-web/pkg-plist
+++ b/www/bacula-web/pkg-plist
@@ -14,6 +14,7 @@
%%WWWDIR%%/CONTRIBUTING.md
%%WWWDIR%%/LICENSE
%%WWWDIR%%/README.md
+%%WWWDIR%%/application/Entity/Job.php
%%WWWDIR%%/application/Entity/log.php
%%WWWDIR%%/application/Entity/user.php
%%WWWDIR%%/application/assets/css/default.css