From dan@xeon.unixathome.org  Tue Jan 30 22:39:39 2007
Return-Path: <dan@xeon.unixathome.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8BB4C16A4F1
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Jan 2007 22:39:39 +0000 (UTC)
	(envelope-from dan@xeon.unixathome.org)
Received: from m21.unixathome.org (m21.unixathome.org [205.150.199.217])
	by mx1.freebsd.org (Postfix) with ESMTP id 4842A13C48E
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Jan 2007 22:39:39 +0000 (UTC)
	(envelope-from dan@xeon.unixathome.org)
Received: from localhost (localhost [205.150.199.217])
	by m21.unixathome.org (Postfix) with ESMTP id DCF6ABF89
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Jan 2007 17:39:38 -0500 (EST)
Received: from m21.unixathome.org ([205.150.199.217])
	by localhost (m21.unixathome.org [205.150.199.217]) (amavisd-new, port 10024)
	with ESMTP id 12454-05 for <FreeBSD-gnats-submit@freebsd.org>;
	Tue, 30 Jan 2007 17:39:36 -0500 (EST)
Received: from bast.unixathome.org (bast.unixathome.org [74.104.199.163])
	by m21.unixathome.org (Postfix) with ESMTP id AC6E5BF6E
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Jan 2007 17:39:36 -0500 (EST)
Received: from xeon.unixathome.org (unknown [10.55.0.18])
	by bast.unixathome.org (Postfix) with ESMTP id 768C7B850
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Jan 2007 17:39:36 -0500 (EST)
Received: by xeon.unixathome.org (Postfix, from userid 1000)
	id 5EC293EC4; Tue, 30 Jan 2007 17:39:36 -0500 (EST)
Message-Id: <20070130223936.5EC293EC4@xeon.unixathome.org>
Date: Tue, 30 Jan 2007 17:39:36 -0500 (EST)
From: Dan Langille <dan@langille.org>
Reply-To: Dan Langille <dan@langille.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Dan Langille <dan@langille.org>
Subject: [MAINTAINER-UPDATE] sysutils/bacula-server upgrade to latest version
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108580
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] sysutils/bacula-server upgrade to latest version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 30 22:40:12 GMT 2007
>Closed-Date:    Wed Feb 14 20:32:31 GMT 2007
>Last-Modified:  Wed Feb 14 20:41:09 GMT 2007
>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:
	
Upgrade to Bacula 2.0.2
>How-To-Repeat:
	
>Fix:

	



--- bacula-server.patch begins here ---
diff -ruN /usr/ports/sysutils/bacula-server/Makefile bacula-server/Makefile
--- /usr/ports/sysutils/bacula-server/Makefile	Sun Apr 16 05:18:55 2006
+++ bacula-server/Makefile	Mon Apr 17 09:26:22 2006
@@ -22,6 +22,8 @@
 
 USE_RC_SUBR?=	bacula-dir bacula-sd
 
+SUB_FILES+=	pkg-message
+
 # The user/group IDs below are registered, see
 # http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#DADS-UID
 #
@@ -340,14 +342,14 @@
 	@${ECHO_MSG} "For USB support read the bacula manual!! It could be necessary"
 	@${ECHO_MSG} "to configure/compile a new kernel!"
 	@${ECHO_MSG} ""
-	@${ECHO_MSG} "Look at $PREFIX/share/bacula/update_bacula_tables for"
+	@${ECHO_MSG} "Look at ${PREFIX}/share/bacula/update_bacula_tables for"
 	@${ECHO_MSG} "database update procedure. Details can be found in the"
 	@${ECHO_MSG} "ReleaseNotes"
 .endif
 	@${ECHO_MSG} "*********************************************************************"
 
 .if !defined(WITH_CLIENT_ONLY)
-	${CAT} pkg-message
+	${CAT} ${PKGMESSAGE}
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN /usr/ports/sysutils/bacula-server/files/pkg-message.in bacula-server/files/pkg-message.in
--- /usr/ports/sysutils/bacula-server/files/pkg-message.in	Wed Dec 31 19:00:00 1969
+++ bacula-server/files/pkg-message.in	Mon Apr 17 09:48:10 2006
@@ -0,0 +1,20 @@
+################################################################################
+  Please read this file:
+
+	%%DOCSDIR%%/ReleaseNotes
+
+  for the upgrade procedure!
+
+  IF YOU IGNORE THIS you may !! LOSE DATA !!
+
+  WARNING: That file also contains important information regarding
+  Windows FD, blackslashes in FileSets, and Scratch Pools.
+
+  For USB support read the manual. It may be necessary 
+  to configure/compile a new kernel.
+
+  Please note that bacula-server no longer installs the client
+  and that the documentation can be optionally installed with the 
+  client port (sysutils/bacula-client).
+
+################################################################################
diff -ruN /usr/ports/sysutils/bacula-server/pkg-message bacula-server/pkg-message
--- /usr/ports/sysutils/bacula-server/pkg-message	Sun Apr 16 05:18:55 2006
+++ bacula-server/pkg-message	Wed Dec 31 19:00:00 1969
@@ -1,20 +0,0 @@
-################################################################################
-  Please read the file"
-
-	${DOCSDIR}/ReleaseNotes"
-
-  for the upgrade procedure!
-
-  IF YOU IGNORE THIS you may !! LOSE DATA !!
-
-  For USB support read the manual. It could be necessary 
-  to configure/compile a new kernel!
-
-  Please note that bacula-server no longer installs the client
-  and that the documentation can be optionally installed with the 
-  client port (sysutils/bacula-client).
-
-  WARNING: please read ReleaseNotes for important information
-  regarding Windows FD, blackslashes in FileSets, and Scratch Pools.
-
-################################################################################
--- bacula-server.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Tue Jan 30 23:20:26 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108580 

From: Dan Langille <dan@langille.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108580: [MAINTAINER-UPDATE] sysutils/bacula-server upgrade
 to latest version
Date: Tue, 13 Feb 2007 19:05:04 -0500 (EST)

 Please add the following patch to the files directory:
 
 --- src/stored/bacula-sd.conf.in.org	Tue Feb 13 18:56:09 2007
 +++ src/stored/bacula-sd.conf.in	Tue Feb 13 18:56:16 2007
 @@ -152,6 +152,7 @@
   #Device {
   #  Name = "DVD-Writer"
   #  Media Type = DVD
 +#  Device Type = DVD
   #  Archive Device = /dev/hdc
   #  LabelMedia = yes;                   # lets Bacula label unlabeled media
   #  Random Access = Yes;
 @@ -162,7 +163,9 @@
   #  RequiresMount = yes;
   #  MountPoint = /mnt/cdrom;
   #  MountCommand = "/bin/mount -t iso9660 -o ro %a %m";
 +#  MountCommand = "/sbin/mount -t cd9660 -o ro %a %m";     # FreeBSD
   #  UnmountCommand = "/bin/umount %m";
 +#  UnmountCommand = "/sbin/umount %m";                     # FreeBSD
   #  SpoolDirectory = /tmp/backup;
   #  WritePartCommand = "/etc/bacula/dvd-handler %a write %e %v"
   #  FreeSpaceCommand = "/etc/bacula/dvd-handler %a free"

From: Dan Langille <dan@langille.org>
To: bug-followup@FreeBSD.org, dan@langille.org
Cc:  
Subject: Re: ports/108580: [MAINTAINER-UPDATE] sysutils/bacula-server upgrade
 to latest version
Date: Wed, 14 Feb 2007 07:40:49 -0500 (EST)

 I am sorry.  The original patch is wrong.  It appears to be an old patch.. 
 Use this one please:
 
 
 diff -ruN /usr/ports/sysutils/bacula-server/Makefile bacula-server/Makefile
 --- /usr/ports/sysutils/bacula-server/Makefile	Tue Jan 23 05:21:34 2007
 +++ bacula-server/Makefile	Tue Jan 30 17:14:19 2007
 @@ -6,7 +6,7 @@
   #
 
   PORTNAME=	bacula
 -DISTVERSION=	2.0.1
 +DISTVERSION=	2.0.2
   PORTREVISION=	0
   CATEGORIES=	sysutils
   MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 diff -ruN /usr/ports/sysutils/bacula-server/distinfo bacula-server/distinfo
 --- /usr/ports/sysutils/bacula-server/distinfo	Sun Jan 14 05:24:07 2007
 +++ bacula-server/distinfo	Tue Jan 30 17:18:53 2007
 @@ -1,3 +1,3 @@
 -MD5 (bacula-2.0.1.tar.gz) = a96b09064add09a3361facdf309c8e84
 -SHA256 (bacula-2.0.1.tar.gz) = 2a6679cc8deacb2375a0aea19e510d1e9a92368d968e718dca14a57d280828ee
 -SIZE (bacula-2.0.1.tar.gz) = 2491786
 +MD5 (bacula-2.0.2.tar.gz) = 299883ddd460336cfb613fd6d9bff989
 +SHA256 (bacula-2.0.2.tar.gz) = f72a7b0468652db18c6523dad39b798d58452b097be3b4f4cf1269f2deb657e1
 +SIZE (bacula-2.0.2.tar.gz) = 2466754
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Feb 14 20:32:28 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108580 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108580: commit references a PR
Date: Wed, 14 Feb 2007 20:32:09 +0000 (UTC)

 miwi        2007-02-14 20:31:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/bacula-server Makefile distinfo 
   Added files:
     sysutils/bacula-server/files bacula-sd.conf.in 
   Log:
   - Update to 2.0.2
   
   PR:             108580
   Submitted by:   Dan Langille <dan@langille.org> (maintainer)
   
   Revision  Changes    Path
   1.80      +1 -2      ports/sysutils/bacula-server/Makefile
   1.32      +3 -3      ports/sysutils/bacula-server/distinfo
   1.1       +20 -0     ports/sysutils/bacula-server/files/bacula-sd.conf.in (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
