ports/161432: www/neon29: typo error in option's description

Dmitry Afanasiev KOT at MATPOCKuH.Ru
Sun Oct 9 16:50:07 UTC 2011


>Number:         161432
>Category:       ports
>Synopsis:       www/neon29: typo error in option's description
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 09 16:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Afanasiev
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
FreeBSD green 9.0-CURRENT FreeBSD 9.0-CURRENT #76: Wed Jul 13 16:57:59 MSD 2011     root at green:/usr/obj/usr/src/sys/green  amd64
>Description:
typo error in option's description.
We have in www/neon29/Makefile version 1.57:
OPTIONS=        EXPAT "Build with exapt-based XML parser" on \

exapt is incorrect.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- www/neon29/Makefile.orig	2011-10-09 20:34:44.190437959 +0400
+++ www/neon29/Makefile	2011-10-09 20:34:53.572440450 +0400
@@ -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:



More information about the freebsd-ports-bugs mailing list