[142681] users/devans/GNOME-3/stable/dports/devel/appstream-glib/Portfile

devans at macports.org devans at macports.org
Sat Dec 12 06:47:11 PST 2015


Revision: 142681
          https://trac.macports.org/changeset/142681
Author:   devans at macports.org
Date:     2015-11-19 14:20:17 -0800 (Thu, 19 Nov 2015)
Log Message:
-----------
GNOME-3/stable: appstream-glib, update to version 0.5.4, use system libuuid.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/devel/appstream-glib/Portfile

Modified: users/devans/GNOME-3/stable/dports/devel/appstream-glib/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/devel/appstream-glib/Portfile	2015-11-19 21:53:20 UTC (rev 142680)
+++ users/devans/GNOME-3/stable/dports/devel/appstream-glib/Portfile	2015-11-19 22:20:17 UTC (rev 142681)
@@ -5,7 +5,7 @@
 PortGroup           github 1.0
 PortGroup           gobject_introspection 1.0
 
-github.setup        hughsie appstream-glib 0_5_3 appstream_glib_
+github.setup        hughsie appstream-glib 0_5_4 appstream_glib_
 version             [string map {_ .} ${version}]
 license             LGPL-2+
 categories          devel
@@ -18,8 +18,8 @@
 
 long_description    ${description}
 
-checksums           rmd160  0a05df334816e70f655c12548001fde521afe56e \
-                    sha256  cafd614cc01f95739ebf2175582c13b9b17161564765acfac579c7184890ec9e
+checksums           rmd160  e94acfc604a02a7209a6983e32bfaecd3a552177 \
+                    sha256  9cf7a3e0eba9359cd4e10f757065e5b37c2d078fd0842b7b735040c8b2c1bc53
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -45,6 +45,12 @@
 
 configure.cmd       ./autogen.sh
 
+# configure to use system libuuid
+
+configure.env-append \
+                    UUID_CFLAGS=-I/usr/include/uuid \
+                    UUID_LIBS=' '
+
 configure.args      --with-xml-catalog=${prefix}/etc/xml/catalog \
                     --disable-ostree \
                     --disable-rpm \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/2c3b6a09/attachment.html>


More information about the macports-changes mailing list