Skip to Content.
Sympa Menu

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

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 (85b115eb2cfc722cc332c344c24b8b50a9c4e063)
  • Date: Mon, 4 Apr 2016 00:11:34 +0000

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

http/surf/DETAILS | 6 +++---
http/surf/DOWNLOAD | 9 ---------
http/surf/HISTORY | 4 ++++
net/bitcoin/DETAILS | 4 ++--
net/bitcoin/HISTORY | 3 +++
5 files changed, 12 insertions(+), 14 deletions(-)

New commits:
commit 85b115eb2cfc722cc332c344c24b8b50a9c4e063
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

surf: scm branch moved to git

commit 685a2560e260553a99e375dd73b2419bd1807cf7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bitcoin 0.12.0

diff --git a/http/surf/DETAILS b/http/surf/DETAILS
index b7d304f..566ef86 100755
--- a/http/surf/DETAILS
+++ b/http/surf/DETAILS
@@ -4,9 +4,9 @@ if [[ ${SURF_BRANCH} == "scm" ]]
then
# If someone wants to fix that: They switched to git.
VERSION=$(get_scm_version)
- SOURCE=${SPELL}-scm.tar.bz2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-scm
- SOURCE_URL[0]=hg_http://code.suckless.org/hg/${SPELL}:${SPELL}-scm
+ SOURCE=$SPELL-git.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+ SOURCE_URL[0]=git://git.suckless.org/$SPELL
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
else
diff --git a/http/surf/DOWNLOAD b/http/surf/DOWNLOAD
deleted file mode 100755
index fc1ea31..0000000
--- a/http/surf/DOWNLOAD
+++ /dev/null
@@ -1,9 +0,0 @@
-#once the hg download handler hits stable sorcery this DOWNLOAD script would
-#only need to be removed, SOURCE_URL is compatible with the planned hg
handler
-
-if [[ "${SURF_BRANCH}" != "scm" ]]; then
- default_download
-else
- . $GRIMOIRE/hg_download.function
- hg_download
-fi
diff --git a/http/surf/HISTORY b/http/surf/HISTORY
index b501cae..d330895 100644
--- a/http/surf/HISTORY
+++ b/http/surf/HISTORY
@@ -1,3 +1,7 @@
+2016-04-03 Ismael Luceno <ismael AT sourcemage.org>
+ * DOWNLOAD: removed, no longer needed
+ * DETAILS: scm branch moved to git
+
2016-03-27 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: update to 0.7 (SCM version needs work!)

diff --git a/net/bitcoin/DETAILS b/net/bitcoin/DETAILS
index f3f25bb..6ccc198 100755
--- a/net/bitcoin/DETAILS
+++ b/net/bitcoin/DETAILS
@@ -1,8 +1,8 @@
SPELL=bitcoin
- VERSION=0.9.3
+ VERSION=0.12.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/archive/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:cf6ff5bc586b0614b4e74e1c18b30e8f443f03db348382492e49c70ec31a0ef3a4d1989b34a8fdce289788c894b48b72b94d2562e497220453b668dc28ce0d66
+
SOURCE_HASH=sha512:3778982b80bf2c8fcf2fb3e496d7e40c7491ad7d11bc4d2f2f398c37d442b45c5320185f01e9f7d6a84dc31797f904a6dd86d58af1779fddbb1276a472acfa33
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://bitcoin.org";
LICENSE[0]=MIT
diff --git a/net/bitcoin/HISTORY b/net/bitcoin/HISTORY
index be90aed..d6fa4a3 100644
--- a/net/bitcoin/HISTORY
+++ b/net/bitcoin/HISTORY
@@ -1,3 +1,6 @@
+2016-03-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.12.0
+
2015-01-05 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.9.3, new SOURCE_URL
* BUILD, DEPENDS: Added optional dependency on miniupnpc



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (85b115eb2cfc722cc332c344c24b8b50a9c4e063), Ismael Luceno, 04/03/2016

Archive powered by MHonArc 2.6.24.

Top of Page