diff options
author | Frederic Culot <culot@FreeBSD.org> | 2014-05-26 08:05:47 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2014-05-26 08:05:47 +0000 |
commit | 0ff73643d8d2c3bfbe98f02fb31c172777cb8150 (patch) | |
tree | 4f00701867cb15b985f6e37b4ec1f7873cbe3ec8 /textproc | |
parent | d906c95331830d4f5c0e773be984c22c5380ddaa (diff) | |
download | ports-0ff73643d8d2c3bfbe98f02fb31c172777cb8150.tar.gz ports-0ff73643d8d2c3bfbe98f02fb31c172777cb8150.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/the_silver_searcher/Makefile | 7 | ||||
-rw-r--r-- | textproc/the_silver_searcher/distinfo | 4 | ||||
-rw-r--r-- | textproc/the_silver_searcher/pkg-plist | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/textproc/the_silver_searcher/Makefile b/textproc/the_silver_searcher/Makefile index 286b72e72efd..4d3dab13ff55 100644 --- a/textproc/the_silver_searcher/Makefile +++ b/textproc/the_silver_searcher/Makefile @@ -2,19 +2,20 @@ # $FreeBSD$ PORTNAME= the_silver_searcher -PORTVERSION= 0.17 +PORTVERSION= 0.22.0 CATEGORIES= textproc -#MASTER_SITES= http://geoff.greer.fm/ag/releases/ MAINTAINER= gslin@gslin.org COMMENT= A code-searching tool similar to ack but faster +LICENSE= APACHE20 + LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre USE_GITHUB= yes GH_ACCOUNT= ggreer GH_TAGNAME= ${PORTVERSION} -GH_COMMIT= b0afccd +GH_COMMIT= 9303d2b ACLOCAL_ARGS+= -I ${ACLOCAL_DIR} AUTOMAKE_ARGS+= --add-missing diff --git a/textproc/the_silver_searcher/distinfo b/textproc/the_silver_searcher/distinfo index 92175df9496b..3b6ac592a1c3 100644 --- a/textproc/the_silver_searcher/distinfo +++ b/textproc/the_silver_searcher/distinfo @@ -1,2 +1,2 @@ -SHA256 (the_silver_searcher-0.17.tar.gz) = e9c25058a4c90359ed206386635b95f8c05a5a4f2c445baa7ac2df6c7808b780 -SIZE (the_silver_searcher-0.17.tar.gz) = 46294 +SHA256 (the_silver_searcher-0.22.0.tar.gz) = c4c6002848acd23842ac09a16275a221367ad684610d045368cc20549b274011 +SIZE (the_silver_searcher-0.22.0.tar.gz) = 51122 diff --git a/textproc/the_silver_searcher/pkg-plist b/textproc/the_silver_searcher/pkg-plist index fc7b79f537dd..fc553da8658e 100644 --- a/textproc/the_silver_searcher/pkg-plist +++ b/textproc/the_silver_searcher/pkg-plist @@ -1,5 +1,5 @@ bin/ag man/man1/ag.1.gz -share/the_silver_searcher/completions/ag.bashcomp.sh +%%DATADIR%%/completions/ag.bashcomp.sh @dirrm share/the_silver_searcher/completions @dirrm share/the_silver_searcher |