Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2007 17:39:36 -0500 (EST)
From:      Dan Langille <dan@langille.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dan Langille <dan@langille.org>
Subject:   ports/108580: [MAINTAINER-UPDATE] sysutils/bacula-server upgrade to latest version
Message-ID:  <20070130223936.5EC293EC4@xeon.unixathome.org>
Resent-Message-ID: <200701302240.l0UMeCv7013461@freefall.freebsd.org>

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

>Number:         108580
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] sysutils/bacula-server upgrade to latest version
>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:   Tue Jan 30 22:40:12 GMT 2007
>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:
	
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:
>Unformatted:



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