[28432] trunk/dports/python
source_changes at macosforge.org
source_changes at macosforge.org
Fri Aug 31 02:16:49 PDT 2007
Revision: 28432
http://trac.macosforge.org/projects/macports/changeset/28432
Author: rhwood at macports.org
Date: 2007-08-31 02:16:48 -0700 (Fri, 31 Aug 2007)
Log Message:
-----------
Python 2.5 version of port py-libxslt
Modified Paths:
--------------
trunk/dports/python/py25-libxslt/Portfile
Added Paths:
-----------
trunk/dports/python/py25-libxslt/
Copied: trunk/dports/python/py25-libxslt (from rev 28431, trunk/dports/python/py-libxslt)
Modified: trunk/dports/python/py25-libxslt/Portfile
===================================================================
--- trunk/dports/python/py-libxslt/Portfile 2007-08-31 07:35:48 UTC (rev 28431)
+++ trunk/dports/python/py25-libxslt/Portfile 2007-08-31 09:16:48 UTC (rev 28432)
@@ -1,13 +1,13 @@
# $Id$
PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python25 1.0
-name py-libxslt
+name py25-libxslt
version 2.6.21
categories python textproc
platforms darwin
-maintainers sfiera openmaintainer
+maintainers rhwood openmaintainer
description Python bindings for libxslt
long_description ${description}
@@ -34,7 +34,7 @@
fs-traverse file . {
if {[file isfile ${file}]} {
if {![string match "*xslt*" ${file}]} {
- file delete ${file}
+ file delete ${file}
}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070831/77c22abf/attachment.html
More information about the macports-changes
mailing list