[51250] trunk/dports/devel/gnome-bindings-cxx/Portfile

devans at macports.org devans at macports.org
Thu May 21 12:37:16 PDT 2009


Revision: 51250
          http://trac.macports.org/changeset/51250
Author:   devans at macports.org
Date:     2009-05-21 12:37:16 -0700 (Thu, 21 May 2009)
Log Message:
-----------
gnome-bindings-cxx: update to version 2.26.0, all members up to date, disable livecheck, add mode line, lint.

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

Modified: trunk/dports/devel/gnome-bindings-cxx/Portfile
===================================================================
--- trunk/dports/devel/gnome-bindings-cxx/Portfile	2009-05-21 19:23:24 UTC (rev 51249)
+++ trunk/dports/devel/gnome-bindings-cxx/Portfile	2009-05-21 19:37:16 UTC (rev 51250)
@@ -1,13 +1,17 @@
+# -*- 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-cxx
-version		2.12
+version		2.26.0
 categories	devel gnome
+platforms       darwin
 maintainers	nomaintainer
 description	The GNOME bindings for C++
 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:libsigcxx2	\
 		port:libxmlxx2 \
 		port:glibmm	\
@@ -18,13 +22,18 @@
 		port:libglademm	\
 		port:gnome-vfsmm	\
 		port:gconfmm
+
 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/6dd0954a/attachment.html>


More information about the macports-changes mailing list