svn commit: r330062 - head/textproc/the_silver_searcher

Akinori MUSHA knu at FreeBSD.org
Fri Oct 11 09:51:26 UTC 2013


Author: knu
Date: Fri Oct 11 09:51:25 2013
New Revision: 330062
URL: http://svnweb.freebsd.org/changeset/ports/330062

Log:
  Update to 0.17
  
  Approved by:	maintainer timeout

Added:
  head/textproc/the_silver_searcher/pkg-plist   (contents, props changed)
Modified:
  head/textproc/the_silver_searcher/Makefile
  head/textproc/the_silver_searcher/distinfo

Modified: head/textproc/the_silver_searcher/Makefile
==============================================================================
--- head/textproc/the_silver_searcher/Makefile	Fri Oct 11 09:35:03 2013	(r330061)
+++ head/textproc/the_silver_searcher/Makefile	Fri Oct 11 09:51:25 2013	(r330062)
@@ -2,20 +2,30 @@
 # $FreeBSD$
 
 PORTNAME=	the_silver_searcher
-PORTVERSION=	0.13.1
-PORTREVISION=	1
+PORTVERSION=	0.17
 CATEGORIES=	textproc
-MASTER_SITES=	http://cloud.github.com/downloads/ggreer/${PORTNAME}/
+#MASTER_SITES=	http://geoff.greer.fm/ag/releases/
 
 MAINTAINER=	gslin at gslin.org
 COMMENT=	A code-searching tool similar to ack but faster
 
 LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	ggreer
+GH_TAGNAME=	${PORTVERSION}
+GH_COMMIT=	b0afccd
+
 ACLOCAL_ARGS+=	-I ${ACLOCAL_DIR}
 AUTOMAKE_ARGS+=	--add-missing
 GNU_CONFIGURE=	yes
-PLIST_FILES=	bin/ag
+CONFIGURE_ARGS=	LZMA_LIBS=-llzma
+.if exists(/usr/include/lzma.h)
+CONFIGURE_ARGS+= LZMA_CFLAGS=-I/usr/include
+.else
+LIB_DEPENDS+=	lzma:${PORTSDIR}/archivers/xz
+CONFIGURE_ARGS+= LZMA_CFLAGS=-I${LOCALBASE}/include
+.endif
 USE_AUTOTOOLS=	aclocal autoconf autoheader automake
 USES=		pkgconfig
 

Modified: head/textproc/the_silver_searcher/distinfo
==============================================================================
--- head/textproc/the_silver_searcher/distinfo	Fri Oct 11 09:35:03 2013	(r330061)
+++ head/textproc/the_silver_searcher/distinfo	Fri Oct 11 09:51:25 2013	(r330062)
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.13.1.tar.gz) = 140ded2207259f670e4b866a68cc2577495b63844c7dae101f89078c6b37b6fc
-SIZE (the_silver_searcher-0.13.1.tar.gz) = 27728
+SHA256 (the_silver_searcher-0.17.tar.gz) = e9c25058a4c90359ed206386635b95f8c05a5a4f2c445baa7ac2df6c7808b780
+SIZE (the_silver_searcher-0.17.tar.gz) = 46294

Added: head/textproc/the_silver_searcher/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/the_silver_searcher/pkg-plist	Fri Oct 11 09:51:25 2013	(r330062)
@@ -0,0 +1,4 @@
+bin/ag
+share/the_silver_searcher/completions/ag.bashcomp.sh
+ at dirrm share/the_silver_searcher/completions
+ at dirrm share/the_silver_searcher


More information about the svn-ports-all mailing list