svn commit: r331247 - head/textproc/the_silver_searcher
Mathieu Arnold
mat at FreeBSD.org
Tue Oct 22 10:11:01 UTC 2013
Author: mat
Date: Tue Oct 22 10:11:00 2013
New Revision: 331247
URL: http://svnweb.freebsd.org/changeset/ports/331247
Log:
- Convert to staging
- Use new LIB_DEPENDS format
- convert some spaces to tabs to shut portlint up
PR: ports/183175
Submitted by: mat
Approved by: maintainer
Modified:
head/textproc/the_silver_searcher/Makefile
head/textproc/the_silver_searcher/pkg-descr
head/textproc/the_silver_searcher/pkg-plist
Modified: head/textproc/the_silver_searcher/Makefile
==============================================================================
--- head/textproc/the_silver_searcher/Makefile Tue Oct 22 09:53:35 2013 (r331246)
+++ head/textproc/the_silver_searcher/Makefile Tue Oct 22 10:11:00 2013 (r331247)
@@ -9,7 +9,7 @@ CATEGORIES= textproc
MAINTAINER= gslin at gslin.org
COMMENT= A code-searching tool similar to ack but faster
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
USE_GITHUB= yes
GH_ACCOUNT= ggreer
@@ -21,15 +21,12 @@ AUTOMAKE_ARGS+= --add-missing
GNU_CONFIGURE= yes
CONFIGURE_ARGS= LZMA_LIBS=-llzma
.if exists(/usr/include/lzma.h)
-CONFIGURE_ARGS+= LZMA_CFLAGS=-I/usr/include
+CONFIGURE_ARGS+= LZMA_CFLAGS=-I/usr/include
.else
-LIB_DEPENDS+= lzma:${PORTSDIR}/archivers/xz
-CONFIGURE_ARGS+= LZMA_CFLAGS=-I${LOCALBASE}/include
+LIB_DEPENDS+= liblzma.so:${PORTSDIR}/archivers/xz
+CONFIGURE_ARGS+= LZMA_CFLAGS=-I${LOCALBASE}/include
.endif
USE_AUTOTOOLS= aclocal autoconf autoheader automake
USES= pkgconfig
-MAN1= ag.1
-
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/textproc/the_silver_searcher/pkg-descr
==============================================================================
--- head/textproc/the_silver_searcher/pkg-descr Tue Oct 22 09:53:35 2013 (r331246)
+++ head/textproc/the_silver_searcher/pkg-descr Tue Oct 22 10:11:00 2013 (r331247)
@@ -1,4 +1,4 @@
An attempt to make something better than ack, which itself is better than
grep.
-WWW: https://github.com/ggreer/the_silver_searcher
+WWW: https://github.com/ggreer/the_silver_searcher
Modified: head/textproc/the_silver_searcher/pkg-plist
==============================================================================
--- head/textproc/the_silver_searcher/pkg-plist Tue Oct 22 09:53:35 2013 (r331246)
+++ head/textproc/the_silver_searcher/pkg-plist Tue Oct 22 10:11:00 2013 (r331247)
@@ -1,4 +1,5 @@
bin/ag
+man/man1/ag.1.gz
share/the_silver_searcher/completions/ag.bashcomp.sh
@dirrm share/the_silver_searcher/completions
@dirrm share/the_silver_searcher
More information about the svn-ports-all
mailing list