diff options
author | olgeni <olgeni@FreeBSD.org> | 2016-12-05 21:09:07 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2016-12-05 21:09:07 +0800 |
commit | 5634952c6254970e02a4fb788453b63076f63083 (patch) | |
tree | 3dac028dfeeffe9a472e31c4491c169933f10a4d /textproc | |
parent | 55ab2cb5b77d7212aa61a4d3f0a44f5df9c823b1 (diff) | |
download | freebsd-ports-gnome-5634952c6254970e02a4fb788453b63076f63083.tar.gz freebsd-ports-gnome-5634952c6254970e02a4fb788453b63076f63083.tar.zst freebsd-ports-gnome-5634952c6254970e02a4fb788453b63076f63083.zip |
Update textproc/the_silver_searcher to version 1.0.2.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/the_silver_searcher/Makefile | 9 | ||||
-rw-r--r-- | textproc/the_silver_searcher/distinfo | 6 | ||||
-rw-r--r-- | textproc/the_silver_searcher/pkg-plist | 2 |
3 files changed, 12 insertions, 5 deletions
diff --git a/textproc/the_silver_searcher/Makefile b/textproc/the_silver_searcher/Makefile index 4ff53a583896..6b99d0e88728 100644 --- a/textproc/the_silver_searcher/Makefile +++ b/textproc/the_silver_searcher/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= the_silver_searcher -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= textproc MAINTAINER= olgeni@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> diff --git a/textproc/the_silver_searcher/distinfo b/textproc/the_silver_searcher/distinfo index d31e5e72a862..8ae428be6ac9 100644 --- a/textproc/the_silver_searcher/distinfo +++ b/textproc/the_silver_searcher/distinfo @@ -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 diff --git a/textproc/the_silver_searcher/pkg-plist b/textproc/the_silver_searcher/pkg-plist index a245fddb21f6..8ecbc7dd2c37 100644 --- a/textproc/the_silver_searcher/pkg-plist +++ b/textproc/the_silver_searcher/pkg-plist @@ -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 |