mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Update to 2.0.1
PR: ports/107873 Submitted by: Dan Langille (mantainer)
This commit is contained in:
parent
d2097a26d9
commit
31fc462371
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182302
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user