ports/148386: [maintainer-update] textproc/augeas

Russell Jackson raj at csub.edu
Mon Jul 5 18:30:03 UTC 2010


>Number:         148386
>Category:       ports
>Synopsis:       [maintainer-update] textproc/augeas
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 05 18:30:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Russell Jackson
>Release:        
>Organization:
California State University
>Environment:
>Description:

Fix problem parsing /boot/loader.conf

>How-To-Repeat:
>Fix:

Index: files/rcconf.aug
===================================================================
--- files/rcconf.aug	(.../branches/vendor/textproc/augeas)	(revision 15188)
+++ files/rcconf.aug	(.../trunk/textproc/augeas)	(revision 15188)
@@ -7,7 +7,7 @@
 	let eq       = Util.del_str "="
 	let dquot    = Util.del_str "\""
 	let char     = /[^\n]/
-	let var_name = /[A-Za-z0-9_]+/
+	let var_name = /[A-Za-z0-9_.]+/
 	
 	let value = dquot . store char* . dquot
 	let kv_pair = [ key var_name . eq . value . eol ]
Index: Makefile
===================================================================
--- Makefile	(.../branches/vendor/textproc/augeas)	(revision 15188)
+++ Makefile	(.../trunk/textproc/augeas)	(revision 15188)
@@ -1,3 +1,4 @@
+# vim: ts=8 sw=8
 # Ports collection makefile for:  textproc/augeas
 # Date created:			  19 May 2010
 # Whom:				  Russell Jackson <raj at csub.edu>
@@ -7,6 +8,7 @@
 
 PORTNAME=	augeas
 PORTVERSION=	0.7.1
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://augeas.net/download/

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list