[86547] trunk/dports/graphics/vips/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Oct 28 02:48:00 PDT 2011
Revision: 86547
http://trac.macports.org/changeset/86547
Author: ryandesign at macports.org
Date: 2011-10-28 02:47:59 -0700 (Fri, 28 Oct 2011)
Log Message:
-----------
vips: update to 7.26.6, add license, fix livecheck, enable universal variant now that the only non-universal dependency is gone; see #31377
Modified Paths:
--------------
trunk/dports/graphics/vips/Portfile
Modified: trunk/dports/graphics/vips/Portfile
===================================================================
--- trunk/dports/graphics/vips/Portfile 2011-10-28 09:28:46 UTC (rev 86546)
+++ trunk/dports/graphics/vips/Portfile 2011-10-28 09:47:59 UTC (rev 86547)
@@ -3,8 +3,7 @@
PortSystem 1.0
name vips
-version 7.24.2
-revision 0
+version 7.26.6
set branch [join [lrange [split ${version} .] 0 1] .]
description VIPS is an image processing library.
long_description VIPS is an image processing library. It's good for \
@@ -12,15 +11,15 @@
maintainers gmail.com:jcupitt
categories graphics
platforms darwin
+license LGPL-2.1+
homepage http://www.vips.ecs.soton.ac.uk
master_sites ${homepage}/supported/${branch}/
-checksums md5 b864dcbd84c1c17c10a00d29ca067ae9
+checksums rmd160 aa639f6c6ba11479dd77a6abde291d35948f250c \
+ sha256 4b869cf6af435ea2228730d6a2fb89dfd63b225658195f7e2dd640fd7a820971
+
configure.args --enable-gtk-doc
-# liboil is not universal
-universal_variant no
-
depends_build port:pkgconfig \
port:gtk-doc
@@ -32,10 +31,15 @@
port:tiff \
port:ImageMagick \
port:openexr \
+ port:orc \
+ port:cfitsio \
port:matio \
- port:lcms \
+ port:lcms2 \
port:zlib \
path:lib/pkgconfig/pango.pc:pango \
port:libexif \
- port:liboil \
port:libxml2
+
+livecheck.type regex
+livecheck.url ${homepage}/supported/current/
+livecheck.regex >${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}<
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111028/a202b9f2/attachment.html>
More information about the macports-changes
mailing list