Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2008 15:17:24 +1000
From:      "Dima Panov" <fluffy@fluffy.khv.ru>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/122108: www/cocoon: fix single-quotes in OPTIONS
Message-ID:  <1206508644.13190@Fluffy.Khv.RU>
Resent-Message-ID: <200803260520.m2Q5K1kT050757@freefall.freebsd.org>

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

>Number:         122108
>Category:       ports
>Synopsis:       www/cocoon: fix single-quotes in OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 26 05:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dima Panov
>Release:        FreeBSD 8.0-800027-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 8.0-800027-CURRENT #0: Tue Mar 25 16:19:27 VLAT 2008
    root@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot



>Description:


www/cocoon: fix single-quotes in OPTIONS


>How-To-Repeat:





>Fix:


--- www::cocoon.diff begins here ---
Index: www/cocoon/Makefile.options
===================================================================
RCS file: /home/ncvs/ports/www/cocoon/Makefile.options,v
retrieving revision 1.7
diff -u -r1.7 Makefile.options
--- www/cocoon/Makefile.options	23 Jan 2007 10:21:34 -0000	1.7
+++ www/cocoon/Makefile.options	26 Mar 2008 04:16:44 -0000
@@ -1,68 +1,68 @@
 # ex:ts=22
 #
-OPTIONS+=	DOCS	'Include the documentation'	on
-OPTIONS+=	SAMPLES	'Include the samples'		on
-OPTIONS+=	SOURCES	'Include the sources in jars'	off
+OPTIONS+=	DOCS	"Include the documentation"	on
+OPTIONS+=	SAMPLES	"Include the samples"		on
+OPTIONS+=	SOURCES	"Include the sources in jars"	off
 
-OPTIONS+=	AUTHENTICATION_FW	'Enable the authentication-fw block'	on
-OPTIONS+=	BATIK	'Enable the batik block'	on
-OPTIONS+=	BSF	'Enable the bsf block'	on
-OPTIONS+=	CHAPERON	'Enable the chaperon block'	on
-OPTIONS+=	DATABASES	'Enable the databases block'	on
-OPTIONS+=	FOP	'Enable the fop block'	on
-OPTIONS+=	FORMS	'Enable the forms block'	on
-OPTIONS+=	HSQLDB	'Enable the hsqldb block'	on
-OPTIONS+=	HTML	'Enable the html block'	on
-OPTIONS+=	ITEXT	'Enable the itext block'	on
-OPTIONS+=	JFOR	'Enable the jfor block'	on
-OPTIONS+=	JSP	'Enable the jsp block'	on
-OPTIONS+=	LINKREWRITER	'Enable the linkrewriter block'	on
-OPTIONS+=	LUCENE	'Enable the lucene block'	on
-OPTIONS+=	MIDI	'Enable the midi block'	on
-OPTIONS+=	NAMING	'Enable the naming block'	on
-OPTIONS+=	OJB	'Enable the ojb block'	on
-OPTIONS+=	PARANOID	'Enable the paranoid block'	on
-OPTIONS+=	POI	'Enable the poi block'	on
-OPTIONS+=	PORTAL	'Enable the portal block'	on
-OPTIONS+=	PROFILER	'Enable the profiler block'	on
-OPTIONS+=	PYTHON	'Enable the python block'	on
-OPTIONS+=	SESSION_FW	'Enable the session-fw block'	on
-OPTIONS+=	VELOCITY	'Enable the velocity block'	on
-OPTIONS+=	WEB3	'Enable the web3 block'	on
-OPTIONS+=	XMLDB	'Enable the xmldb block'	on
-OPTIONS+=	XSP	'Enable the xsp block'	on
-OPTIONS+=	PHP	'Enable the php block'	off
-OPTIONS+=	PORTAL_FW	'Enable the portal-fw block'	off
-OPTIONS+=	SWF	'Enable the swf block'	off
-OPTIONS+=	WOODY	'Enable the woody block'	off
-OPTIONS+=	AJAX	'Enable the ajax block'	on
-OPTIONS+=	APPLES	'Enable the apples block'	on
-OPTIONS+=	ASCIIART	'Enable the asciiart block'	on
-OPTIONS+=	AUTH	'Enable the auth block'	on
-OPTIONS+=	AXIS	'Enable the axis block'	on
-OPTIONS+=	CAPTCHA	'Enable the captcha block'	on
-OPTIONS+=	CRON	'Enable the cron block'	on
-OPTIONS+=	DELI	'Enable the deli block'	on
-OPTIONS+=	EVENTCACHE	'Enable the eventcache block'	on
-OPTIONS+=	FACES	'Enable the faces block'	on
-OPTIONS+=	IMAGEOP	'Enable the imageop block'	on
-OPTIONS+=	JAVAFLOW	'Enable the javaflow block'	on
-OPTIONS+=	JCR	'Enable the jcr block'	off
-OPTIONS+=	JMS	'Enable the jms block'	on
-OPTIONS+=	LINOTYPE	'Enable the linotype block'	on
-OPTIONS+=	MAIL	'Enable the mail block'	on
-OPTIONS+=	PETSTORE	'Enable the petstore block'	on
-OPTIONS+=	PROXY	'Enable the proxy block'	on
-OPTIONS+=	QDOX	'Enable the qdox block'	on
-OPTIONS+=	QUERYBEAN	'Enable the querybean block'	on
-OPTIONS+=	REPOSITORY	'Enable the repository block'	on
-OPTIONS+=	SERIALIZERS	'Enable the serializers block'	on
-OPTIONS+=	SLIDE	'Enable the slide block'	on
-OPTIONS+=	SLOP	'Enable the slop block'	on
-OPTIONS+=	STX	'Enable the stx block'	on
-OPTIONS+=	TAGLIB	'Enable the taglib block'	on
-OPTIONS+=	TEMPLATE	'Enable the template block'	on
-OPTIONS+=	TOUR	'Enable the tour block'	on
-OPTIONS+=	VALIDATION	'Enable the validation block'	on
-OPTIONS+=	WEBDAV	'Enable the webdav block'	on
-OPTIONS+=	XSLTAL	'Enable the xsltal block'	on
+OPTIONS+=	AUTHENTICATION_FW	"Enable the authentication-fw block"	on
+OPTIONS+=	BATIK	"Enable the batik block"	on
+OPTIONS+=	BSF	"Enable the bsf block"	on
+OPTIONS+=	CHAPERON	"Enable the chaperon block"	on
+OPTIONS+=	DATABASES	"Enable the databases block"	on
+OPTIONS+=	FOP	"Enable the fop block"	on
+OPTIONS+=	FORMS	"Enable the forms block"	on
+OPTIONS+=	HSQLDB	"Enable the hsqldb block"	on
+OPTIONS+=	HTML	"Enable the html block"	on
+OPTIONS+=	ITEXT	"Enable the itext block"	on
+OPTIONS+=	JFOR	"Enable the jfor block"	on
+OPTIONS+=	JSP	"Enable the jsp block"	on
+OPTIONS+=	LINKREWRITER	"Enable the linkrewriter block"	on
+OPTIONS+=	LUCENE	"Enable the lucene block"	on
+OPTIONS+=	MIDI	"Enable the midi block"	on
+OPTIONS+=	NAMING	"Enable the naming block"	on
+OPTIONS+=	OJB	"Enable the ojb block"	on
+OPTIONS+=	PARANOID	"Enable the paranoid block"	on
+OPTIONS+=	POI	"Enable the poi block"	on
+OPTIONS+=	PORTAL	"Enable the portal block"	on
+OPTIONS+=	PROFILER	"Enable the profiler block"	on
+OPTIONS+=	PYTHON	"Enable the python block"	on
+OPTIONS+=	SESSION_FW	"Enable the session-fw block"	on
+OPTIONS+=	VELOCITY	"Enable the velocity block"	on
+OPTIONS+=	WEB3	"Enable the web3 block"	on
+OPTIONS+=	XMLDB	"Enable the xmldb block"	on
+OPTIONS+=	XSP	"Enable the xsp block"	on
+OPTIONS+=	PHP	"Enable the php block"	off
+OPTIONS+=	PORTAL_FW	"Enable the portal-fw block"	off
+OPTIONS+=	SWF	"Enable the swf block"	off
+OPTIONS+=	WOODY	"Enable the woody block"	off
+OPTIONS+=	AJAX	"Enable the ajax block"	on
+OPTIONS+=	APPLES	"Enable the apples block"	on
+OPTIONS+=	ASCIIART	"Enable the asciiart block"	on
+OPTIONS+=	AUTH	"Enable the auth block"	on
+OPTIONS+=	AXIS	"Enable the axis block"	on
+OPTIONS+=	CAPTCHA	"Enable the captcha block"	on
+OPTIONS+=	CRON	"Enable the cron block"	on
+OPTIONS+=	DELI	"Enable the deli block"	on
+OPTIONS+=	EVENTCACHE	"Enable the eventcache block"	on
+OPTIONS+=	FACES	"Enable the faces block"	on
+OPTIONS+=	IMAGEOP	"Enable the imageop block"	on
+OPTIONS+=	JAVAFLOW	"Enable the javaflow block"	on
+OPTIONS+=	JCR	"Enable the jcr block"	off
+OPTIONS+=	JMS	"Enable the jms block"	on
+OPTIONS+=	LINOTYPE	"Enable the linotype block"	on
+OPTIONS+=	MAIL	"Enable the mail block"	on
+OPTIONS+=	PETSTORE	"Enable the petstore block"	on
+OPTIONS+=	PROXY	"Enable the proxy block"	on
+OPTIONS+=	QDOX	"Enable the qdox block"	on
+OPTIONS+=	QUERYBEAN	"Enable the querybean block"	on
+OPTIONS+=	REPOSITORY	"Enable the repository block"	on
+OPTIONS+=	SERIALIZERS	"Enable the serializers block"	on
+OPTIONS+=	SLIDE	"Enable the slide block"	on
+OPTIONS+=	SLOP	"Enable the slop block"	on
+OPTIONS+=	STX	"Enable the stx block"	on
+OPTIONS+=	TAGLIB	"Enable the taglib block"	on
+OPTIONS+=	TEMPLATE	"Enable the template block"	on
+OPTIONS+=	TOUR	"Enable the tour block"	on
+OPTIONS+=	VALIDATION	"Enable the validation block"	on
+OPTIONS+=	WEBDAV	"Enable the webdav block"	on
+OPTIONS+=	XSLTAL	"Enable the xsltal block"	on
--- www::cocoon.diff ends here ---



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



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