[135647] trunk/dports/python/dot2tex

snc at macports.org snc at macports.org
Tue Apr 28 14:35:37 PDT 2015


Revision: 135647
          https://trac.macports.org/changeset/135647
Author:   snc at macports.org
Date:     2015-04-28 14:35:36 -0700 (Tue, 28 Apr 2015)
Log Message:
-----------
dot2tex: update to 2.9.0 and github, #45135

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

Removed Paths:
-------------
    trunk/dports/python/dot2tex/files/

Modified: trunk/dports/python/dot2tex/Portfile
===================================================================
--- trunk/dports/python/dot2tex/Portfile	2015-04-28 20:14:37 UTC (rev 135646)
+++ trunk/dports/python/dot2tex/Portfile	2015-04-28 21:35:36 UTC (rev 135647)
@@ -2,10 +2,9 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
-name                dot2tex
-version             2.8.7
-revision            4
+github.setup        kjellmf dot2tex 2.9.0
 categories          graphics print python
 platforms           darwin
 license             MIT
@@ -16,17 +15,13 @@
    LaTeX friendly look and feel. This is accomplished by converting xdot \
    output from Graphviz to a series of PSTricks or PGF/TikZ commands.
 
-homepage            https://code.google.com/p/dot2tex/
-master_sites        googlecode
+checksums           rmd160  494a020addde7f21208af9c15af28c663d837bcf \
+                    sha256  0ea4813c44d7b24aed1ac0c1fb82a4584bbd1ad8a812cc3a0d820284491eda4e
 
-patchfiles          patch-dot2tex-dotparsing.py.diff
-
-checksums           rmd160  b57981fc01ce151da101c6d8c46702a14d733a54 \
-                    sha256  899168d976faff8768115648a1371bcb92c81e14cf371cafec056eff398d56d7
-
 depends_run         bin:dot:graphviz bin:latex:texlive bin:pdflatex:texlive
 
-PortGroup python 1.0
+PortGroup           python 1.0
+
 python.default_version  27
 depends_lib-append      port:py${python.version}-parsing
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150428/593a42cf/attachment.html>


More information about the macports-changes mailing list