]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
grep: Update to 2.9.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 25 Jun 2011 22:18:20 +0000 (00:18 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 25 Jun 2011 22:18:20 +0000 (00:18 +0200)
Testsuite is running.

pkgs/grep/grep.nm

index c48a84c235d597cf1a81a0a005157198d085909d..6a0ee512115c250474dce5665509c30e05b8699d 100644 (file)
@@ -25,8 +25,8 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = grep
-PKG_VER        = 2.7
-PKG_REL        = 0
+PKG_VER        = 2.9
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUPS     = Base Applications/Text
@@ -42,12 +42,11 @@ define PKG_DESCRIPTION
        prints the matching lines. GNU's grep utilities include grep, egrep and fgrep.
 endef
 
-PKG_TARBALL    = $(THISAPP).tar.gz
+PKG_TARBALL    = $(THISAPP).tar.xz
 
 CONFIGURE_OPTIONS += \
        --bindir=/bin
 
 define STAGE_TEST
-       # TODO - This testsuite id known to fail.
-       cd $(DIR_APP) && make check || :
+       cd $(DIR_APP) && make check
 endef