[csw-devel] SF.net SVN: gar:[17948] csw/mgar/pkg/git/trunk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat May 5 17:50:00 CEST 2012


Revision: 17948
          http://gar.svn.sourceforge.net/gar/?rev=17948&view=rev
Author:   bdwalton
Date:     2012-05-05 15:49:59 +0000 (Sat, 05 May 2012)
Log Message:
-----------
git/trunk: version bump

Modified Paths:
--------------
    csw/mgar/pkg/git/trunk/Makefile
    csw/mgar/pkg/git/trunk/checksums
    csw/mgar/pkg/git/trunk/files/0010-Avoid-problem-with-xpg4-grep-in-Solaris-that-broke-t.patch

Modified: csw/mgar/pkg/git/trunk/Makefile
===================================================================
--- csw/mgar/pkg/git/trunk/Makefile	2012-05-05 15:11:17 UTC (rev 17947)
+++ csw/mgar/pkg/git/trunk/Makefile	2012-05-05 15:49:59 UTC (rev 17948)
@@ -1,5 +1,5 @@
 NAME = git
-VERSION = 1.7.10
+VERSION = 1.7.10.1
 #PATCHLEVEL = rc4
 DISTNAME = $(NAME)-$(VERSION)
 CATEGORIES = devel

Modified: csw/mgar/pkg/git/trunk/checksums
===================================================================
--- csw/mgar/pkg/git/trunk/checksums	2012-05-05 15:11:17 UTC (rev 17947)
+++ csw/mgar/pkg/git/trunk/checksums	2012-05-05 15:49:59 UTC (rev 17948)
@@ -1 +1 @@
-ab2716db51580037c7ebda4c8e9d56eb  git-1.7.10.tar.gz
+41da844a1b8cc2d92864381e2fdeb0e1  git-1.7.10.1.tar.gz

Modified: csw/mgar/pkg/git/trunk/files/0010-Avoid-problem-with-xpg4-grep-in-Solaris-that-broke-t.patch
===================================================================
--- csw/mgar/pkg/git/trunk/files/0010-Avoid-problem-with-xpg4-grep-in-Solaris-that-broke-t.patch	2012-05-05 15:11:17 UTC (rev 17947)
+++ csw/mgar/pkg/git/trunk/files/0010-Avoid-problem-with-xpg4-grep-in-Solaris-that-broke-t.patch	2012-05-05 15:49:59 UTC (rev 17948)
@@ -1,12 +1,13 @@
 From 7b0ec3913cca1607e6777ef527c39773c908ed4d Mon Sep 17 00:00:00 2001
 From: Ben Walton <bwalton at artsci.utoronto.ca>
 Date: Mon, 9 Apr 2012 03:43:40 +0200
-Subject: [PATCH] Avoid problem with xpg4 grep in Solaris that broke t9400
+Subject: [PATCH] Avoid grep gnuism in t9400
 
 The grep in Solaris' /usr/xpg4/bin as found by the default
 SANE_TOOL_PATH was not properly handling the 'cvs co -c (shows module
-database)' test.  The [\t ] character set selection does not properly
-trigger so the first grep in the test fails.
+database)' test.  The \+ gnuism was breaking the pattern match when
+comparing the output against the expected output causing the test to
+fail.
 
 Instead of working around this issue, switch to using the standard
 test_cmp() shell function to perform the comparison instead.

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list