aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bacula-server/Makefile4
-rw-r--r--sysutils/bacula-server/distinfo9
-rw-r--r--sysutils/bacula-server/files/patch-src-cats-grant_postgresql_privileges.in28
3 files changed, 5 insertions, 36 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index d1c14e07230c..ecedbc311165 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= bacula
-DISTVERSION= 2.0.0
-PORTREVISION= 1
+DISTVERSION= 2.0.1
+PORTREVISION= 0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bacula
diff --git a/sysutils/bacula-server/distinfo b/sysutils/bacula-server/distinfo
index 84cefa662ed5..d8953d5f03d1 100644
--- a/sysutils/bacula-server/distinfo
+++ b/sysutils/bacula-server/distinfo
@@ -1,6 +1,3 @@
-MD5 (bacula-docs-2.0.0.tar.gz) = 9fe0efdf50c82f40f15b3ea6c7ad7ed6
-SHA256 (bacula-docs-2.0.0.tar.gz) = 6f5b9bfe171800bf06dbb48b3a265febc6f1797e0dde657bffdf962b096852b0
-SIZE (bacula-docs-2.0.0.tar.gz) = 28132575
-MD5 (bacula-2.0.0.tar.gz) = fbf990e64eb895a674c52c0de5acf0cd
-SHA256 (bacula-2.0.0.tar.gz) = 208aa7a65983a515b32f5e28d4f46468a4823f00685c679560f86f8f3e5386ee
-SIZE (bacula-2.0.0.tar.gz) = 2488471
+MD5 (bacula-2.0.1.tar.gz) = a96b09064add09a3361facdf309c8e84
+SHA256 (bacula-2.0.1.tar.gz) = 2a6679cc8deacb2375a0aea19e510d1e9a92368d968e718dca14a57d280828ee
+SIZE (bacula-2.0.1.tar.gz) = 2491786
diff --git a/sysutils/bacula-server/files/patch-src-cats-grant_postgresql_privileges.in b/sysutils/bacula-server/files/patch-src-cats-grant_postgresql_privileges.in
deleted file mode 100644
index 286482cdbb2e..000000000000
--- a/sysutils/bacula-server/files/patch-src-cats-grant_postgresql_privileges.in
+++ /dev/null
@@ -1,28 +0,0 @@
-Index: grant_postgresql_privileges.in
-===================================================================
-RCS file: /cvsroot/bacula/bacula/src/cats/grant_postgresql_privileges.in,v
-retrieving revision 1.9
-diff -u -b -r1.9 grant_postgresql_privileges.in
---- src/cats/grant_postgresql_privileges.in 6 Nov 2005 18:04:08 -0000 1.9
-+++ src/catsgrant_postgresql_privileges.in 9 Jan 2007 22:49:01 -0000
-@@ -28,6 +28,9 @@
- grant all on storage to ${USER};
- grant all on device to ${USER};
- grant all on status to ${USER};
-+grant all on location to ${USER};
-+grant all on locationlog to ${USER};
-+grant all on log to ${USER};
-
- -- for sequences on those tables
-
-@@ -44,7 +47,9 @@
- grant select, update on storage_storageid_seq to ${USER};
- grant select, update on mediatype_mediatypeid_seq to ${USER};
- grant select, update on device_deviceid_seq to ${USER};
--
-+grant select, update on location_locationid_seq to ${USER};
-+grant select, update on locationlog_loclogid_seq to ${USER};
-+grant select, update on log_logid_seq to ${USER};
-
- END-OF-DATA
- then