[141241] trunk/dports/textproc/the_silver_searcher/Portfile

g5pw at macports.org g5pw at macports.org
Tue Oct 13 04:26:03 PDT 2015


Revision: 141241
          https://trac.macports.org/changeset/141241
Author:   g5pw at macports.org
Date:     2015-10-13 04:26:02 -0700 (Tue, 13 Oct 2015)
Log Message:
-----------
textproc/the_silver_searcher:
  update to 0.31
  don't use github, as the developer-provided tarball has makefiles already provided
  fixes #49034

Modified Paths:
--------------
    trunk/dports/textproc/the_silver_searcher/Portfile

Modified: trunk/dports/textproc/the_silver_searcher/Portfile
===================================================================
--- trunk/dports/textproc/the_silver_searcher/Portfile	2015-10-13 08:21:38 UTC (rev 141240)
+++ trunk/dports/textproc/the_silver_searcher/Portfile	2015-10-13 11:26:02 UTC (rev 141241)
@@ -2,9 +2,9 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           github 1.0
 
-github.setup        ggreer the_silver_searcher 0.30.0
+name                the_silver_searcher
+version             0.31.0
 categories          textproc
 maintainers         g5pw openmaintainer
 platforms           darwin
@@ -13,15 +13,16 @@
 long_description    An attempt to make something better than ack, which \
                     itself is better than grep.
 
-checksums           rmd160  577aea7c54520679f41112da12288a9e50a77f1e \
-                    sha256  1dd03df72018108748e11b878008866d48449ef5a24e2cc8930d8a8645c92447
+homepage            http://geoff.greer.fm/ag
+master_sites        ${homepage}/releases
 
+checksums           rmd160  418158de9691425cd619d83eb3123e139e1d7465 \
+                    sha256  2b556d61a702d04e2638532aba08bccf178523b6a38464a25305563581823271
+
 depends_build       port:pkgconfig
 depends_lib         port:pcre \
                     port:xz
 
-use_autoreconf      yes
-
 build.args-append   V=1
 
 post-destroot {
@@ -30,3 +31,7 @@
         ${destroot}${prefix}/share/${name}/completions/ag.bashcomp.sh \
         ${destroot}${prefix}/share/bash-completion/completions/ag
 }
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151013/394a3dbe/attachment.html>


More information about the macports-changes mailing list