SF.net SVN: gar:[25995] csw/mgar/pkg/augeas/trunk

tosmi at users.sourceforge.net tosmi at users.sourceforge.net
Mon Oct 17 18:18:24 CEST 2016


Revision: 25995
          http://sourceforge.net/p/gar/code/25995
Author:   tosmi
Date:     2016-10-17 16:18:23 +0000 (Mon, 17 Oct 2016)
Log Message:
-----------
augeas/trunk: import upstream fix for csv lens

Modified Paths:
--------------
    csw/mgar/pkg/augeas/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/augeas/trunk/files/0001-upstream-fix-for-csv.patch

Modified: csw/mgar/pkg/augeas/trunk/Makefile
===================================================================
--- csw/mgar/pkg/augeas/trunk/Makefile	2016-10-16 13:42:03 UTC (rev 25994)
+++ csw/mgar/pkg/augeas/trunk/Makefile	2016-10-17 16:18:23 UTC (rev 25995)
@@ -14,6 +14,8 @@
 DISTFILES  = $(NAME)-$(VERSION).tar.gz
 VENDOR_URL = http://augeas.net
 
+PATCHFILES += 0001-upstream-fix-for-csv.patch
+
 RUNTIME_DEP_PKGS_augeas += CSWlibfa1
 
 PACKAGES = CSWaugeas

Added: csw/mgar/pkg/augeas/trunk/files/0001-upstream-fix-for-csv.patch
===================================================================
--- csw/mgar/pkg/augeas/trunk/files/0001-upstream-fix-for-csv.patch	                        (rev 0)
+++ csw/mgar/pkg/augeas/trunk/files/0001-upstream-fix-for-csv.patch	2016-10-17 16:18:23 UTC (rev 25995)
@@ -0,0 +1,25 @@
+From 050e3b099ebe68eda0a694707e723bf262c15d56 Mon Sep 17 00:00:00 2001
+From: Toni Schmidbauer <toni at stderr.at>
+Date: Mon, 17 Oct 2016 13:02:29 +0200
+Subject: [PATCH] upstream fix for csv
+
+---
+ lenses/csv.aug | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lenses/csv.aug b/lenses/csv.aug
+index d31f6e2..028aaf7 100644
+--- a/lenses/csv.aug
++++ b/lenses/csv.aug
+@@ -28,7 +28,7 @@ let eol = Util.del_str "\n"
+ 
+ (* View: comment *)
+ let comment = Util.comment
+-            | [ del /^#[ \t]*\r?\n/ "#\n" ]
++            | [ del /#[ \t]*\r?\n/ "#\n" ]
+ 
+ (* View: entry
+      An entry of fields, quoted or not *)
+-- 
+2.4.0
+

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