[153125] trunk/dports/graphics/vips/Portfile

bgilbert at macports.org bgilbert at macports.org
Sat Sep 24 22:33:46 PDT 2016


Revision: 153125
          https://trac.macports.org/changeset/153125
Author:   bgilbert at macports.org
Date:     2016-09-24 22:33:46 -0700 (Sat, 24 Sep 2016)
Log Message:
-----------
vips: Update to 8.4.1

Move self to front of maintainers.

Modified Paths:
--------------
    trunk/dports/graphics/vips/Portfile

Modified: trunk/dports/graphics/vips/Portfile
===================================================================
--- trunk/dports/graphics/vips/Portfile	2016-09-25 04:33:54 UTC (rev 153124)
+++ trunk/dports/graphics/vips/Portfile	2016-09-25 05:33:46 UTC (rev 153125)
@@ -5,20 +5,20 @@
 PortGroup           gobject_introspection 1.0
 
 name                vips
-version             8.3.3
+version             8.4.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         VIPS is an image processing library.
 long_description    VIPS is an image processing library. It is good for \
                     large images and for colour.
-maintainers         gmail.com:jcupitt bgilbert
+maintainers         bgilbert 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           rmd160  d12ea0ce3618e2a2ede3bfa7c4ca4ae077751ca8 \
-                    sha256  797f5c7dc179db2cc597da4b929b2c7aebb7390d5da24bc472f41f801d9396c5
+checksums           rmd160  20284766e6ec05a78e32f56370be7ee85cd56c45 \
+                    sha256  3e7021db2df099736c02aaf48211ca5f306371af75e9878a35bbcf06742cbb6e
 
 depends_build       port:gtk-doc \
                     port:pkgconfig
@@ -55,7 +55,7 @@
     global destroot frameworks_dir prefix worksrcpath
     set destdir ${destroot}${frameworks_dir}/Python.framework/Versions/${pyver}/lib/python${pyver}/site-packages/gi/overrides
     xinstall -d ${destdir}
-    xinstall ${worksrcpath}/python/Vips.py ${destdir}
+    xinstall ${worksrcpath}/python/packages/gi/overrides/Vips.py ${destdir}
     system "${prefix}/bin/python${pyver} -m compileall ${destdir}"
 }
 variant python27 description {Install Python 2.7 interface} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160924/1f547346/attachment-0001.html>


More information about the macports-changes mailing list