svn commit: r355284 - head/textproc/the_silver_searcher
Frederic Culot
culot at FreeBSD.org
Mon May 26 08:05:48 UTC 2014
Author: culot
Date: Mon May 26 08:05:47 2014
New Revision: 355284
URL: http://svnweb.freebsd.org/changeset/ports/355284
QAT: https://qat.redports.org/buildarchive/r355284/
Log:
- Update to 0.22.0
- Add LICENSE (Apache 2)
PR: ports/190224
Submitted by: Gea-Suan Lin <gslin at gslin.org> (maintainer)
Modified:
head/textproc/the_silver_searcher/Makefile
head/textproc/the_silver_searcher/distinfo
head/textproc/the_silver_searcher/pkg-plist
Modified: head/textproc/the_silver_searcher/Makefile
==============================================================================
--- head/textproc/the_silver_searcher/Makefile Mon May 26 07:54:32 2014 (r355283)
+++ head/textproc/the_silver_searcher/Makefile Mon May 26 08:05:47 2014 (r355284)
@@ -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 at 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
Modified: head/textproc/the_silver_searcher/distinfo
==============================================================================
--- head/textproc/the_silver_searcher/distinfo Mon May 26 07:54:32 2014 (r355283)
+++ head/textproc/the_silver_searcher/distinfo Mon May 26 08:05:47 2014 (r355284)
@@ -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
Modified: head/textproc/the_silver_searcher/pkg-plist
==============================================================================
--- head/textproc/the_silver_searcher/pkg-plist Mon May 26 07:54:32 2014 (r355283)
+++ head/textproc/the_silver_searcher/pkg-plist Mon May 26 08:05:47 2014 (r355284)
@@ -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
More information about the svn-ports-head
mailing list