Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2006 09:31:41 -0400 (EDT)
From:      Dan Langille <dan@langille.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dan Langille <dan@langille.org>
Subject:   ports/98855: [MAINTAINER-UPDATE] sysutils/bacula-server upgrade to 1.38.10
Message-ID:  <20060612133141.CCFD63E88@xeon.unixathome.org>
Resent-Message-ID: <200606121340.k5CDeEKK013254@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98855
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] sysutils/bacula-server upgrade to 1.38.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 12 13:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dan Langille
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
The FreeBSD Diary
>Environment:
System: FreeBSD xeon.unixathome.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Mar 3 08:16:24 EST 2004 dan@polo.unixathome.org:/usr/obj/usr/src/sys/XEON i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	
With this upgrade:

- primarily a bug fix release
- The bconsole "reload" command should now work properly
- untested fix to eliminate the scheduling problems during daylight
  savings time change
- manual  released under the GNU Free Documentation License (FDL)
- Fixed a race condition on dual processor machines


--- bacula.server.patch begins here ---
diff -ruN /usr/ports/sysutils/bacula-server/Makefile bacula-server/Makefile
--- /usr/ports/sysutils/bacula-server/Makefile	Fri May  5 05:10:53 2006
+++ bacula-server/Makefile	Mon Jun 12 08:46:11 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bacula
-DISTVERSION=	1.38.9
+DISTVERSION=	1.38.10
 #PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -348,7 +348,7 @@
 .endif
 	@${ECHO_MSG} "*********************************************************************"
 
-.if !defined(WITH_CLIENT_ONLY)
+.if defined(WITH_DOCS)
 	${CAT} ${PKGMESSAGE}
 .endif
 
diff -ruN /usr/ports/sysutils/bacula-server/distinfo bacula-server/distinfo
--- /usr/ports/sysutils/bacula-server/distinfo	Mon May  8 05:16:24 2006
+++ bacula-server/distinfo	Mon Jun 12 08:42:06 2006
@@ -1,6 +1,6 @@
-MD5 (bacula-1.38.9.tar.gz) = 9378c7d9996d8e9d3506adb2570a33ac
-SHA256 (bacula-1.38.9.tar.gz) = b8f4c3df6b030712c7a9ffd04af0b948021dd6399420c18d918088e4f7105a77
-SIZE (bacula-1.38.9.tar.gz) = 2063063
-MD5 (bacula-docs-1.38.9.tar.gz) = f56a5dae13f99557486be70c44cc1aae
-SHA256 (bacula-docs-1.38.9.tar.gz) = 71c8a2950a55fd2a952e5d2f3b4777d0b7d29652dfdbd7a27e6c73034a22e32a
-SIZE (bacula-docs-1.38.9.tar.gz) = 22727098
+MD5 (bacula-1.38.10.tar.gz) = ccd678ee701cf12166f97637b9067dd8
+SHA256 (bacula-1.38.10.tar.gz) = 969cf6b553b3084144eda224139715014dfce15620becee2c166a23ef9a60e56
+SIZE (bacula-1.38.10.tar.gz) = 2071534
+MD5 (bacula-docs-1.38.10.tar.gz) = 833ae51c041f6ac8d94c35491b635c53
+SHA256 (bacula-docs-1.38.10.tar.gz) = 752af3a1be1db6e1e6d223a8672d89e9870f837bde686797648bce137ed8ca2b
+SIZE (bacula-docs-1.38.10.tar.gz) = 23723682
diff -ruN /usr/ports/sysutils/bacula-server/pkg-plist bacula-server/pkg-plist
--- /usr/ports/sysutils/bacula-server/pkg-plist	Sun Apr 16 05:18:55 2006
+++ bacula-server/pkg-plist	Mon Jun 12 08:37:23 2006
@@ -5,10 +5,10 @@
 sbin/bcopy
 sbin/bextract
 sbin/bls
+sbin/bregex
 sbin/bscan
 sbin/btape
 sbin/bwild
-sbin/bregex
 %%WXCONS%%sbin/wx-console
 %%GNOMECONS%%sbin/gnome-console
 sbin/dbcheck
--- bacula.server.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060612133141.CCFD63E88>