summaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r--graphics/GraphicsMagick/Makefile4
-rwxr-xr-xgraphics/GraphicsMagick/Makefile.common4
-rw-r--r--graphics/GraphicsMagick/PLIST10
-rw-r--r--graphics/GraphicsMagick/distinfo9
4 files changed, 15 insertions, 12 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index 4c914bc7d65..e2970b1f08d 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2013/02/19 00:23:36 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2013/03/11 17:45:05 adam Exp $
.include "Makefile.common"
-PKGREVISION= 4
-
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.graphicsmagick.org/
COMMENT= X application for displaying and manipulating images
diff --git a/graphics/GraphicsMagick/Makefile.common b/graphics/GraphicsMagick/Makefile.common
index f8de13f6711..123e7149b85 100755
--- a/graphics/GraphicsMagick/Makefile.common
+++ b/graphics/GraphicsMagick/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.7 2012/11/03 20:45:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.8 2013/03/11 17:45:05 adam Exp $
#
# used by graphics/p5-GraphicsMagick/Makefile
GM_MAJOR_VER= 1.3
-GM_MINOR_VER= 17
+GM_MINOR_VER= 18
DISTVERSION= ${GM_MAJOR_VER}.${GM_MINOR_VER}
DISTNAME= GraphicsMagick-${DISTVERSION}
CATEGORIES= graphics
diff --git a/graphics/GraphicsMagick/PLIST b/graphics/GraphicsMagick/PLIST
index 89403582f89..1a174edde7c 100644
--- a/graphics/GraphicsMagick/PLIST
+++ b/graphics/GraphicsMagick/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2012/11/03 20:45:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2013/03/11 17:45:05 adam Exp $
bin/GraphicsMagick++-config
bin/GraphicsMagick-config
bin/GraphicsMagickWand-config
@@ -84,6 +84,7 @@ include/GraphicsMagick/wand/drawing_wand.h
include/GraphicsMagick/wand/magick_wand.h
include/GraphicsMagick/wand/pixel_wand.h
include/GraphicsMagick/wand/wand_api.h
+include/GraphicsMagick/wand/wand_symbols.h
lib/${PKGNAME}/config/delegates.mgk
lib/${PKGNAME}/config/type-ghostscript.mgk
lib/${PKGNAME}/config/type-solaris.mgk
@@ -213,6 +214,7 @@ share/doc/GraphicsMagick/ChangeLog.2008
share/doc/GraphicsMagick/ChangeLog.2009
share/doc/GraphicsMagick/ChangeLog.2010
share/doc/GraphicsMagick/ChangeLog.2011
+share/doc/GraphicsMagick/ChangeLog.2012
share/doc/GraphicsMagick/Copyright.txt
share/doc/GraphicsMagick/NEWS.txt
share/doc/GraphicsMagick/www/ChangeLog-2001.html
@@ -226,6 +228,7 @@ share/doc/GraphicsMagick/www/ChangeLog-2008.html
share/doc/GraphicsMagick/www/ChangeLog-2009.html
share/doc/GraphicsMagick/www/ChangeLog-2010.html
share/doc/GraphicsMagick/www/ChangeLog-2011.html
+share/doc/GraphicsMagick/www/ChangeLog-2012.html
share/doc/GraphicsMagick/www/Changelog.html
share/doc/GraphicsMagick/www/Changes.html
share/doc/GraphicsMagick/www/Copyright.html
@@ -240,7 +243,6 @@ share/doc/GraphicsMagick/www/Magick++/Cache.png
share/doc/GraphicsMagick/www/Magick++/ChangeLog.html
share/doc/GraphicsMagick/www/Magick++/CoderInfo.html
share/doc/GraphicsMagick/www/Magick++/Color.html
-share/doc/GraphicsMagick/www/Magick++/Documentation.html
share/doc/GraphicsMagick/www/Magick++/Drawable.html
share/doc/GraphicsMagick/www/Magick++/Drawable_example_1.png
share/doc/GraphicsMagick/www/Magick++/Enumerations.html
@@ -319,6 +321,8 @@ share/doc/GraphicsMagick/www/api/transform.html
share/doc/GraphicsMagick/www/api/types.html
share/doc/GraphicsMagick/www/api/widget.html
share/doc/GraphicsMagick/www/authors.html
+share/doc/GraphicsMagick/www/batch.html
+share/doc/GraphicsMagick/www/benchmark.html
share/doc/GraphicsMagick/www/benchmarks.html
share/doc/GraphicsMagick/www/bugs.html
share/doc/GraphicsMagick/www/color.html
@@ -358,8 +362,10 @@ share/doc/GraphicsMagick/www/project.html
share/doc/GraphicsMagick/www/quantize.html
share/doc/GraphicsMagick/www/reference.html
share/doc/GraphicsMagick/www/smile.c
+share/doc/GraphicsMagick/www/time.html
share/doc/GraphicsMagick/www/tools.html
share/doc/GraphicsMagick/www/utilities.html
+share/doc/GraphicsMagick/www/version.html
share/doc/GraphicsMagick/www/wand/drawing_wand.html
share/doc/GraphicsMagick/www/wand/magick_wand.html
share/doc/GraphicsMagick/www/wand/pixel_wand.html
diff --git a/graphics/GraphicsMagick/distinfo b/graphics/GraphicsMagick/distinfo
index 6d35b017bd9..6b81fb8df94 100644
--- a/graphics/GraphicsMagick/distinfo
+++ b/graphics/GraphicsMagick/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.33 2013/02/19 00:23:26 wiz Exp $
+$NetBSD: distinfo,v 1.34 2013/03/11 17:45:05 adam Exp $
-SHA1 (GraphicsMagick-1.3.17.tar.xz) = 6428eb4bd19635c833750ac9d56c9b89bef4c975
-RMD160 (GraphicsMagick-1.3.17.tar.xz) = 3bcfb555a243c751f15b89d5359e83b888a57456
-Size (GraphicsMagick-1.3.17.tar.xz) = 5403300 bytes
-SHA1 (patch-configure) = 3e33e3b32ab8e3364e9f3a5818f5cf343fb7cd8a
+SHA1 (GraphicsMagick-1.3.18.tar.xz) = 085c23666adcf88585119cb6aea7efe5c58481d4
+RMD160 (GraphicsMagick-1.3.18.tar.xz) = d0e8744ac4675447e94e5541644f286886ad47bb
+Size (GraphicsMagick-1.3.18.tar.xz) = 5124436 bytes