Update ImageMagick to 6.9.4-3.
Add Portscout macro to restrict version checking to 6.x.
This commit is contained in:
parent
a90ad1730b
commit
43b793a6f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415497
2 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue