1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

www/bacula-web: remove no longer necessary patch

fix plist
Pointy Hat To: ler
This commit is contained in:
Larry Rosenman 2022-10-19 11:25:53 -05:00
parent e7ef547d5f
commit f87385a691
No known key found for this signature in database
GPG Key ID: 697C99B1AB48A77D
3 changed files with 2 additions and 21 deletions

View File

@ -1,6 +1,7 @@
PORTNAME= bacula-web
DISTVERSIONPREFIX= v
DISTVERSION= 8.6.1
PORTREVISION= 1
CATEGORIES= www sysutils
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}

View File

@ -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';

View File

@ -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