[94380] trunk/dports/math/espresso/Portfile

mww at macports.org mww at macports.org
Sun Jun 17 01:13:22 PDT 2012


Revision: 94380
          https://trac.macports.org/changeset/94380
Author:   mww at macports.org
Date:     2012-06-17 01:13:20 -0700 (Sun, 17 Jun 2012)
Log Message:
-----------
espresso: fix livecheck, use ${version} for checksums

Modified Paths:
--------------
    trunk/dports/math/espresso/Portfile

Modified: trunk/dports/math/espresso/Portfile
===================================================================
--- trunk/dports/math/espresso/Portfile	2012-06-17 07:53:56 UTC (rev 94379)
+++ trunk/dports/math/espresso/Portfile	2012-06-17 08:13:20 UTC (rev 94380)
@@ -20,7 +20,7 @@
 
 distfiles           espresso-ab-${version}.tar.gz:src espresso.man.tar.gz:doc
 
-checksums           espresso-ab-1.0.tar.gz \
+checksums           espresso-ab-${version}.tar.gz \
                     rmd160  36fa7f468db170d7a32f087401f1a9c819a7d606 \
                     sha256  788a47b64258b8371e138c267da6043be324d49058462efe2f6870515bfd5479 \
                     espresso.man.tar.gz \
@@ -37,3 +37,8 @@
     xinstall -m 644 ${workpath}/espresso.1 ${mandir}/man1/
     xinstall -m 644 ${workpath}/espresso.5 ${mandir}/man5/
 }
+
+livecheck.type      regex
+livecheck.url       ftp://ftp.cs.man.ac.uk/pub/amulet/balsa/other-software/
+livecheck.regex     espresso-ab-(\[0-9.\]+)${extract.suffix}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120617/9b6dcd0d/attachment-0001.html>


More information about the macports-changes mailing list