[67589] trunk/dports/graphics/inkscape/Portfile
macsforever2000 at macports.org
macsforever2000 at macports.org
Thu May 13 10:41:30 PDT 2010
Revision: 67589
http://trac.macports.org/changeset/67589
Author: macsforever2000 at macports.org
Date: 2010-05-13 10:41:26 -0700 (Thu, 13 May 2010)
Log Message:
-----------
Use python26 instead of python25. (#24456)
Modified Paths:
--------------
trunk/dports/graphics/inkscape/Portfile
Modified: trunk/dports/graphics/inkscape/Portfile
===================================================================
--- trunk/dports/graphics/inkscape/Portfile 2010-05-13 14:47:45 UTC (rev 67588)
+++ trunk/dports/graphics/inkscape/Portfile 2010-05-13 17:41:26 UTC (rev 67589)
@@ -6,7 +6,7 @@
name inkscape
conflicts inkscape-devel
version 0.47
-revision 1
+revision 2
maintainers devans
categories graphics gnome
platforms darwin
@@ -38,11 +38,11 @@
port:lcms \
port:dbus \
port:dbus-glib \
- port:py25-xml \
+ port:py26-xml \
port:libcroco \
port:poppler \
- port:py25-numpy \
- port:py25-lxml \
+ port:py26-numpy \
+ port:py26-lxml \
port:boost \
port:ImageMagick \
port:libwpg
@@ -60,7 +60,7 @@
--enable-inkboard
configure.python \
- ${prefix}/bin/python2.5
+ ${prefix}/bin/python2.6
configure.cppflags-append \
-I${worksrcpath}/src/extension/script
@@ -83,7 +83,7 @@
}
post-patch {
- reinplace "s|\"python-interpreter\", \"python\"|\"python-interpreter\", \"python2.5\"|g" ${worksrcpath}/src/extension/implementation/script.cpp
+ reinplace "s|\"python-interpreter\", \"python\"|\"python-interpreter\", \"python2.6\"|g" ${worksrcpath}/src/extension/implementation/script.cpp
reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.h
reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.cpp
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100513/1b899a5d/attachment.html>
More information about the macports-changes
mailing list