aboutsummaryrefslogtreecommitdiffstats
path: root/www/bricolage
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-08-27 18:48:18 +0800
committervs <vs@FreeBSD.org>2004-08-27 18:48:18 +0800
commit3bbd6362f1cddeca8dbdc19fb7430c055dea934d (patch)
tree993b2d41983b41cb03cd28ec0ccf2b83a4329b80 /www/bricolage
parentcf71a8986a6fb54af61178e03e744083ae91de6e (diff)
downloadfreebsd-ports-graphics-3bbd6362f1cddeca8dbdc19fb7430c055dea934d.tar.gz
freebsd-ports-graphics-3bbd6362f1cddeca8dbdc19fb7430c055dea934d.tar.zst
freebsd-ports-graphics-3bbd6362f1cddeca8dbdc19fb7430c055dea934d.zip
- 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). PR: ports/70819 Submitted by: Rod Taylor (maintainer)
Diffstat (limited to 'www/bricolage')
-rw-r--r--www/bricolage/files/bric_upgrade.sh2
-rw-r--r--www/bricolage/pkg-message3
2 files changed, 2 insertions, 3 deletions
diff --git a/www/bricolage/files/bric_upgrade.sh b/www/bricolage/files/bric_upgrade.sh
index ca425bbc516..2e22bd64503 100644
--- a/www/bricolage/files/bric_upgrade.sh
+++ b/www/bricolage/files/bric_upgrade.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-BRICUPGRADE=%%PREFIX%%
+BRICUPGRADE=%%PREFIX%%/bricolage/upgrade
NEWVERSION=%%PORTVERSION%%
# Ensure the version exists
diff --git a/www/bricolage/pkg-message b/www/bricolage/pkg-message
index 12fa3117278..c32c4cc8d31 100644
--- a/www/bricolage/pkg-message
+++ b/www/bricolage/pkg-message
@@ -62,10 +62,9 @@ the %%PREFIX%%/bricolage path and the bric database:
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
************************************************************