[59721] trunk/dports/python/dot2tex/Portfile

snc at macports.org snc at macports.org
Tue Oct 20 17:02:47 PDT 2009


Revision: 59721
          http://trac.macports.org/changeset/59721
Author:   snc at macports.org
Date:     2009-10-20 17:02:43 -0700 (Tue, 20 Oct 2009)
Log Message:
-----------
add license, livecheck. change default_variant

Modified Paths:
--------------
    trunk/dports/python/dot2tex/Portfile

Modified: trunk/dports/python/dot2tex/Portfile
===================================================================
--- trunk/dports/python/dot2tex/Portfile	2009-10-20 22:29:16 UTC (rev 59720)
+++ trunk/dports/python/dot2tex/Portfile	2009-10-21 00:02:43 UTC (rev 59721)
@@ -7,6 +7,7 @@
 version             2.8.6
 categories          graphics print python
 platforms           darwin
+license             MIT
 maintainers         snc openmaintainer
 description         Convert graphs generated by Graphviz to LaTeX friendly formats
 long_description \
@@ -25,7 +26,7 @@
 depends_run         bin:dot:graphviz bin:latex:texlive bin:pdflatex:texlive
 
 if {![variant_isset python25] && ![variant_isset python26]} {
-	default_variants    +python25
+	default_variants    +python26
 }
 
 variant python25 conflicts python26 {
@@ -44,3 +45,6 @@
    eval file copy [glob ${worksrcpath}/doc/*] ${destroot}${prefix}/share/doc/${name}/
    eval xinstall -m 644 [glob examples/*] ${destroot}${prefix}/share/doc/${name}/examples
 }
+
+livecheck.url       ${homepage}/download/
+livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091020/3fe30601/attachment.html>


More information about the macports-changes mailing list