On Aug 25, 2007, at 12:58, source_changes@macosforge.org wrote:
Revision: 28235 http://trac.macosforge.org/projects/macports/changeset/28235 Author: yves@macports.org Date: 2007-08-25 10:58:17 -0700 (Sat, 25 Aug 2007)
Log Message: ----------- linted
Modified Paths: -------------- trunk/dports/gnome/inkscape/Portfile
Well, not just linted; also updated to Python 2.5:
Modified: trunk/dports/gnome/inkscape/Portfile =================================================================== --- trunk/dports/gnome/inkscape/Portfile 2007-08-25 17:56:54 UTC (rev 28234) +++ trunk/dports/gnome/inkscape/Portfile 2007-08-25 17:58:17 UTC (rev 28235) @@ -1,9 +1,11 @@ # $Id$
PortSystem 1.0 + name inkscape version 0.45.1 -maintainers rhwood yves@macports.org +revision 1 +maintainers rhwood yves categories gnome graphics platforms darwin homepage http://www.inkscape.org @@ -30,7 +32,7 @@ port:lcms \ port:dbus \ port:dbus-glib \ - port:py-xml \ + port:py25-xml \ port:libcroco
patchfiles patch-configure @@ -41,10 +43,10 @@ --with-gnome-print \ --with-gnome-vfs \ --with-perl \ - --with-python \ + --with-python=${prefix}/bin/python2.5 \ --enable-lcms \ --enable-inkboard - + default_variants \ disable_debugging