[33539] trunk/dports/python
ram at macports.org
ram at macports.org
Tue Jan 29 07:26:48 PST 2008
Revision: 33539
http://trac.macosforge.org/projects/macports/changeset/33539
Author: ram at macports.org
Date: 2008-01-29 07:26:30 -0800 (Tue, 29 Jan 2008)
Log Message:
-----------
py-matplotlib/py25-matplotlib: fix warnings from 'port lint'
Modified Paths:
--------------
trunk/dports/python/py-matplotlib/Portfile
trunk/dports/python/py25-matplotlib/Portfile
Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile 2008-01-29 14:20:16 UTC (rev 33538)
+++ trunk/dports/python/py-matplotlib/Portfile 2008-01-29 15:26:30 UTC (rev 33539)
@@ -2,6 +2,7 @@
PortSystem 1.0
PortGroup python24 1.0
+
categories-append graphics math
name py-matplotlib
version 0.91.2
@@ -31,7 +32,7 @@
port:py-tz \
port:py-numpy
-patchfiles patch-setupext.py.diff
+patchfiles patch-setupext.py.diff
build.env MPLIB_BASE="${prefix}"
@@ -64,8 +65,8 @@
}
}
-post-patch {
- reinplace "s|@@MPORTS_PREFIX@@|${prefix}|" ${worksrcpath}/setupext.py
+post-patch {
+ reinplace "s|@@MPORTS_PREFIX@@|${prefix}|" ${worksrcpath}/setupext.py
}
post-destroot {
Modified: trunk/dports/python/py25-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py25-matplotlib/Portfile 2008-01-29 14:20:16 UTC (rev 33538)
+++ trunk/dports/python/py25-matplotlib/Portfile 2008-01-29 15:26:30 UTC (rev 33539)
@@ -2,6 +2,7 @@
PortSystem 1.0
PortGroup python25 1.0
+
categories-append graphics math
name py25-matplotlib
version 0.91.2
@@ -31,7 +32,7 @@
port:py25-tz \
port:py25-numpy
-patchfiles patch-setupext.py.diff
+patchfiles patch-setupext.py.diff
build.env MPLIB_BASE="${prefix}"
@@ -64,8 +65,8 @@
}
}
-post-patch {
- reinplace "s|@@MPORTS_PREFIX@@|${prefix}|" ${worksrcpath}/setupext.py
+post-patch {
+ reinplace "s|@@MPORTS_PREFIX@@|${prefix}|" ${worksrcpath}/setupext.py
}
post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080129/ed9a71cb/attachment.html
More information about the macports-changes
mailing list