Commits

Ryan Schmidt authored 3a338bce35c
ImageMagick, p5-perlmagick: Livecheck all 6.x versions
No tags

graphics/ImageMagick/Portfile

Modified
3 3 PortSystem 1.0
4 4 PortGroup conflicts_build 1.0
5 5
6 6 # Keep relevant lines in sync between ImageMagick and p5-perlmagick.
7 7
8 8 # Before updating to a newer version, install phpNN-imagick. After updating, run `phpNN -v`. If the following warning appears, revbump php-imagick.
9 9 # 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
10 10
11 11 name ImageMagick
12 12 version 6.9.10-71
13 -set reasonable_version [lindex [split ${version} -] 0]
14 13 revision 0
15 14 homepage http://www.imagemagick.org/
16 15 categories graphics devel
17 16 maintainers {ryandesign @ryandesign}
18 17 license Apache-2
19 18 use_xz yes
20 19 platforms darwin
21 20 use_parallel_build yes
22 21
23 22 description Tools and libraries to manipulate images in many formats
156 155
157 156 variant x11 {
158 157 depends_lib-append port:xorg-libX11 \
159 158 port:xorg-libXext \
160 159 port:xorg-libXt
161 160 configure.args-replace --without-x --with-x
162 161 }
163 162
164 163 default_variants +x11
165 164
166 -livecheck.version ${reasonable_version}
167 165 livecheck.type regex
168 166 livecheck.url [lindex ${master_sites} 0]
169 -livecheck.regex ${name}-(6(?:\\.\\d+)*)(?:-\\d+)?
167 +livecheck.regex ${name}-(6(?:\\.\\d+)+(?:-\\d+)?)\.tar

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut