[131989] users/devans/GNOME-3/stable/dports/net/libgweather/Portfile

devans at macports.org devans at macports.org
Thu Jan 22 14:09:19 PST 2015


Revision: 131989
          https://trac.macports.org/changeset/131989
Author:   devans at macports.org
Date:     2015-01-22 14:09:19 -0800 (Thu, 22 Jan 2015)
Log Message:
-----------
GNOME-3/stable: libgweather, update to version 3.14.3, use gobject_introspection portgroup.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/net/libgweather/Portfile

Modified: users/devans/GNOME-3/stable/dports/net/libgweather/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/net/libgweather/Portfile	2015-01-22 22:09:11 UTC (rev 131988)
+++ users/devans/GNOME-3/stable/dports/net/libgweather/Portfile	2015-01-22 22:09:19 UTC (rev 131989)
@@ -2,9 +2,10 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                libgweather
-version             3.14.1
+version             3.14.3
 set branch          [join [lrange [split ${version} .] 0 1] .]
 maintainers         devans openmaintainer
 categories          net gnome
@@ -21,8 +22,8 @@
 
 use_xz              yes
 
-checksums           rmd160  9af509648280379fa7094904324cf3d1fabf5ed5 \
-                    sha256  4db10404ac91bc1f85ae977bdaa98413836429c3de6244dc68567c402afed800
+checksums           rmd160  8b5b1b694685b2b09a4c0cb1ba5aa17afd2b34ed \
+                    sha256  04dd25064cdc7715c1bf5fc476c8596d640cbcb3551217867195cef16bbbbf6b
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -36,9 +37,10 @@
                     port:libxml2 \
                     port:libsoup \
                     port:geocode-glib \
-                    port:gobject-introspection \
                     port:vala
 
+gobject_introspection yes
+
 # use autogen.sh from upstream git to update m4/intltool.m4 using intltoolize and autoreconf
 
 post-patch {
@@ -49,16 +51,12 @@
 configure.cmd       ./autogen.sh
 
 configure.args      --enable-compile-warnings=minimum \
-                    --enable-introspection=yes \
                     --enable-vala=yes \
                     --enable-glade-catalog=no \
                     --disable-schemas-compile \
                     --disable-silent-rules \
                     --disable-glibtest
 
-# gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
-
 variant glade description {Enable building of glade catalog items} {
     depends_lib-append  port:glade
     configure.args-replace --enable-glade-catalog=no --enable-glade-catalog=yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150122/4c7f3e68/attachment.html>


More information about the macports-changes mailing list