[83387] trunk/dports/python
jmr at macports.org
jmr at macports.org
Tue Aug 30 23:11:58 PDT 2011
Revision: 83387
http://trac.macports.org/changeset/83387
Author: jmr at macports.org
Date: 2011-08-30 23:11:56 -0700 (Tue, 30 Aug 2011)
Log Message:
-----------
py26-docutils, py27-docutils: rst2newlatex is gone, so don't create a link (#31047)
Modified Paths:
--------------
trunk/dports/python/py26-docutils/Portfile
trunk/dports/python/py27-docutils/Portfile
Modified: trunk/dports/python/py26-docutils/Portfile
===================================================================
--- trunk/dports/python/py26-docutils/Portfile 2011-08-31 03:58:23 UTC (rev 83386)
+++ trunk/dports/python/py26-docutils/Portfile 2011-08-31 06:11:56 UTC (rev 83387)
@@ -31,7 +31,7 @@
# we want *-2.6.py not *.py-2.6
python.link_binaries no
post-destroot {
- foreach f {rst2html rst2latex rst2man rst2newlatex rst2odt rst2odt_prepstyles rst2pseudoxml rst2s5 rst2xml rstpep2html} {
+ foreach f {rst2html rst2latex rst2man rst2odt rst2odt_prepstyles rst2pseudoxml rst2s5 rst2xml rstpep2html} {
ln -s ${python.prefix}/bin/${f}.py ${destroot}${prefix}/bin/${f}-2.6.py
}
}
Modified: trunk/dports/python/py27-docutils/Portfile
===================================================================
--- trunk/dports/python/py27-docutils/Portfile 2011-08-31 03:58:23 UTC (rev 83386)
+++ trunk/dports/python/py27-docutils/Portfile 2011-08-31 06:11:56 UTC (rev 83387)
@@ -31,7 +31,7 @@
# we want *-2.7.py not *.py-2.7
python.link_binaries no
post-destroot {
- foreach f {rst2html rst2latex rst2man rst2newlatex rst2odt rst2odt_prepstyles rst2pseudoxml rst2s5 rst2xml rstpep2html} {
+ foreach f {rst2html rst2latex rst2man rst2odt rst2odt_prepstyles rst2pseudoxml rst2s5 rst2xml rstpep2html} {
ln -s ${python.prefix}/bin/${f}.py ${destroot}${prefix}/bin/${f}-2.7.py
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110830/6911a4c2/attachment.html>
More information about the macports-changes
mailing list