Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2011 20:07:46 GMT
From:      "Mikhail T." <m.tsatsenko@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160855: [patch] www/neon29: fix typo in OPTIONS
Message-ID:  <201109202007.p8KK7kJo086434@red.freebsd.org>
Resent-Message-ID: <201109202010.p8KKA3jQ037842@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160855
>Category:       ports
>Synopsis:       [patch] www/neon29: fix typo in OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 20 20:10:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail T.
>Release:        
>Organization:
>Environment:
>Description:
EXPAT option has a mistyped description. 
s/exapt/expat/
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/neon29/Makefile,v
retrieving revision 1.58
diff -u -r1.58 Makefile
--- Makefile	23 Aug 2011 18:39:16 -0000	1.58
+++ Makefile	20 Sep 2011 20:05:04 -0000
@@ -17,7 +17,7 @@
 
 CONFLICTS=	neon2[6|8]-[0-9]*
 
-OPTIONS=	EXPAT "Build with exapt-based XML parser" on \
+OPTIONS=	EXPAT "Build with expat-based XML parser" on \
 		XML "Build with libxml-based XML parser" off \
 		OPENSSL "Build with SSL support" on \
 		NLS "Build with NLS support" on \


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109202007.p8KK7kJo086434>