aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-11-12 20:35:31 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-11-12 20:35:31 +0000
commit304b27f0a4a96c88fb87f1624b481d9e33b4b988 (patch)
tree9780eb3dbb79b0473fc7f1b24e7ea70a16f2ae85 /ports-mgmt
parent90e76efd658075e3e49185fe4be55ceeab69c145 (diff)
downloadports-304b27f0a4a96c88fb87f1624b481d9e33b4b988.tar.gz
ports-304b27f0a4a96c88fb87f1624b481d9e33b4b988.zip
Actually add the patch to fix database migration from 3.0.0[_n] forgotten in
previous commit.
Notes
Notes: svn path=/head/; revision=222782
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.sh14
-rw-r--r--ports-mgmt/tinderbox/files/patch-lib__tc_command.sh14
2 files changed, 28 insertions, 0 deletions
diff --git a/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.sh b/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.sh
new file mode 100644
index 000000000000..429ea0547497
--- /dev/null
+++ b/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.sh
@@ -0,0 +1,14 @@
+--- ./lib/tc_command.sh.orig 2008-11-12 22:31:40.000000000 +0200
++++ ./lib/tc_command.sh 2008-11-12 22:32:00.000000000 +0200
+@@ -288,9 +288,9 @@
+ #---------------------------------------------------------------------------
+
+ Upgrade () {
+- VERSION="3.0"
++ VERSION="3.1"
+ TINDERBOX_URL="http://tinderbox.marcuscom.com/"
+- DB_MIGRATION_PATH="${VERSION}"
++ DB_MIGRATION_PATH="3.0 ${VERSION}"
+
+ bkup_file=""
+
diff --git a/ports-mgmt/tinderbox/files/patch-lib__tc_command.sh b/ports-mgmt/tinderbox/files/patch-lib__tc_command.sh
new file mode 100644
index 000000000000..429ea0547497
--- /dev/null
+++ b/ports-mgmt/tinderbox/files/patch-lib__tc_command.sh
@@ -0,0 +1,14 @@
+--- ./lib/tc_command.sh.orig 2008-11-12 22:31:40.000000000 +0200
++++ ./lib/tc_command.sh 2008-11-12 22:32:00.000000000 +0200
+@@ -288,9 +288,9 @@
+ #---------------------------------------------------------------------------
+
+ Upgrade () {
+- VERSION="3.0"
++ VERSION="3.1"
+ TINDERBOX_URL="http://tinderbox.marcuscom.com/"
+- DB_MIGRATION_PATH="${VERSION}"
++ DB_MIGRATION_PATH="3.0 ${VERSION}"
+
+ bkup_file=""
+