[67771] trunk/dports/textproc/rst2pdf/Portfile

blb at macports.org blb at macports.org
Mon May 17 19:12:43 PDT 2010


Revision: 67771
          http://trac.macports.org/changeset/67771
Author:   blb at macports.org
Date:     2010-05-17 19:12:40 -0700 (Mon, 17 May 2010)
Log Message:
-----------
textproc/rst2pdf - update to 0.15, use python.link_binaries to link unversioned executable

Modified Paths:
--------------
    trunk/dports/textproc/rst2pdf/Portfile

Modified: trunk/dports/textproc/rst2pdf/Portfile
===================================================================
--- trunk/dports/textproc/rst2pdf/Portfile	2010-05-18 02:01:42 UTC (rev 67770)
+++ trunk/dports/textproc/rst2pdf/Portfile	2010-05-18 02:12:40 UTC (rev 67771)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 PortGroup           python26 1.0
 name                rst2pdf
-version             0.14.2
+version             0.15
 categories          textproc python
 maintainers         blb openmaintainer
 description         Create PDF from reStructuredText
@@ -14,20 +14,20 @@
 homepage            http://code.google.com/p/rst2pdf/
 master_sites        googlecode
 
-checksums           md5     e39e5734720a87bedf476b55022228c8 \
-                    sha1    85b03e6994b31dbfd9d29a73fd46396a5d9354a4 \
-                    rmd160  218b69f0b7052f61f4f7a08ebb97675322b93f17
+checksums           md5     8b24159f2348c6412ae84ae3b9a07268 \
+                    sha1    caa1091ea2ca146e4c17bdde7cca3def9d136d44 \
+                    rmd160  a875adaaeea42069c6a962e0d6f49278c04fc873
 
 depends_lib-append  port:py26-reportlab port:py26-docutils port:py26-distribute
 depends_run         port:py26-pygments
 
+python.link_binaries no
+
 post-destroot {
    ln -s ${python.prefix}/bin/rst2pdf ${destroot}${prefix}/bin/rst2pdf
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 -W ${worksrcpath} CHANGES.txt Contributors.txt LICENSE.txt \
       README.txt ${destroot}${prefix}/share/doc/${name}
-   xinstall -m 644 ${worksrcpath}/doc/rst2pdf.1 \
-      ${destroot}${prefix}/share/man/man1
    xinstall -m 644 -W ${worksrcpath}/doc DEVELOPERS.txt manual.pdf \
       sampler.txt ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100517/0bb5757e/attachment.html>


More information about the macports-changes mailing list