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

pixilla at macports.org pixilla at macports.org
Tue Jan 28 11:21:21 PST 2014


Revision: 116558
          https://trac.macports.org/changeset/116558
Author:   pixilla at macports.org
Date:     2014-01-28 11:21:20 -0800 (Tue, 28 Jan 2014)
Log Message:
-----------
graphics/librsvg:
- Update gdk-pixbuf loader cache post-deactivate.

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

Modified: trunk/dports/graphics/librsvg/Portfile
===================================================================
--- trunk/dports/graphics/librsvg/Portfile	2014-01-28 17:39:22 UTC (rev 116557)
+++ trunk/dports/graphics/librsvg/Portfile	2014-01-28 19:21:20 UTC (rev 116558)
@@ -6,7 +6,7 @@
 
 name                librsvg
 version             2.36.4
-revision            3
+revision            4
 license             {GPL-2+ LGPL-2+}
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          graphics gnome
@@ -97,6 +97,10 @@
     system "${prefix}/bin/gdk-pixbuf-query-loaders --update-cache"
 }
 
+post-deactivate {
+    system "${prefix}/bin/gdk-pixbuf-query-loaders --update-cache"
+}
+
 variant x11 conflicts quartz {}
 variant quartz conflicts x11 {}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140128/0b2b3801/attachment.html>


More information about the macports-changes mailing list