Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8dcf0a62b00798c62040d58d476da104ff8cc236)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8dcf0a62b00798c62040d58d476da104ff8cc236)
  • Date: Tue, 14 Jul 2015 18:56:35 +0000

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

http/dillo/DEPENDS | 4 ++--
http/dillo/DETAILS | 8 ++++----
http/dillo/PREPARE | 6 ++----
3 files changed, 8 insertions(+), 10 deletions(-)

New commits:
commit 8dcf0a62b00798c62040d58d476da104ff8cc236
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dillo: Update to the new Hg repository

diff --git a/http/dillo/DEPENDS b/http/dillo/DEPENDS
index 1761065..1c6d7c1 100755
--- a/http/dillo/DEPENDS
+++ b/http/dillo/DEPENDS
@@ -1,8 +1,8 @@
-if [[ "$DILLO_CVS" == "y" ]]; then
+if [[ "$DILLO_BRANCH" == "scm" ]]; then
depends libtool &&
depends automake &&
depends autoconf &&
-depends CVS
+depends mercurial
fi &&

depends fltk &&
diff --git a/http/dillo/DETAILS b/http/dillo/DETAILS
index 7ff4e8a..f6929e0 100755
--- a/http/dillo/DETAILS
+++ b/http/dillo/DETAILS
@@ -1,11 +1,11 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=dillo
-if [[ "$DILLO_CVS" == "y" ]]; then
+if [[ "$DILLO_BRANCH" == "scm" ]]; then
VERSION=$(get_scm_version)
- SOURCE=$SPELL-cvs.tar.bz2
+ SOURCE=$SPELL-hg.tar.bz2
FORCE_DOWNLOAD=on
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
-
SOURCE_URL[0]=cvs://:pserver:anonymous AT auriga.wearlab.de:/sfhome/cvs/dillo:$SPELL
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-hg
+ SOURCE_URL[0]=hg_http://hg.dillo.org/$SPELL:$SPELL-hg
SOURCE_IGNORE=volatile
else
VERSION=3.0.5
diff --git a/http/dillo/PREPARE b/http/dillo/PREPARE
index cbdecf2..53a4552 100755
--- a/http/dillo/PREPARE
+++ b/http/dillo/PREPARE
@@ -1,4 +1,2 @@
-config_query DILLO_CVS "Build CVS version?" n &&
-if [[ "$DILLO_CVS" == "y" ]]; then
-config_query DILLO_AUTOUPDATE "Automatically update on every system update?"
n
-fi
+. "$GRIMOIRE"/FUNCTIONS &&
+prepare_select_branch stable scm



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8dcf0a62b00798c62040d58d476da104ff8cc236), Ismael Luceno, 07/14/2015

Archive powered by MHonArc 2.6.24.

Top of Page