Skip to content

Commit

Permalink
ImageMagick, p5-perlmagick: Update to 6.9.7-7
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Feb 8, 2017
1 parent 7ae4f5f commit 070163e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions graphics/ImageMagick/Portfile
Expand Up @@ -9,7 +9,7 @@ PortGroup conflicts_build 1.0
# PHP Warning: Version warning: Imagick was compiled against Image Magick version XXXX but version YYYY is loaded. Imagick will run but may behave surprisingly in Unknown on line 0

name ImageMagick
version 6.9.7-6
version 6.9.7-7
set reasonable_version [lindex [split ${version} -] 0]
homepage http://www.imagemagick.org/
categories graphics devel
Expand Down Expand Up @@ -41,8 +41,8 @@ master_sites http://www.imagemagick.org/download/ \
ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick \
ftp://sunsite.icm.edu.pl/packages/ImageMagick

checksums rmd160 138a8f0b6c9a7521480305a9dae4a3e4eab4fce6 \
sha256 f65fb923ce44795c5675bd73509f3b47eb2875c266ce57547969658d7e1fec9e
checksums rmd160 f8fd5bc6e3c278339f413fa591c0b48cd0902d13 \
sha256 c23420e208d8c90bd7c05d7a3f14e976b479a93ceb3354dd4d84c830fe30a40b

depends_lib port:bzip2 \
port:djvulibre \
Expand Down
6 changes: 3 additions & 3 deletions perl/p5-perlmagick/Portfile
Expand Up @@ -7,7 +7,7 @@ PortGroup perl5 1.0

epoch 1
perl5.branches 5.24
perl5.setup PerlMagick 6.9.7-6
perl5.setup PerlMagick 6.9.7-7
set reasonable_version \
[lindex [split ${version} -] 0]
set my_name ImageMagick
Expand All @@ -30,8 +30,8 @@ master_sites http://www.imagemagick.org/download/ \
dist_subdir ImageMagick
distname ${my_name}-${version}

checksums rmd160 138a8f0b6c9a7521480305a9dae4a3e4eab4fce6 \
sha256 f65fb923ce44795c5675bd73509f3b47eb2875c266ce57547969658d7e1fec9e
checksums rmd160 f8fd5bc6e3c278339f413fa591c0b48cd0902d13 \
sha256 c23420e208d8c90bd7c05d7a3f14e976b479a93ceb3354dd4d84c830fe30a40b

if {${perl5.major} != ""} {
depends_lib-append port:ImageMagick
Expand Down

0 comments on commit 070163e

Please sign in to comment.