svn commit: r427880 - head/textproc/the_silver_searcher
Jimmy Olgeni
olgeni at FreeBSD.org
Mon Dec 5 13:09:08 UTC 2016
Author: olgeni
Date: Mon Dec 5 13:09:07 2016
New Revision: 427880
URL: https://svnweb.freebsd.org/changeset/ports/427880
Log:
Update textproc/the_silver_searcher to version 1.0.2.
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 Dec 5 12:28:08 2016 (r427879)
+++ head/textproc/the_silver_searcher/Makefile Mon Dec 5 13:09:07 2016 (r427880)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= the_silver_searcher
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= textproc
MAINTAINER= olgeni at FreeBSD.org
@@ -22,4 +22,11 @@ CONFIGURE_ARGS= LZMA_LIBS=-llzma
CONFIGURE_ARGS+=LZMA_CFLAGS=-I/usr/include
USES= autoreconf pkgconfig
+post-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
+ ${MV} ${STAGEDIR}${DATADIR}/completions/ag.bashcomp.sh \
+ ${STAGEDIR}${PREFIX}/etc/bash_completion.d
+ @${RMDIR} ${STAGEDIR}${DATADIR}/completions
+ @${RMDIR} ${STAGEDIR}${DATADIR}
+
.include <bsd.port.mk>
Modified: head/textproc/the_silver_searcher/distinfo
==============================================================================
--- head/textproc/the_silver_searcher/distinfo Mon Dec 5 12:28:08 2016 (r427879)
+++ head/textproc/the_silver_searcher/distinfo Mon Dec 5 13:09:07 2016 (r427880)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1480343328
-SHA256 (ggreer-the_silver_searcher-1.0.1_GH0.tar.gz) = a79e6b024c6c756589b0d5ffbffe65983c750a07099d28aa5036d47a9feec86b
-SIZE (ggreer-the_silver_searcher-1.0.1_GH0.tar.gz) = 156764
+TIMESTAMP = 1480943296
+SHA256 (ggreer-the_silver_searcher-1.0.2_GH0.tar.gz) = 4cb73a4436fccf2c2cae91479a0167bacaa968a4deca28f3ff9d5abd98f01009
+SIZE (ggreer-the_silver_searcher-1.0.2_GH0.tar.gz) = 156870
Modified: head/textproc/the_silver_searcher/pkg-plist
==============================================================================
--- head/textproc/the_silver_searcher/pkg-plist Mon Dec 5 12:28:08 2016 (r427879)
+++ head/textproc/the_silver_searcher/pkg-plist Mon Dec 5 13:09:07 2016 (r427880)
@@ -1,4 +1,4 @@
bin/ag
+etc/bash_completion.d/ag.bashcomp.sh
man/man1/ag.1.gz
share/zsh/site-functions/_the_silver_searcher
-%%DATADIR%%/completions/ag.bashcomp.sh
More information about the svn-ports-all
mailing list