Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f07e9bba342dfb9ff549ebd9e740b971156ba57d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f07e9bba342dfb9ff549ebd9e740b971156ba57d)
  • Date: Mon, 16 Dec 2013 06:00:17 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

graphics/imagemagick/DEPENDS | 2 +-
graphics/imagemagick/DETAILS | 12 ++++++------
graphics/imagemagick/HISTORY | 5 +++++
3 files changed, 12 insertions(+), 7 deletions(-)

New commits:
commit f07e9bba342dfb9ff549ebd9e740b971156ba57d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

imagemagick: removed deprecated flag

commit 59e17d7163daae985d87aa13112dcf7d346cb3c2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

imagemagick: => 6.8.7-10

diff --git a/graphics/imagemagick/DEPENDS b/graphics/imagemagick/DEPENDS
index bee5d3c..9480b06 100755
--- a/graphics/imagemagick/DEPENDS
+++ b/graphics/imagemagick/DEPENDS
@@ -1,4 +1,4 @@
-depends libtool "--disable-ltdl-install" &&
+depends libtool &&
depends ilmbase &&

if [[ "$IMAGEMAGICK_X" == "y" ]]; then
diff --git a/graphics/imagemagick/DETAILS b/graphics/imagemagick/DETAILS
index 88e5e66..8f9b5ed 100755
--- a/graphics/imagemagick/DETAILS
+++ b/graphics/imagemagick/DETAILS
@@ -1,12 +1,12 @@
SPELL=imagemagick
- VERSION=6.8.7-8
- SPELLX=ImageMagick-$VERSION
+ SPELLX=ImageMagick
+ VERSION=6.8.7-10
SECURITY_PATCH=1
- SOURCE=$SPELLX.tar.xz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX
+ SOURCE=$SPELLX-$VERSION.tar.xz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
SOURCE_URL[0]=http://www.imagemagick.org/download/$SOURCE
-
SOURCE_HASH=sha512:03b263a3a9f5cff2765d6dbf7f4bbbbc281e70e345b387aef90f424919c7cb9844335ba851507b866a844aa02f820c9dedb715510f1c75df1ab32072d99377a3
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ SOURCE_URL[1]=http://www.imagemagick.org/download/legacy/$SOURCE
+
SOURCE_HASH=sha512:d10cca1277d74a3b4188417d0a476f0728fdf8448d634810c60a58ac1cde6361b4d38fd2e5358f883f1db404be427168035caaaa5a5c95735884b765cc13c72b
CCACHE="off"
WEB_SITE=http://www.imagemagick.org/
ENTERED=20010922
diff --git a/graphics/imagemagick/HISTORY b/graphics/imagemagick/HISTORY
index 323e457..221aae1 100644
--- a/graphics/imagemagick/HISTORY
+++ b/graphics/imagemagick/HISTORY
@@ -1,3 +1,8 @@
+2013-12-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 6.8.7-10; added legacy url for stable
+ grimoire branch
+ * DEPENDS: dropped deprecated flag
+
2013-12-04 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 6.8.7-8
switched to the xz-compressed tarball



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f07e9bba342dfb9ff549ebd9e740b971156ba57d), Vlad Glagolev, 12/16/2013

Archive powered by MHonArc 2.6.24.

Top of Page