aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2016-05-03 16:48:27 +0800
committerkwm <kwm@FreeBSD.org>2016-05-03 16:48:27 +0800
commitb05c0b0d27920fac9463eb3974a31345833a0958 (patch)
treed51f75e96ae0c4eb6648fd4e2a4824f4b480ebf2 /graphics
parente48142841d687125cdd5b04b789bb13d00918fff (diff)
downloadfreebsd-ports-gnome-b05c0b0d27920fac9463eb3974a31345833a0958.tar.gz
freebsd-ports-gnome-b05c0b0d27920fac9463eb3974a31345833a0958.tar.zst
freebsd-ports-gnome-b05c0b0d27920fac9463eb3974a31345833a0958.zip
Update ImageMagick7 to 7.0.1-0.
* Switch to USES=localbase. * Removal all the warnings about this being unstable now that it is released. * Switch to CONFLICT_INSTALL
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick7/Makefile32
-rw-r--r--graphics/ImageMagick7/distinfo4
-rw-r--r--graphics/ImageMagick7/pkg-descr5
-rw-r--r--graphics/ImageMagick7/pkg-plist7
4 files changed, 14 insertions, 34 deletions
diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile
index d8bc13a73ec3..c8aca4972fa4 100644
--- a/graphics/ImageMagick7/Makefile
+++ b/graphics/ImageMagick7/Makefile
@@ -1,12 +1,9 @@
# $FreeBSD$
PORTNAME= ImageMagick
-DISTVERSION= 7.0.0-0~beta${DATE}
-PORTREVISION= 2
+DISTVERSION= 7.0.1-0
CATEGORIES= graphics perl5
MASTER_SITES= http://www.imagemagick.org/download/ \
- http://www.imagemagick.org/download/beta/ \
- LOCAL/kwm \
http://www.imagemagick.org/download/legacy/ \
http://servingzone.com/mirrors/ImageMagick/ \
http://mirror.checkdomain.de/imagemagick/ \
@@ -32,20 +29,18 @@ MASTER_SITES= http://www.imagemagick.org/download/ \
PKGNAMESUFFIX= 7
MAINTAINER= kwm@FreeBSD.org
-COMMENT= Image processing tools (unstable version)
+COMMENT= Image processing tools
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-DATE= 20160225
-WRKSRC= ${WRKDIR}/${PORTNAME}-7.0.0-0
-
LIB_DEPENDS= libltdl.so:devel/libltdl
CONFLICTS_INSTALL= execline-[0-9]* # bin/import
# This port uses .la files, keep libtool:keepla! (magick/module.c)
-USES= cpe gmake libtool:keepla pathfix perl5 pkgconfig:both shebangfix tar:xz
+USES= cpe gmake libtool:keepla localbase pathfix perl5 \
+ pkgconfig:both shebangfix tar:xz
CPE_PRODUCT= imagemagick
CPE_VENDOR= imagemagick
SHEBANG_FILES= www/source/examples.pl
@@ -55,17 +50,12 @@ CONFIGURE_ARGS= --without-dps
USE_LDCONFIG= yes
USE_GNOME= libxml2
-# make sure LOCALBASE is placed at the end of the compiler lookup so the configure
-# script can find openjpeg2 headers before the openjpeg15 headers
-CPPFLAGS+= -isystem${LOCALBASE}/include
-LDFLAGS+= -Wl,-Y${LOCALBASE}/lib
-
SAMPLE_FILES= coder.xml colors.xml delegates.xml log.xml magic.xml mime.xml \
- policy.xml quantization-table.xml thresholds.xml type-dejavu.xml \
- type-ghostscript.xml type-windows.xml type.xml
+ policy.xml quantization-table.xml thresholds.xml \
+ type-apple.xml type-dejavu.xml type-ghostscript.xml \
+ type-windows.xml type.xml
-#PLIST_SUB= PORTVERSION=${PORTVERSION:R}
-PLIST_SUB= PORTVERSION=${PORTVERSION:R:R}
+PLIST_SUB= PORTVERSION=${PORTVERSION:R}
OPTIONS_DEFINE= BZIP2 DOCS DJVU FFTW FONTCONFIG FPX FREETYPE \
GRAPHVIZ GSLIB JPEG2000 JBIG JPEG LCMS2 LZMA LQR MODULES \
@@ -397,12 +387,6 @@ USES+= ghostscript:build
. endif
.endif
-.if defined(USER) && ${USER} == kwm
-upload:
- scp ${DISTDIR}/${DISTNAME}.tar.xz \
- kwm@freefall.freebsd.org:public_distfiles/
-.endif
-
post-patch:
# strip library name of variable parts that can change due to
# the HDRI and Q16 option
diff --git a/graphics/ImageMagick7/distinfo b/graphics/ImageMagick7/distinfo
index c92eb7bdb5ea..278b45571116 100644
--- a/graphics/ImageMagick7/distinfo
+++ b/graphics/ImageMagick7/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ImageMagick-7.0.0-0~beta20160225.tar.xz) = 35f9ed811415633ab4ed6fa4dd6ada625421e87d38dae98e5afc7d30e2a5e5c6
-SIZE (ImageMagick-7.0.0-0~beta20160225.tar.xz) = 8292428
+SHA256 (ImageMagick-7.0.1-0.tar.xz) = bd15aaef2aa2393b3d62b821f5752d5f4066a90d3b0d9259d93217ad47c056d9
+SIZE (ImageMagick-7.0.1-0.tar.xz) = 8288172
diff --git a/graphics/ImageMagick7/pkg-descr b/graphics/ImageMagick7/pkg-descr
index 047abad82d85..fdcf12cb69ff 100644
--- a/graphics/ImageMagick7/pkg-descr
+++ b/graphics/ImageMagick7/pkg-descr
@@ -1,8 +1,3 @@
-
-*** This is a UNSTABLE development snapshot. API/ABI breakage guaranteed ***
-
-*** This port is a best efford and updates might be irregular ***
-
ImageMagick is a package for display and interactive manipulation of
images. The package includes tools for image conversion, annotation,
compositing, animation, and creating montages. ImageMagick can read and
diff --git a/graphics/ImageMagick7/pkg-plist b/graphics/ImageMagick7/pkg-plist
index bb74a7d9a577..b97e25a8f41d 100644
--- a/graphics/ImageMagick7/pkg-plist
+++ b/graphics/ImageMagick7/pkg-plist
@@ -23,6 +23,7 @@ bin/stream
@sample etc/ImageMagick-7/policy.xml.sample
@sample etc/ImageMagick-7/quantization-table.xml.sample
@sample etc/ImageMagick-7/thresholds.xml.sample
+@sample etc/ImageMagick-7/type-apple.xml.sample
@sample etc/ImageMagick-7/type-dejavu.xml.sample
@sample etc/ImageMagick-7/type-ghostscript.xml.sample
@sample etc/ImageMagick-7/type-windows.xml.sample
@@ -88,7 +89,6 @@ include/ImageMagick-7/MagickCore/linked-list.h
include/ImageMagick-7/MagickCore/list.h
include/ImageMagick-7/MagickCore/locale_.h
include/ImageMagick-7/MagickCore/log.h
-include/ImageMagick-7/MagickCore/magic-private.h
include/ImageMagick-7/MagickCore/magic.h
include/ImageMagick-7/MagickCore/magick-baseconfig.h
include/ImageMagick-7/MagickCore/magick-config.h
@@ -316,8 +316,6 @@ lib/ImageMagick-%%PORTVERSION%%/config-%%QBIT%%%%HDRI%%/configure.xml
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/pnm.so
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/pango.la
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/pango.so
-%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/preview.la
-%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/preview.so
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/ps.la
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/ps.so
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/ps2.la
@@ -455,6 +453,7 @@ man/man1/convert.1.gz
man/man1/display.1.gz
man/man1/identify.1.gz
man/man1/import.1.gz
+man/man1/magick-script.1.gz
man/man1/magick.1.gz
man/man1/mogrify.1.gz
man/man1/montage.1.gz
@@ -1493,8 +1492,10 @@ man/man1/stream.1.gz
%%PORTDOCS%%%%DOCSDIR%%-7/www/links.html
%%PORTDOCS%%%%DOCSDIR%%-7/www/magick++.html
%%PORTDOCS%%%%DOCSDIR%%-7/www/magick-core.html
+%%PORTDOCS%%%%DOCSDIR%%-7/www/magick-script.html
%%PORTDOCS%%%%DOCSDIR%%-7/www/magick-vector-graphics.html
%%PORTDOCS%%%%DOCSDIR%%-7/www/magick-wand.html
+%%PORTDOCS%%%%DOCSDIR%%-7/www/magick.html
%%PORTDOCS%%%%DOCSDIR%%-7/www/miff.html
%%PORTDOCS%%%%DOCSDIR%%-7/www/mogrify.html
%%PORTDOCS%%%%DOCSDIR%%-7/www/montage.html