[127842] trunk/dports/textproc/texml/Portfile
khindenburg at macports.org
khindenburg at macports.org
Tue Nov 4 21:12:47 PST 2014
Revision: 127842
https://trac.macports.org/changeset/127842
Author: khindenburg at macports.org
Date: 2014-11-04 21:12:47 -0800 (Tue, 04 Nov 2014)
Log Message:
-----------
texml: update to 2.0.2; add license; python default 27; add man pages #45741
Modified Paths:
--------------
trunk/dports/textproc/texml/Portfile
Modified: trunk/dports/textproc/texml/Portfile
===================================================================
--- trunk/dports/textproc/texml/Portfile 2014-11-05 04:41:37 UTC (rev 127841)
+++ trunk/dports/textproc/texml/Portfile 2014-11-05 05:12:47 UTC (rev 127842)
@@ -5,9 +5,9 @@
PortGroup python 1.0
name texml
-version 2.0.1
-revision 1
+version 2.0.2
categories textproc
+license MIT
maintainers nomaintainer
platforms darwin
@@ -21,8 +21,16 @@
homepage http://getfo.org/texml/
master_sites sourceforge:getfo
-checksums md5 cf223ea44d41fb46be92707215c45472
+checksums rmd160 f7598b7d2bc914c8ab912b119c0fb89988a4bb41 \
+ sha256 9446966f80e4b63fc73741091fe611dd39a28810d3fa540f9f2a7ea22a8e0696
-python.default_version 25
+python.default_version 27
+post-destroot {
+ xinstall -d "${destroot}${prefix}/share/man/man1"
+ foreach man [glob -nocomplain -tails -directory "${destroot}${python.prefix}/share/man/man1" *] {
+ ln -s "${python.prefix}/share/man/man1/${man}" "${destroot}${prefix}/share/man/man1/${man}"
+ }
+}
+
livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141104/5b1c82b4/attachment.html>
More information about the macports-changes
mailing list