Bug 95474 - [MAINTAINER UPDATE] sysutils/bacula-server sysutils/bacula-client : upgrade to 1.38.7
Summary: [MAINTAINER UPDATE] sysutils/bacula-server sysutils/bacula-client : upgrade t...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-07 16:10 UTC by Dan Langille
Modified: 2006-04-07 18:30 UTC (History)
1 user (show)

See Also:


Attachments
updating.patch (886 bytes, patch)
2006-04-07 16:10 UTC, Dan Langille
no flags Details | Diff
bacula-client.patch (336 bytes, patch)
2006-04-07 16:10 UTC, Dan Langille
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Langille 2006-04-07 16:10:13 UTC
	
- Upgrade to 1.38.7

- Move the rc.d scripts (introduced into the devel port) from z-*
  to * (e.g. z-bacula-dir.sh becomes bacula-dir.sh) because we now
  have the right stuff in REQUIRE.

- Add entry to UPDATING that mentions how to use the new rc.d scripts
  included with this update.

Fix: diff -ruN bacula-server.org/Makefile bacula-server/Makefile
--- bacula-server.org/Makefile	Fri Apr  7 08:50:59 2006
+++ bacula-server/Makefile	Fri Apr  7 10:36:08 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bacula
-DISTVERSION=	1.38.6
+DISTVERSION=	1.38.7
 #PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -20,7 +20,7 @@
 
 UNIQUENAME?=${PORTNAME}${PKGNAMESUFFIX}
 
-USE_RC_SUBR?=	z-bacula-dir.sh z-bacula-sd.sh
+USE_RC_SUBR?=	bacula-dir.sh bacula-sd.sh
 
 # The user/group IDs below are registered, see
 # http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#DADS-UID
diff -ruN bacula-server.org/distinfo bacula-server/distinfo
--- bacula-server.org/distinfo	Fri Apr  7 08:50:59 2006
+++ bacula-server/distinfo	Fri Apr  7 09:11:32 2006
@@ -1,6 +1,6 @@
-MD5 (bacula-1.38.6.tar.gz) = 219382ae85671c8ff13f375b6d9aa079
-SHA256 (bacula-1.38.6.tar.gz) = e671f3ff20c97e8392908920ae9ca38f814359c5b85b89625d43df9ad7349ed3
-SIZE (bacula-1.38.6.tar.gz) = 1952827
-MD5 (bacula-docs-1.38.6.tar.gz) = 1d62608a1a0d2fa7776277f80fa29c61
-SHA256 (bacula-docs-1.38.6.tar.gz) = 18d536368898a6dc74f8e782396dbe7b5d08e1724d7e26a2a4bb61a6795cf01a
-SIZE (bacula-docs-1.38.6.tar.gz) = 22696381
+MD5 (bacula-1.38.7.tar.gz) = 6273f45bfbcddd66e179bc6cb7e28ad1
+SHA256 (bacula-1.38.7.tar.gz) = 3f64449a863893ae42454acd57c4771af871fab4df8767c13b021d65b538aad3
+SIZE (bacula-1.38.7.tar.gz) = 1955052
+MD5 (bacula-docs-1.38.7.tar.gz) = da29daa9027c402f5d6b55a4c7982fdb
+SHA256 (bacula-docs-1.38.7.tar.gz) = 05a8db623a9950318646ac261715023d7b86d36b416287302e7fe00f8bd479f1
+SIZE (bacula-docs-1.38.7.tar.gz) = 22701695
diff -ruN bacula-server.org/files/bacula-dir.sh.in bacula-server/files/bacula-dir.sh.in
--- bacula-server.org/files/bacula-dir.sh.in	Wed Dec 31 19:00:00 1969
+++ bacula-server/files/bacula-dir.sh.in	Fri Apr  7 09:38:43 2006
@@ -0,0 +1,30 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+# PROVIDE: utility
+# REQUIRE: DAEMON %%REQ_MYSQL%% %%REQ_PGSQL%%
+# KEYWORD: shutdown
+#
+# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
+# to enable this service:
+#
+# bacula_dir_enable  (bool):   Set to NO by default.
+#                Set it to YES to enable bacula_dir.
+# bacula_dir_flags (params):   Set params used to start bacula_dir.
+#
+
+. %%RC_SUBR%%
+
+name="bacula_dir"
+rcvar=${name}_enable
+command=%%PREFIX%%/sbin/bacula-dir
+pidfile="${bacula_dir_pidfile}"
+
+load_rc_config $name
+
+: ${bacula_dir_enable="NO"}
+: ${bacula_dir_flags=" -u bacula -g bacula -v -c %%PREFIX%%/etc/bacula-dir.conf"}
+: ${bacula_dir_pidfile="/var/run/bacula-dir.9101.pid"}
+
+run_rc_command "$1"
diff -ruN bacula-server.org/files/bacula-fd.sh.in bacula-server/files/bacula-fd.sh.in
--- bacula-server.org/files/bacula-fd.sh.in	Wed Dec 31 19:00:00 1969
+++ bacula-server/files/bacula-fd.sh.in	Fri Apr  7 09:38:11 2006
@@ -0,0 +1,30 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+# PROVIDE: utility
+# REQUIRE: DAEMON
+# KEYWORD: shutdown
+#
+# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
+# to enable this service:
+#
+# bacula_fd_enable  (bool):  Set to NO by default.
+#               Set it to YES to enable bacula_fd.
+# bacula_fd_flags (params):  Set params used to start bacula_fd.
+#
+
+. %%RC_SUBR%%
+
+name="bacula_fd"
+rcvar=${name}_enable
+command=/usr/local/sbin/bacula-fd
+pidfile="${bacula_fd_pidfile}"
+
+load_rc_config $name
+
+: ${bacula_fd_enable="NO"}
+: ${bacula_fd_flags=" -u root -g wheel -v -c /usr/local/etc/bacula-fd.conf"}
+: ${bacula_fd_pidfile="/var/run/bacula-fd.9102.pid"}
+
+run_rc_command "$1"
diff -ruN bacula-server.org/files/bacula-sd.sh.in bacula-server/files/bacula-sd.sh.in
--- bacula-server.org/files/bacula-sd.sh.in	Wed Dec 31 19:00:00 1969
+++ bacula-server/files/bacula-sd.sh.in	Fri Apr  7 09:38:17 2006
@@ -0,0 +1,30 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+# PROVIDE: utility
+# REQUIRE: DAEMON
+# KEYWORD: shutdown
+#
+# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
+# to enable this service:
+#
+# bacula_sd_enable  (bool):  Set to NO by default.
+#               Set it to YES to enable bacula_sd.
+# bacula_sd_flags (params):  Set params used to start bacula_sd.
+#
+
+. %%RC_SUBR%%
+
+name="bacula_sd"
+rcvar=`set_rcvar`
+command=/usr/local/sbin/bacula-sd
+pidfile="${bacula_sd_pidfile}"
+
+load_rc_config $name
+
+: ${bacula_sd_enable="NO"}
+: ${bacula_sd_flags=" -u bacula -g operator -v -c /usr/local/etc/bacula-sd.conf"}
+: ${bacula_sd_pidfile="/var/run/bacula-sd.9103.pid"}
+
+run_rc_command "$1"
diff -ruN bacula-server.org/files/z-bacula-dir.sh.in bacula-server/files/z-bacula-dir.sh.in
--- bacula-server.org/files/z-bacula-dir.sh.in	Fri Apr  7 08:50:59 2006
+++ bacula-server/files/z-bacula-dir.sh.in	Wed Dec 31 19:00:00 1969
@@ -1,30 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: ports/sysutils/bacula-server/files/z-bacula-dir.sh.in,v 1.1 2006/03/31 10:12:32 garga Exp $
-#
-# PROVIDE: utility
-# REQUIRE: DAEMON
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
-# to enable this service:
-#
-# bacula_dir_enable  (bool):   Set to NO by default.
-#                Set it to YES to enable bacula_dir.
-# bacula_dir_flags (params):   Set params used to start bacula_dir.
-#
-
-. %%RC_SUBR%%
-
-name="bacula_dir"
-rcvar=${name}_enable
-command=%%PREFIX%%/sbin/bacula-dir
-pidfile="${bacula_dir_pidfile}"
-
-load_rc_config $name
-
-: ${bacula_dir_enable="NO"}
-: ${bacula_dir_flags=" -u bacula -g bacula -v -c %%PREFIX%%/etc/bacula-dir.conf"}
-: ${bacula_dir_pidfile="/var/run/bacula-dir.9101.pid"}
-
-run_rc_command "$1"
diff -ruN bacula-server.org/files/z-bacula-fd.sh.in bacula-server/files/z-bacula-fd.sh.in
--- bacula-server.org/files/z-bacula-fd.sh.in	Fri Apr  7 08:50:59 2006
+++ bacula-server/files/z-bacula-fd.sh.in	Wed Dec 31 19:00:00 1969
@@ -1,30 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: ports/sysutils/bacula-server/files/z-bacula-fd.sh.in,v 1.1 2006/03/31 10:12:32 garga Exp $
-#
-# PROVIDE: utility
-# REQUIRE: DAEMON
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
-# to enable this service:
-#
-# bacula_fd_enable  (bool):  Set to NO by default.
-#               Set it to YES to enable bacula_fd.
-# bacula_fd_flags (params):  Set params used to start bacula_fd.
-#
-
-. %%RC_SUBR%%
-
-name="bacula_fd"
-rcvar=${name}_enable
-command=/usr/local/sbin/bacula-fd
-pidfile="${bacula_fd_pidfile}"
-
-load_rc_config $name
-
-: ${bacula_fd_enable="NO"}
-: ${bacula_fd_flags=" -u root -g wheel -v -c /usr/local/etc/bacula-fd.conf"}
-: ${bacula_fd_pidfile="/var/run/bacula-fd.9102.pid"}
-
-run_rc_command "$1"
diff -ruN bacula-server.org/files/z-bacula-sd.sh.in bacula-server/files/z-bacula-sd.sh.in
--- bacula-server.org/files/z-bacula-sd.sh.in	Fri Apr  7 08:50:59 2006
+++ bacula-server/files/z-bacula-sd.sh.in	Wed Dec 31 19:00:00 1969
@@ -1,30 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: ports/sysutils/bacula-server/files/z-bacula-sd.sh.in,v 1.1 2006/03/31 10:12:32 garga Exp $
-#
-# PROVIDE: utility
-# REQUIRE: DAEMON
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
-# to enable this service:
-#
-# bacula_sd_enable  (bool):  Set to NO by default.
-#               Set it to YES to enable bacula_sd.
-# bacula_sd_flags (params):  Set params used to start bacula_sd.
-#
-
-. %%RC_SUBR%%
-
-name="bacula_sd"
-rcvar=`set_rcvar`
-command=/usr/local/sbin/bacula-sd
-pidfile="${bacula_sd_pidfile}"
-
-load_rc_config $name
-
-: ${bacula_sd_enable="NO"}
-: ${bacula_sd_flags=" -u bacula -g bacula -v -c /usr/local/etc/bacula-sd.conf"}
-: ${bacula_sd_pidfile="/var/run/bacula-sd.9103.pid"}
-
-run_rc_command "$1"
--- bacula-server.patch ends here ---
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2006-04-07 16:38:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2006-04-07 18:30:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!