[53126] trunk/dports/gnome/gnome-menus/Portfile
devans at macports.org
devans at macports.org
Mon Jun 29 21:05:59 PDT 2009
Revision: 53126
http://trac.macports.org/changeset/53126
Author: devans at macports.org
Date: 2009-06-29 21:05:59 -0700 (Mon, 29 Jun 2009)
Log Message:
-----------
gnome-menus: update to version 2.26.2, fix post-patch reinplace to use python26 to be compatible with alacarte, update dependencies.
Modified Paths:
--------------
trunk/dports/gnome/gnome-menus/Portfile
Modified: trunk/dports/gnome/gnome-menus/Portfile
===================================================================
--- trunk/dports/gnome/gnome-menus/Portfile 2009-06-30 03:53:43 UTC (rev 53125)
+++ trunk/dports/gnome/gnome-menus/Portfile 2009-06-30 04:05:59 UTC (rev 53126)
@@ -4,8 +4,7 @@
PortSystem 1.0
name gnome-menus
-version 2.26.1
-revision 1
+version 2.26.2
set branch [join [lrange [split ${version} .] 0 1] .]
maintainers devans openmaintainer
categories gnome
@@ -19,12 +18,12 @@
master_sites gnome:sources/${name}/${branch}/
use_bzip2 yes
-checksums md5 c5100879f6ff9750d4bc7e553671ad93 \
- sha1 e89b4cc483821429fba4db3399e35775e5f73d20 \
- rmd160 53e37a05b67e8e757888b5726e24c58fc7e15ffa
+checksums md5 23a7375dd20238184f2fcccc4d83846b \
+ sha1 ab914a083ef63bacd960349b3dee3dbd3a005a82 \
+ rmd160 a3b526d908448c52737edecb8f83c6c99e0d72e9
post-patch {
- reinplace "s|/usr/bin/env python|${prefix}/bin/python2.5|g" \
+ reinplace "s|/usr/bin/env python|${prefix}/bin/python2.6|g" \
${worksrcpath}/simple-editor/gmenu-simple-editor.in \
${worksrcpath}/simple-editor/GMenuSimpleEditor/config.py.in \
${worksrcpath}/simple-editor/GMenuSimpleEditor/main.py \
@@ -33,11 +32,12 @@
${worksrcpath}/simple-editor/GMenuSimpleEditor/menutreemodel.py
}
-depends_build port:gnome-doc-utils \
- port:intltool
+depends_build port:pkgconfig \
+ port:intltool \
+ port:p5-xml-parser \
+ port:gnome-doc-utils
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
- port:gettext \
port:py26-gtk
configure.python ${prefix}/bin/python2.6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090629/d0940e36/attachment.html>
More information about the macports-changes
mailing list