[33230] trunk/dports/python/py25-gobject/Portfile
nox at macports.org
nox at macports.org
Mon Jan 21 17:49:51 PST 2008
Revision: 33230
http://trac.macosforge.org/projects/macports/changeset/33230
Author: nox at macports.org
Date: 2008-01-21 17:49:48 -0800 (Mon, 21 Jan 2008)
Log Message:
-----------
py25-gobject:
* Updated to 2.14.1.
* Removed reinplace call against Makefile.am, this file is not used
during the build.
Modified Paths:
--------------
trunk/dports/python/py25-gobject/Portfile
Modified: trunk/dports/python/py25-gobject/Portfile
===================================================================
--- trunk/dports/python/py25-gobject/Portfile 2008-01-22 01:33:12 UTC (rev 33229)
+++ trunk/dports/python/py25-gobject/Portfile 2008-01-22 01:49:48 UTC (rev 33230)
@@ -4,8 +4,7 @@
name py25-gobject
set my_name pygobject
-version 2.14.0
-revision 1
+version 2.14.1
set branch [join [lrange [split ${version} .] 0 1] .]
categories python gnome
maintainers nomaintainer
@@ -23,21 +22,21 @@
distname ${my_name}-${version}
use_bzip2 yes
-checksums md5 de781a21f483c941a73009a9f68f150e \
- sha1 f6867330c2a2d70ddb81807823e7515f55ddda23 \
- rmd160 71702329535680a813a36e05823d1968cb453b25
+checksums md5 d403998bc0c5034b21bd75ae7b704f4a \
+ sha1 5904370097e24b54e71257e1ed0de062c5138d11 \
+ rmd160 086d96f059a7317f828e9b8265a9bf62420c3c1b
depends_build port:pkgconfig
depends_lib port:glib2 \
port:libxslt \
port:python25
-configure.python ${prefix}/bin/python2.5
configure.args --disable-glibtest
+configure.python ${prefix}/bin/python2.5
+
platform darwin 9 {
post-patch {
- reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/gobject/Makefile.am
reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/gobject/Makefile.in
}
}
@@ -56,4 +55,3 @@
livecheck.check regex
livecheck.url http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080121/84a4ca22/attachment.html
More information about the macports-changes
mailing list