[87958] trunk/dports/sysutils/txt2regex/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 13 21:19:33 PST 2011


Revision: 87958
          http://trac.macports.org/changeset/87958
Author:   ryandesign at macports.org
Date:     2011-12-13 21:19:33 -0800 (Tue, 13 Dec 2011)
Log Message:
-----------
txt2regex: fix livecheck; see #32387

Modified Paths:
--------------
    trunk/dports/sysutils/txt2regex/Portfile

Modified: trunk/dports/sysutils/txt2regex/Portfile
===================================================================
--- trunk/dports/sysutils/txt2regex/Portfile	2011-12-14 04:43:01 UTC (rev 87957)
+++ trunk/dports/sysutils/txt2regex/Portfile	2011-12-14 05:19:33 UTC (rev 87958)
@@ -18,7 +18,7 @@
 
 homepage        http://txt2regex.sourceforge.net/
 master_sites    ${homepage}
-distfiles       ${name}-${version}.tgz
+extract.suffix  .tgz
 
 checksums       md5 83bc1f95b36fe51ade8d130fab390103 \
                 sha1 367923b1dad95c68b8e46db6888135b8b8d00807 \
@@ -31,3 +31,6 @@
     xinstall -m 555 ${worksrcpath}/${name}-${version}.sh ${destroot}${prefix}/bin/${name}
     xinstall -m 444 ${worksrcpath}/${name}.man ${destroot}${prefix}/share/man/man1
 }
+
+livecheck.type  regex
+livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111213/25a6b08a/attachment.html>


More information about the macports-changes mailing list