[53171] trunk/dports/gnome/gucharmap/Portfile

devans at macports.org devans at macports.org
Tue Jun 30 11:50:15 PDT 2009


Revision: 53171
          http://trac.macports.org/changeset/53171
Author:   devans at macports.org
Date:     2009-06-30 11:50:15 -0700 (Tue, 30 Jun 2009)
Log Message:
-----------
gucharmap: assume maintainership openmaintainer, update to version 2.26.3, update dependencies, enable python bindings.

Modified Paths:
--------------
    trunk/dports/gnome/gucharmap/Portfile

Modified: trunk/dports/gnome/gucharmap/Portfile
===================================================================
--- trunk/dports/gnome/gucharmap/Portfile	2009-06-30 18:19:04 UTC (rev 53170)
+++ trunk/dports/gnome/gucharmap/Portfile	2009-06-30 18:50:15 UTC (rev 53171)
@@ -4,21 +4,25 @@
 PortSystem 1.0
 
 name		gucharmap
-version         2.26.2
+version         2.26.3
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	gucharmap is a featureful unicode character map.
 long_description ${description}
-maintainers     nomaintainer
+maintainers     devans openmaintainer
 categories      gnome
 platforms       darwin
 homepage        http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
 
-checksums       md5     fc32be453ab70b8b99ff3457f25ce3c0 \
-                sha1    08868c000a1609e19eb0c64478c1c0a5bd25438f \
-                rmd160  0359d5b33472b770dc118d42679ab5801699055b
+checksums       md5     eea37be8a1495b8414f362e7ac2ee627 \
+                sha1    238778872d859b520c9dc444d645df69e7407390 \
+                rmd160  a858f6e0974495aa6642420551fb618645c292a0
 
-depends_build   port:pkgconfig
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:p5-xml-parser \
+                port:gnome-doc-utils \
+                port:gtk-doc
 
 depends_lib     port:gconf \
                 port:py25-gtk
@@ -27,8 +31,11 @@
 
 configure.args	--disable-gtk-immodules \
                 --disable-schemas-install \
-                --disable-scrollkeeper
+                --disable-scrollkeeper \
+                --enable-python-bindings
 
+configure.python ${prefix}/bin/python2.5
+
 post-activate	{
     system "${prefix}/bin/scrollkeeper-update"
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090630/14be02c0/attachment-0001.html>


More information about the macports-changes mailing list