Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2016 09:40:21 +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: r415497 - head/graphics/ImageMagick
Message-ID:  <201605190940.u4J9eL0h059348@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Thu May 19 09:40:21 2016
New Revision: 415497
URL: https://svnweb.freebsd.org/changeset/ports/415497

Log:
  Update ImageMagick to 6.9.4-3.
  
  Add Portscout macro to restrict version checking to 6.x.

Modified:
  head/graphics/ImageMagick/Makefile
  head/graphics/ImageMagick/distinfo

Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile	Thu May 19 09:39:17 2016	(r415496)
+++ head/graphics/ImageMagick/Makefile	Thu May 19 09:40:21 2016	(r415497)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ImageMagick
-DISTVERSION=	6.9.4-1
+DISTVERSION=	6.9.4-3
 PORTEPOCH=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://www.imagemagick.org/download/ \
@@ -36,6 +36,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libltdl.so:devel/libltdl
 
+PORTSCOUT=      limit:6.*$$
+
 CONFLICTS_INSTALL=	execline-[0-9]* # bin/import
 
 # This port uses .la files, keep libtool:keepla! (magick/module.c)

Modified: head/graphics/ImageMagick/distinfo
==============================================================================
--- head/graphics/ImageMagick/distinfo	Thu May 19 09:39:17 2016	(r415496)
+++ head/graphics/ImageMagick/distinfo	Thu May 19 09:40:21 2016	(r415497)
@@ -1,2 +1,3 @@
-SHA256 (ImageMagick-6.9.4-1.tar.xz) = 2ea0fef839cd5d6f134502b7cf7ee0e57a3f230b19771515d4aa44354f4c6b3b
-SIZE (ImageMagick-6.9.4-1.tar.xz) = 8789688
+TIMESTAMP = 1463647427
+SHA256 (ImageMagick-6.9.4-3.tar.xz) = 567a658fab95d63f550817e5ec1bc83b5b0b150a52eed1d59f5de88b62e96d7a
+SIZE (ImageMagick-6.9.4-3.tar.xz) = 8783424



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