Ticket #46329: Portfile.patch

File Portfile.patch, 1.1 KB (added by jpo@…, 9 years ago)
  • textproc/the_silver_searcher/Portfile

    diff --git a/textproc/the_silver_searcher/Portfile b/textproc/the_silver_searcher/Portfile
    index ef42e35..a42ea42 100644
    a b  
    44PortSystem          1.0
    55PortGroup           github 1.0
    66
    7 github.setup        ggreer the_silver_searcher 0.27.0
     7github.setup        ggreer the_silver_searcher 0.28.0
    88categories          textproc
    99maintainers         g5pw openmaintainer
    1010platforms           darwin
    description A code-searching tool similar to ack, but faster. 
    1313long_description    \
    1414  An attempt to make something better than ack, which itself is better than grep.
    1515
    16 checksums           rmd160  0e0accca8cf8a29f43cf5fa574913fba6c4229c5 \
    17                     sha256  1d6675ea98756dac2583d1b523a2394249fed9191880eb5532b42c769eda38f2
     16checksums           rmd160  4d1e88d3bb8463ab026a37c3c63bf2b80ec77916 \
     17                    sha256  52b8afebf3265938eef236b31d9460054bf0a66fe5fc287ed3abff5b85cfabac
    1818
    1919depends_build       port:pkgconfig
    2020depends_lib         port:pcre \