[51261] trunk/dports/devel/gnome-bindings-python/Portfile

devans at macports.org devans at macports.org
Thu May 21 16:24:57 PDT 2009


Revision: 51261
          http://trac.macports.org/changeset/51261
Author:   devans at macports.org
Date:     2009-05-21 16:24:56 -0700 (Thu, 21 May 2009)
Log Message:
-----------
gnome-bindings-python: set to version 2.26.1, add missing dependents, disable livecheck for meta-port, lint.

Modified Paths:
--------------
    trunk/dports/devel/gnome-bindings-python/Portfile

Modified: trunk/dports/devel/gnome-bindings-python/Portfile
===================================================================
--- trunk/dports/devel/gnome-bindings-python/Portfile	2009-05-21 23:13:12 UTC (rev 51260)
+++ trunk/dports/devel/gnome-bindings-python/Portfile	2009-05-21 23:24:56 UTC (rev 51261)
@@ -1,24 +1,33 @@
 # $Id$
 
 PortSystem	1.0
+
 name		gnome-bindings-python
-version		2.12
+version		2.26.1
 categories	devel gnome
+platforms       darwin
 maintainers	nomaintainer
 description	The GNOME bindings for Python
 long_description	The GNOME bindings is the set of libraries that allow developers to develop fully GNOME compliant applications in C#, C++, Java, Perl, and Python. The platform is one of the suites of software packages that form the complete GNOME project offerings. NOTE: the GNOME Java bindings have yet to be ported to Mac OS X.
 homepage	http://www.gnome.org/
+
 depends_lib	port:py25-gobject \
 		port:py25-gtk \
 		port:py25-gnome \
-		port:py25-orbit
+		port:py25-orbit \
+                port:gnome-python-desktop \
+                port:gnome-python-extras
 distfiles
 fetch           { }
 checksum        { }
-configure       { }
+
+use_configure   no
+
 build           { }
+
 destroot        {
 	file mkdir ${destroot}${prefix}/share/doc/
 	system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt"
 }
 
+livecheck.check none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090521/8a64b20d/attachment-0001.html>


More information about the macports-changes mailing list