18268292 Upgrade gnu grep to 2.20
authorApril Chin <april.chin@oracle.com>
Wed, 09 Jul 2014 13:56:36 -0700
changeset 1997 c93f1721e91b
parent 1996 48bc5bfda5d8
child 1998 0dfe74929e1c
18268292 Upgrade gnu grep to 2.20
components/ggrep/Makefile
components/ggrep/resolve.deps
--- a/components/ggrep/Makefile	Wed Jul 09 12:31:24 2014 -0700
+++ b/components/ggrep/Makefile	Wed Jul 09 13:56:36 2014 -0700
@@ -23,18 +23,18 @@
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		grep
-COMPONENT_VERSION=	2.14
+COMPONENT_VERSION=	2.20
 COMPONENT_PROJECT_URL=	http://gnu.org/software/grep/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
 
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:e70e801d4fbb16e761654a58ae48bf5020621c95c8e35bd864742577685872e1
+    sha256:f0af452bc0d09464b6d089b6d56a0a3c16672e9ed9118fbe37b0b6aeaf069a65
 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/grep/$(COMPONENT_ARCHIVE)
 
 COMPONENT_BUGDB=	utility/ggrep
 
-TPNO=			8710
+TPNO=			18300
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
--- a/components/ggrep/resolve.deps	Wed Jul 09 12:31:24 2014 -0700
+++ b/components/ggrep/resolve.deps	Wed Jul 09 13:56:36 2014 -0700
@@ -1,2 +1,3 @@
 library/pcre
 system/library
+shell/bash