Skip to Content.
Sympa Menu

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

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 (a7a12ec495a8cbd688f6906dc9671677acb571b5)
  • Date: Sun, 4 Jan 2015 14:02:39 -0600

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

disk/e2fsprogs/DETAILS | 2 +-
disk/e2fsprogs/HISTORY | 3 +++
graphics/libgphoto2/DETAILS | 2 +-
graphics/libgphoto2/HISTORY | 3 +++
libs/boost/DETAILS | 2 +-
libs/boost/HISTORY | 3 +++
6 files changed, 12 insertions(+), 3 deletions(-)

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

boost: Fix SOURCE_URL[0]

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

libgphoto2: Fix SOURCE_URL[0]

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

e2fsprogs: Fix SOURCE_URL[0]

diff --git a/disk/e2fsprogs/DETAILS b/disk/e2fsprogs/DETAILS
index e21cb07..3a8d796 100755
--- a/disk/e2fsprogs/DETAILS
+++ b/disk/e2fsprogs/DETAILS
@@ -3,7 +3,7 @@
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SPELL/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.asc
SOURCE_GPG=e2fsprogs.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
diff --git a/disk/e2fsprogs/HISTORY b/disk/e2fsprogs/HISTORY
index 2cf89fd..b143bb4 100644
--- a/disk/e2fsprogs/HISTORY
+++ b/disk/e2fsprogs/HISTORY
@@ -1,3 +1,6 @@
+2015-01-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fix SOURCE_URL[0]
+
2015-01-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: Updated to 1.42.12

diff --git a/graphics/libgphoto2/DETAILS b/graphics/libgphoto2/DETAILS
index 671bb65..052fb49 100755
--- a/graphics/libgphoto2/DETAILS
+++ b/graphics/libgphoto2/DETAILS
@@ -3,7 +3,7 @@

SOURCE_HASH=sha512:4e71cc5b1b10d4202e5359036ada768ed70d401e924aefa95fdbc5170b131c0df636b0cfb95b3013ea54ac14c0379e9ed914c7a68bf86848dfd46396668367f5
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/gphoto/$SOURCE
+ SOURCE_URL[0]=$SOURCEFORGE_URL/gphoto/libgphoto/$SOURCE
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
WEB_SITE=http://www.gphoto.org/
ENTERED=20030125
diff --git a/graphics/libgphoto2/HISTORY b/graphics/libgphoto2/HISTORY
index 7cf3eb8..03e6918 100644
--- a/graphics/libgphoto2/HISTORY
+++ b/graphics/libgphoto2/HISTORY
@@ -1,3 +1,6 @@
+2015-01-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fix SOURCE_URL[0]
+
2014-12-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.5.6

diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 649c17a..869ab1a 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -5,7 +5,7 @@
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=${SPELL}_${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_${VERSION}
- SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SPELL/$SOURCE
WEB_SITE=http://www.boost.org/
ENTERED=20031013
LICENSE[0]=http://www.boost.org/LICENSE_1_0.txt
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 72f151f..31ce1aa 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,6 @@
+2015-01-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fix SOURCE_URL[0]
+
2014-12-31 Treeeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1_57_0




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a7a12ec495a8cbd688f6906dc9671677acb571b5), Ismael Luceno, 01/04/2015

Archive powered by MHonArc 2.6.24.

Top of Page