[71855] trunk/dports/devel/json-glib/Portfile

devans at macports.org devans at macports.org
Fri Sep 24 09:55:36 PDT 2010


Revision: 71855
          http://trac.macports.org/changeset/71855
Author:   devans at macports.org
Date:     2010-09-24 09:55:34 -0700 (Fri, 24 Sep 2010)
Log Message:
-----------
json-glib: update to version 0.10.4, enable GObject introspection, update master_sites, livecheck.

Modified Paths:
--------------
    trunk/dports/devel/json-glib/Portfile

Modified: trunk/dports/devel/json-glib/Portfile
===================================================================
--- trunk/dports/devel/json-glib/Portfile	2010-09-24 16:24:35 UTC (rev 71854)
+++ trunk/dports/devel/json-glib/Portfile	2010-09-24 16:55:34 UTC (rev 71855)
@@ -4,7 +4,8 @@
 PortSystem          1.0
 
 name                json-glib
-version             0.8.0
+version             0.10.4
+set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          devel
 maintainers         otherware.org:nefar openmaintainer
 homepage            http://live.gnome.org/JsonGlib
@@ -15,14 +16,17 @@
 
 platforms           darwin
 depends_build       port:pkgconfig port:gtk-doc
-depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:gobject-introspection
 
-master_sites        http://download.gnome.org/sources/json-glib/0.8/
+master_sites        gnome:sources/${name}/${branch}/
 
-checksums           md5     220dafb2fd804e74d1f5057ba72ae0b6 \
-                    sha1    c185df080ed41254f67b27193e7e4ab1fe90b7b7 \
-                    rmd160  0f2e5ecd903006fb432d76694575f776fd50eeec
+checksums           md5     87677e939a4b3d42e1c56b2a3046b9bb \
+                    sha1    d41283270e8a104877c30a30ea5abb3dbea1647f \
+                    rmd160  515b9b81b6877a21c74be4cd14e82382965be267
 
+configure.args      --enable-introspection=yes
+
 livecheck.type      regex
-livecheck.url       http://folks.o-hand.com/~ebassi/sources/
-livecheck.regex     ${name}-(\[0-9.\]+)\\.tar\\.gz
+livecheck.url       http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
+livecheck.regex     {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100924/5430739f/attachment.html>


More information about the macports-changes mailing list