summaryrefslogtreecommitdiff
path: root/manualPorts/bareos-filedaemon/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/bareos-filedaemon/Pkgfile')
-rw-r--r--manualPorts/bareos-filedaemon/Pkgfile8
1 files changed, 3 insertions, 5 deletions
diff --git a/manualPorts/bareos-filedaemon/Pkgfile b/manualPorts/bareos-filedaemon/Pkgfile
index 31a0695..40442cf 100644
--- a/manualPorts/bareos-filedaemon/Pkgfile
+++ b/manualPorts/bareos-filedaemon/Pkgfile
@@ -1,12 +1,12 @@
# Description: Backup Archiving REcovery Open Sourced - client.
# URL: http://www.bareos.org
# Maintainer: Erich Eckner, crux at eckner dot net
-# Depends on: acl bash cmake glibc libcap lzo openssl python readline sqlite3 zlib
+# Depends on: acl bash cmake glibc libcap lzo openssl postgresql python readline sqlite3 zlib
name=bareos-filedaemon
_name=${name%-*}
-version=20.0.4
-release=2
+version=21.0.0
+release=1
source=("https://github.com/$_name/$_name/archive/Release/$version.tar.gz"
'nullify-os-specifics.patch'
'check-if-bareos-backup-is-running'
@@ -34,10 +34,8 @@ build() {
-Ddynamic-storage-backends=yes \
-Dpython=yes \
-Dopenssl=yes \
- -Dmysql=no \
-Ddisable-rpath=yes \
-Dpostgresql=no \
- -Dsqlite3=yes \
-Dndmp=no \
-Dhostname='XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX' \
-Ddir-password="XXX_REPLACE_WITH_DIRECTOR_PASSWORD_XXX" \