[SM-Commit] GIT changes to master grimoire by Ismael Luceno (3af63a2442a4ca1a46091531f999aba0f2a1ab45)

Ismael Luceno scm at sourcemage.org
Wed Sep 14 18:45:17 EDT 2011


GIT changes to master grimoire by Ismael Luceno <ismael at sourcemage.org>:

 http/midori/DETAILS |    4 ++--
 http/midori/HISTORY |    1 +
 http/midori/PREPARE |    8 ++------
 3 files changed, 5 insertions(+), 8 deletions(-)

New commits:
commit 3af63a2442a4ca1a46091531f999aba0f2a1ab45
Author: Ismael Luceno <ismael at sourcemage.org>
Commit: Ismael Luceno <ismael at sourcemage.org>

    midori: Use prepare_select_branch

diff --git a/http/midori/DETAILS b/http/midori/DETAILS
index ee72472..fc57c6c 100755
--- a/http/midori/DETAILS
+++ b/http/midori/DETAILS
@@ -1,6 +1,6 @@
            SPELL=midori
-if [[ $MIDORI_VCS == y ]]; then
-  if [[ $MIDOTRI_VCS_AUTOUPDATE == y ]]; then
+if [[ $MIDORI_BRANCH == scm ]]; then
+  if [[ $MIDORI_AUTOUPDATE == y ]]; then
          VERSION=$(date +%Y%m%d)
   else
          VERSION=git
diff --git a/http/midori/HISTORY b/http/midori/HISTORY
index 35103fa..7958555 100644
--- a/http/midori/HISTORY
+++ b/http/midori/HISTORY
@@ -1,5 +1,6 @@
 2011-09-14 Ismael Luceno <ismael at sourcemage.org>
 	* DETAILS: Fix scm SOURCE and SOURCE_DIRECTORY
+	* PREPARE, DETAILS: Use prepare_select_branch
 
 2011-08-01 George Sherwood <gsherwood at sourcemage.org>
 	* DETAILS: Updated to version 0.4.0
diff --git a/http/midori/PREPARE b/http/midori/PREPARE
index ea40eb7..98d27e4 100755
--- a/http/midori/PREPARE
+++ b/http/midori/PREPARE
@@ -1,6 +1,2 @@
-config_query MIDORI_VCS "Build latest version from development tree?" n &&
-
-if [[ $MIDORI_VCS == y ]]; then
-  config_query MIDORI_VCS_AUTOUPDATE \
-               "Automatically update on every system update?" n
-fi
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm


More information about the SM-Commit mailing list