Skip to Content.
Sympa Menu

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

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 (6201bbb370a573ad3369f87dcfb278fa8070a27c)
  • Date: Fri, 26 Jun 2015 02:13:10 +0000

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

devel/codeblocks/DEPENDS | 2 +-
devel/codeblocks/DETAILS | 12 ++++++------
devel/codeblocks/HISTORY | 7 +++++++
3 files changed, 14 insertions(+), 7 deletions(-)

New commits:
commit 6201bbb370a573ad3369f87dcfb278fa8070a27c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

codeblocks: SVN repository moved to SourceForge

commit 45fff3fe0a6e73d868973999bbc0c17ef6aaa944
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

codeblocks 13.12-1 (stable)

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

codeblocks: Switch from wxgtk dependency to WXWIDGET

diff --git a/devel/codeblocks/DEPENDS b/devel/codeblocks/DEPENDS
index c7b9457..a1fff48 100755
--- a/devel/codeblocks/DEPENDS
+++ b/devel/codeblocks/DEPENDS
@@ -1,3 +1,3 @@
-depends wxgtk &&
+depends WXWIDGET &&
depends automake &&
depends autoconf
diff --git a/devel/codeblocks/DETAILS b/devel/codeblocks/DETAILS
index c5bcf74..c6d9e13 100755
--- a/devel/codeblocks/DETAILS
+++ b/devel/codeblocks/DETAILS
@@ -3,16 +3,16 @@
if [[ $CODEBLOCKS_BRANCH = scm ]]; then
VERSION=$(get_scm_version)
SOURCE_IGNORE=volatile
- SOURCE_URL[0]="svn://svn.berlios.de/${SPELL}/trunk:${SPELL}"
+ SOURCE_URL[0]="svn://svn.code.sf.net/p/codeblocks/code/trunk:$SPELL"
FORCE_DOWNLOAD=on
SOURCE="${SPELL}.tar.bz2"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
else
- VERSION=10.05
-
SOURCE_HASH=sha512:2f8f34ec7d53d032ade019db7dd543cd4c3790c437db2d9b3f6cd0a6ba3b8850f1c7bb330ef5df33f7fb049eaad51bbc79d0352c007459b12a753e025bf52b2f
- SOURCE="${SPELL}-${VERSION}-src.tar.bz2"
- SOURCE_URL[0]=http://download.berlios.de/${SPELL}/${SOURCE}
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}-release"
+ VERSION=13.12-1
+
SOURCE_HASH=sha512:f09ab25579a4c9addcebdcc748a23963a52751853f4a1c15da10196d522f94bb17e01b2470b96d4470f5fd98725f7760e3923762c2217bcc48051eb9f7286f58
+ SOURCE="${SPELL}_$VERSION.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/Sources/${VERSION%-*}/$SOURCE
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-${VERSION%-*}"
fi
WEB_SITE="http://www.codeblocks.org/";
LICENSE[0]=GPL
diff --git a/devel/codeblocks/HISTORY b/devel/codeblocks/HISTORY
index a554936..7a38d0d 100644
--- a/devel/codeblocks/HISTORY
+++ b/devel/codeblocks/HISTORY
@@ -1,3 +1,10 @@
+2015-06-25 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: wxgtk -> WXWIDGET
+ * DETAILS: Fixed SOURCE_URL[0]
+ Changed SOURCE extension
+ updated spell to 13.12-1
+ SVN repository moved to SourceForge
+
2014-07-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Use get_scm_version




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6201bbb370a573ad3369f87dcfb278fa8070a27c), Ismael Luceno, 06/25/2015

Archive powered by MHonArc 2.6.24.

Top of Page