[144405] trunk/dports/graphics/librsvg/Portfile

devans at macports.org devans at macports.org
Thu Jan 7 22:21:40 PST 2016


Revision: 144405
          https://trac.macports.org/changeset/144405
Author:   devans at macports.org
Date:     2016-01-07 22:21:40 -0800 (Thu, 07 Jan 2016)
Log Message:
-----------
librsvg: update to version 2.40.13, disable silent rules, enable test phase.

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

Modified: trunk/dports/graphics/librsvg/Portfile
===================================================================
--- trunk/dports/graphics/librsvg/Portfile	2016-01-08 05:37:25 UTC (rev 144404)
+++ trunk/dports/graphics/librsvg/Portfile	2016-01-08 06:21:40 UTC (rev 144405)
@@ -5,7 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                librsvg
-version             2.40.12
+version             2.40.13
 license             {GPL-2+ LGPL-2+}
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          graphics gnome
@@ -19,8 +19,8 @@
 master_sites        gnome:sources/${name}/${branch}/
 use_xz              yes
 
-checksums           rmd160  6fecbb6fa186de748f3f57bff5d8ad49bc586392 \
-                    sha256  ffe40c4378bf3899f4d679a475726bab03a127a5bdccddec86404cc329ffb550
+checksums           rmd160  c12245aaf3d498162a748eaccd5ab1f7ec32e7fa \
+                    sha256  4d6ea93ec05f5dabe7262d711d246a0a99b2311e215360dd3dcabd6afe3b9804
 
 depends_build       port:pkgconfig \
                     port:gtk-doc
@@ -39,6 +39,7 @@
 gobject_introspection yes
 
 configure.args      --enable-vala=yes \
+                    --disable-silent-rules \
                     --disable-Bsymbolic
 
 set buildpath ${worksrcpath}/macports
@@ -54,6 +55,10 @@
     close $fp
 }
 
+test.run            yes
+test.dir            ${worksrcpath}/tests
+test.target         check
+
 # variant viewer disabled by default in an attempt to avoid loading
 # gtk3 by those who are using it strictly as a library outside of GTK+/GNOME.
 # https://trac.macports.org/ticket/43328
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160107/9379c86b/attachment.html>


More information about the macports-changes mailing list