diff -u /Users/bhartvigsen/MacPorts/textproc/the_silver_searcher/Portfile ./Portfile
old
|
new
|
|
1 | 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 | | # $Id: Portfile 112471 2013-10-24 05:31:02Z ryandesign@macports.org $ |
| 2 | # $Id: Portfile 109265 2013-08-11 20:52:34Z cal@macports.org $ |
3 | 3 | |
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup github 1.0 |
6 | 6 | |
7 | | github.setup ggreer the_silver_searcher 0.17 |
| 7 | github.setup ggreer the_silver_searcher 0.18 |
8 | 8 | categories textproc |
9 | 9 | maintainers brianandjenny.com:brian.andrew openmaintainer |
10 | 10 | platforms darwin |
… |
… |
|
13 | 13 | long_description \ |
14 | 14 | An attempt to make something better than ack, which itself is better than grep. |
15 | 15 | |
16 | | checksums rmd160 02da7fb439fba663f46f9694e3d9e7ddb766b897 \ |
17 | | sha256 e9c25058a4c90359ed206386635b95f8c05a5a4f2c445baa7ac2df6c7808b780 |
| 16 | checksums rmd160 74d35420e64f19d773d94b0482e18db3ff803339 \ |
| 17 | sha256 4a42dcb1a265c4923cb0d66ba3b156c19e6770914d7ccf96ad852206df282937 |
18 | 18 | |
19 | 19 | depends_build port:pkgconfig |
20 | 20 | depends_lib port:pcre \ |