[121735] trunk/dports/tex/latexdiff/Portfile

cal at macports.org cal at macports.org
Sun Jul 6 04:24:19 PDT 2014


Revision: 121735
          https://trac.macports.org/changeset/121735
Author:   cal at macports.org
Date:     2014-07-06 04:24:19 -0700 (Sun, 06 Jul 2014)
Log Message:
-----------
latexdiff: switch to CTAN as source, berlios is dead

Modified Paths:
--------------
    trunk/dports/tex/latexdiff/Portfile

Modified: trunk/dports/tex/latexdiff/Portfile
===================================================================
--- trunk/dports/tex/latexdiff/Portfile	2014-07-06 11:15:51 UTC (rev 121734)
+++ trunk/dports/tex/latexdiff/Portfile	2014-07-06 11:24:19 UTC (rev 121735)
@@ -12,19 +12,22 @@
 platforms           darwin
 supported_archs     noarch
 description         determine and mark up significant differences between latex files
-long_description    latexdiff is a Perl script, which compares two latex files \
-                    and marks up significant differences between them (i.e. a \
-                    diff for latex files). Various options are available for \
-                    visual markup using standard latex packages such as \
-                    color.sty. Changes not directly affecting visible text, for \
-                    example in formatting commands, are still marked in the latex \
-                    source.
-homepage            http://latexdiff.berlios.de
-master_sites        http://download.berlios.de/${name}
+long_description    \
+    latexdiff is a Perl script, which compares two latex files and marks up \
+    significant differences between them (i.e. a diff for latex files). Various \
+    options are available for visual markup using standard latex packages such \
+    as \"color.sty\". Changes not directly affecting visible text, for example in \
+    formatting commands, are still marked in the latex source.
 
-checksums           rmd160  1b1d5b7688787753939f640c9d64de8d569b659a \
-                    sha256  6bc83859e209c81c8aee2f8e102c9e50c377ffcf83b3bfbdbceaf790bc3e0d3b
+homepage            http://www.ctan.org/pkg/latexdiff
+master_sites        tex_ctan:support
+distname            ${name}
+dist_subdir         ${name}/${version}
+use_zip             yes
 
+checksums           rmd160  e7b3e085869b1173a4b764bfaaaf3f62b1e9c33f \
+                    sha256  34ec0e39f974273695d72eac92c0a16e55dc534f5011258a70c99e19e830d9ad
+
 depends_run         path:bin/perl5.16:perl5.16 \
                     port:p5.16-algorithm-diff
 
@@ -79,5 +82,5 @@
 }
 
 livecheck.type      regex
-livecheck.url       https://developer.berlios.de/project/showfiles.php?group_id=13015
-livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
+livecheck.url       ${homepage}
+livecheck.regex     "<td>(\\d+(\\.\\d+)*) ?</td>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140706/e24899e4/attachment-0001.html>


More information about the macports-changes mailing list