ports/70819: UPDATE - www/bricolage - Minor brig_upgrade corrections

Rod Taylor ports at rbt.ca
Sun Aug 22 13:20:26 UTC 2004


>Number:         70819
>Category:       ports
>Synopsis:       UPDATE - www/bricolage - Minor brig_upgrade corrections
>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:   Sun Aug 22 13:20:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Rod Taylor
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD home 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Sun Feb 29 13:14:24 EST 2004 root at home:/usr/obj/usr/src/sys/HOME i386


	
>Description:
	The -d database option doesn't actually exist -- database is pulled from the 
	bricolage.conf file. Remove it.

	Change the path to upgrade code (oops).

	
>How-To-Repeat:
	
>Fix:

	

--- bricolage.patch begins here ---
diff -ruN bricolage.orig/files/bric_upgrade.sh bricolage/files/bric_upgrade.sh
--- bricolage.orig/files/bric_upgrade.sh	Fri Aug 20 19:33:39 2004
+++ bricolage/files/bric_upgrade.sh	Sun Aug 22 09:07:19 2004
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-BRICUPGRADE=%%PREFIX%%
+BRICUPGRADE=%%PREFIX%%/bricolage/upgrade
 NEWVERSION=%%PORTVERSION%%
 
 # Ensure the version exists
diff -ruN bricolage.orig/pkg-message bricolage/pkg-message
--- bricolage.orig/pkg-message	Sat Aug 21 23:26:17 2004
+++ bricolage/pkg-message	Sun Aug 22 09:07:43 2004
@@ -62,10 +62,9 @@
 Common Supported Options:
   -u Database user login.
   -p Database user password.
-  -d Database name.
 
 Example:
 
-	%%PREFIX%%/bin/bric_upgrade -u pgsql -d bric 1.8.0 
+	%%PREFIX%%/bin/bric_upgrade -u pgsql 1.8.0 
 
 ************************************************************
--- bricolage.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list