[51255] trunk/dports/devel/gnome-bindings-perl5/Portfile

devans at macports.org devans at macports.org
Thu May 21 13:49:34 PDT 2009


Revision: 51255
          http://trac.macports.org/changeset/51255
Author:   devans at macports.org
Date:     2009-05-21 13:49:33 -0700 (Thu, 21 May 2009)
Log Message:
-----------
gnome-bindings-perl5: set version to 2.26.0, add missing dependencies, all updated, disable livecheck for meta-port, lint.

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

Modified: trunk/dports/devel/gnome-bindings-perl5/Portfile
===================================================================
--- trunk/dports/devel/gnome-bindings-perl5/Portfile	2009-05-21 20:22:25 UTC (rev 51254)
+++ trunk/dports/devel/gnome-bindings-perl5/Portfile	2009-05-21 20:49:33 UTC (rev 51255)
@@ -1,27 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem	1.0
+
 name		gnome-bindings-perl5
-version		2.12
+version		2.26.0
 categories	devel gnome
 maintainers	nomaintainer
+platforms       darwin
 description	The GNOME bindings for Perl
 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:p5-glib	\
 		port:p5-gtk2	\
 		port:p5-gnome2	\
 		port:p5-gnome2-canvas	\
 		port:p5-gnome2-gconf	\
-		port:p5-gnome2-vfs	\
-		port:p5-gtk2-gladexml
+		port:p5-gnome2-print    \
+                port:p5-gnome2-vfs	\
+		port:p5-gnome2-wnck     \
+                port:p5-gtk2-gladexml
+
 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/41d25c6e/attachment.html>


More information about the macports-changes mailing list