Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2015 10:15:41 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402223 - head/graphics/ImageMagick7
Message-ID:  <201511221015.tAMAFfH0060323@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Nov 22 10:15:41 2015
New Revision: 402223
URL: https://svnweb.freebsd.org/changeset/ports/402223

Log:
  Update ImageMagick7 to 20151120 snapshot.
  
  * Convert the custom test target into a do-test target and run it when
    the TESTS options is selected.
  * Sort plist

Modified:
  head/graphics/ImageMagick7/Makefile
  head/graphics/ImageMagick7/distinfo
  head/graphics/ImageMagick7/pkg-plist

Modified: head/graphics/ImageMagick7/Makefile
==============================================================================
--- head/graphics/ImageMagick7/Makefile	Sun Nov 22 10:15:06 2015	(r402222)
+++ head/graphics/ImageMagick7/Makefile	Sun Nov 22 10:15:41 2015	(r402223)
@@ -36,7 +36,7 @@ COMMENT=	Image processing tools (unstabl
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DATE=		20151006
+DATE=		20151120
 WRKSRC=		${WRKDIR}/${PORTNAME}-7.0.0-0
 
 LIB_DEPENDS=	libltdl.so:${PORTSDIR}/devel/libltdl
@@ -426,15 +426,15 @@ pre-configure:
 	@${ECHO_CMD} NOTICE: SVG format support disabled, requires X11
 .endif
 
-post-install: test
+post-install:
 .for i in ${SAMPLE_FILES}
 	@${MV} ${STAGEDIR}${PREFIX}/etc/ImageMagick-7/${i} \
 		${STAGEDIR}${PREFIX}/etc/ImageMagick-7/${i}.sample
 .endfor
 
-test check:
-.if ${PORT_OPTIONS:MTESTS}
+post-install-TESTS-on: test
+
+do-test:
 	-cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} limits -m 20m ${MAKE} ${_MAKE_JOBS} check
-.endif
 
 .include <bsd.port.mk>

Modified: head/graphics/ImageMagick7/distinfo
==============================================================================
--- head/graphics/ImageMagick7/distinfo	Sun Nov 22 10:15:06 2015	(r402222)
+++ head/graphics/ImageMagick7/distinfo	Sun Nov 22 10:15:41 2015	(r402223)
@@ -1,2 +1,2 @@
-SHA256 (ImageMagick-7.0.0-0~beta20151006.tar.xz) = 28d345e9eaeabb455ad415da87188a61d81c1c04d4f28fd2035ce533c40afc6d
-SIZE (ImageMagick-7.0.0-0~beta20151006.tar.xz) = 8277272
+SHA256 (ImageMagick-7.0.0-0~beta20151120.tar.xz) = cdacfe421d84c053f443dfe579e50dd58dce1d3614bc656dfef6de42a71d863b
+SIZE (ImageMagick-7.0.0-0~beta20151120.tar.xz) = 8292432

Modified: head/graphics/ImageMagick7/pkg-plist
==============================================================================
--- head/graphics/ImageMagick7/pkg-plist	Sun Nov 22 10:15:06 2015	(r402222)
+++ head/graphics/ImageMagick7/pkg-plist	Sun Nov 22 10:15:41 2015	(r402223)
@@ -1,6 +1,6 @@
 bin/Magick++-config
-bin/MagickWand-config
 bin/MagickCore-config
+bin/MagickWand-config
 bin/animate
 bin/compare
 bin/composite
@@ -467,7 +467,9 @@ man/man1/stream.1.gz
 %%PORTDOCS%%%%DOCSDIR%%-7/NEWS.txt
 %%PORTDOCS%%%%DOCSDIR%%-7/images/ImageMagick.ico
 %%PORTDOCS%%%%DOCSDIR%%-7/images/affine.png
+%%PORTDOCS%%%%DOCSDIR%%-7/images/annotate.png
 %%PORTDOCS%%%%DOCSDIR%%-7/images/arc.png
+%%PORTDOCS%%%%DOCSDIR%%-7/images/atop.gif
 %%PORTDOCS%%%%DOCSDIR%%-7/images/background.jpg
 %%PORTDOCS%%%%DOCSDIR%%-7/images/black.png
 %%PORTDOCS%%%%DOCSDIR%%-7/images/bluebells_clipped.jpg
@@ -496,6 +498,7 @@ man/man1/stream.1.gz
 %%PORTDOCS%%%%DOCSDIR%%-7/images/objects.gif
 %%PORTDOCS%%%%DOCSDIR%%-7/images/objects.jpg
 %%PORTDOCS%%%%DOCSDIR%%-7/images/objects.png
+%%PORTDOCS%%%%DOCSDIR%%-7/images/over.gif
 %%PORTDOCS%%%%DOCSDIR%%-7/images/patterns/bricks.png
 %%PORTDOCS%%%%DOCSDIR%%-7/images/patterns/checkerboard.png
 %%PORTDOCS%%%%DOCSDIR%%-7/images/patterns/circles.png
@@ -1474,6 +1477,7 @@ man/man1/stream.1.gz
 %%PORTDOCS%%%%DOCSDIR%%-7/www/favicon.ico
 %%PORTDOCS%%%%DOCSDIR%%-7/www/formats.html
 %%PORTDOCS%%%%DOCSDIR%%-7/www/fx.html
+%%PORTDOCS%%%%DOCSDIR%%-7/www/gradient.html
 %%PORTDOCS%%%%DOCSDIR%%-7/www/high-dynamic-range.html
 %%PORTDOCS%%%%DOCSDIR%%-7/www/history.html
 %%PORTDOCS%%%%DOCSDIR%%-7/www/identify.html
@@ -1490,7 +1494,6 @@ man/man1/stream.1.gz
 %%PORTDOCS%%%%DOCSDIR%%-7/www/magick-core.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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511221015.tAMAFfH0060323>