[74668] trunk/dports/devel/ige-mac-integration/Portfile
Revision: 74668 http://trac.macports.org/changeset/74668 Author: ryandesign@macports.org Date: 2010-12-27 10:04:00 -0800 (Mon, 27 Dec 2010) Log Message: ----------- ige-mac-integration: maintainer update to 0.9.7 and switch to python 2.7; see #27793 Modified Paths: -------------- trunk/dports/devel/ige-mac-integration/Portfile Modified: trunk/dports/devel/ige-mac-integration/Portfile =================================================================== --- trunk/dports/devel/ige-mac-integration/Portfile 2010-12-27 15:30:15 UTC (rev 74667) +++ trunk/dports/devel/ige-mac-integration/Portfile 2010-12-27 18:04:00 UTC (rev 74668) @@ -4,7 +4,7 @@ PortSystem 1.0 name ige-mac-integration -version 0.8.2 +version 0.9.7 categories devel maintainers flyn.org:mike @@ -16,18 +16,19 @@ the Mac OS X menu bar. Requires gtk2 and its \ dependencies to be built with variants +no_x11 +quartz -homepage http://live.gnome.org/GTK%2B/OSX/Integration +homepage http://sourceforge.net/projects/gtk-osx platforms darwin -master_sites http://ftp.imendio.com/pub/imendio/ige-mac-integration/ +master_sites sourceforge:gtk-osx/GTK-OSX%20Build/ +use_bzip2 yes -checksums md5 c9ad0b80b5daa23891be654e29d7bcdc \ - sha1 4d5f2a88c3d354133105b3c84e4a12abcb017eeb \ - rmd160 857dce9f7377484901e08ce68fd8a72f5261abd5 +checksums md5 d0f71bbdfc761e1a419bfc8bc89f05d9 \ + sha1 d3e35ded32839adf0933ed7a4e5c93c9205cfad1 \ + rmd160 5e38aaebcdca90a5568e49ab268a32ae74f29ee5 depends_build port:pkgconfig -depends_lib port:py25-gtk +depends_lib port:py27-gtk pre-configure { if {![file exists ${prefix}/lib/pkgconfig/gdk-quartz-2.0.pc]} { @@ -44,7 +45,7 @@ } } -configure.python ${prefix}/bin/python2.5 +configure.python ${prefix}/bin/python2.7 livecheck.type regex livecheck.url ${master_sites}
participants (1)
-
ryandesign@macports.org