Revision: 26050 http://sourceforge.net/p/gar/code/26050 Author: tosmi Date: 2016-11-24 16:28:34 +0000 (Thu, 24 Nov 2016) Log Message: ----------- augeas/trunk: bump to 1.7.0, includes csv lense fix
Modified Paths: -------------- csw/mgar/pkg/augeas/trunk/Makefile csw/mgar/pkg/augeas/trunk/checksums Removed 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-11-23 21:10:15 UTC (rev 26049) +++ csw/mgar/pkg/augeas/trunk/Makefile 2016-11-24 16:28:34 UTC (rev 26050) @@ -1,5 +1,5 @@ NAME = augeas -VERSION = 1.6.0 +VERSION = 1.7.0 GARTYPE = v2 DESCRIPTION = A configuration editing tool @@ -14,8 +14,6 @@ DISTFILES = $(NAME)-$(VERSION).tar.gz VENDOR_URL = http://augeas.net -PATCHFILES += 0001-upstream-fix-for-csv.patch - RUNTIME_DEP_PKGS_augeas += CSWlibfa1 PACKAGES = CSWaugeas Modified: csw/mgar/pkg/augeas/trunk/checksums =================================================================== --- csw/mgar/pkg/augeas/trunk/checksums 2016-11-23 21:10:15 UTC (rev 26049) +++ csw/mgar/pkg/augeas/trunk/checksums 2016-11-24 16:28:34 UTC (rev 26050) @@ -1 +1 @@ -8906de3c36e9158cf6cc25e8e3e986b2 augeas-1.6.0.tar.gz +18bdf9249c6f61af9d1d09127e15d8e3 augeas-1.7.0.tar.gz Deleted: csw/mgar/pkg/augeas/trunk/files/0001-upstream-fix-for-csv.patch =================================================================== --- csw/mgar/pkg/augeas/trunk/files/0001-upstream-fix-for-csv.patch 2016-11-23 21:10:15 UTC (rev 26049) +++ csw/mgar/pkg/augeas/trunk/files/0001-upstream-fix-for-csv.patch 2016-11-24 16:28:34 UTC (rev 26050) @@ -1,25 +0,0 @@ -From 050e3b099ebe68eda0a694707e723bf262c15d56 Mon Sep 17 00:00:00 2001 -From: Toni Schmidbauer <t...@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.