[101525] trunk/dports/python/py-gobject3/Portfile
cal at macports.org
cal at macports.org
Sat Jan 12 17:30:07 PST 2013
Revision: 101525
https://trac.macports.org/changeset/101525
Author: cal at macports.org
Date: 2013-01-12 17:30:06 -0800 (Sat, 12 Jan 2013)
Log Message:
-----------
py-gobject3: udpate to 3.4.2, fix livecheck, closes #36933
Modified Paths:
--------------
trunk/dports/python/py-gobject3/Portfile
Modified: trunk/dports/python/py-gobject3/Portfile
===================================================================
--- trunk/dports/python/py-gobject3/Portfile 2013-01-13 00:28:01 UTC (rev 101524)
+++ trunk/dports/python/py-gobject3/Portfile 2013-01-13 01:30:06 UTC (rev 101525)
@@ -6,7 +6,7 @@
name py-gobject3
set my_name pygobject
-version 3.2.2
+version 3.4.2
set branch [join [lrange [split ${version} .] 0 1] .]
categories python gnome
license LGPL-2.1+
@@ -23,8 +23,8 @@
distname ${my_name}-${version}
use_xz yes
-checksums sha256 4653790baaff0176fd814b88cfb5378c45906a120b25d01be2554f423b726eb0 \
- rmd160 090fa4941fa30e68882e25856d92230ebdd0cea9
+checksums sha256 2b87ef3170be3a20a53fbdb348ae4ecb41a72a17ec6531baa67147c3437d2aad \
+ rmd160 8de9f21861001df176986c89da0fbe1e9bc9f051
python.versions 26 27 31 32 33
@@ -61,7 +61,7 @@
${destroot}${docdir}
}
} else {
- livecheck.type regex
- livecheck.url http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
- livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+ livecheck.type regex
+ livecheck.url ftp://ftp.gnome.org/pub/gnome/sources/${my_name}/cache.json
+ livecheck.regex {LATEST-IS-(\d+\.\d*[02468](?:\.\d+)*)}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130112/aa5b0f55/attachment.html>
More information about the macports-changes
mailing list