Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2000 14:06:34 +1000 (EST)
From:      andrew@ugh.net.au
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jmg@freebsd.org
Subject:   ports/19328: cgiparse in invalid category
Message-ID:  <200006160406.OAA76176@itlab70.easstud.gu.edu.au>

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

>Number:         19328
>Category:       ports
>Synopsis:       cgiparse has a comma between categories
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 15 21:10:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Andrew
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
UgH!
>Environment:

	

>Description:

cgiparse is meant to be in the devel and www categories. A comma has been placed
between these to in the Makefile, making a new category Devel,www (as can be seen
on the ports web page).

>How-To-Repeat:

	

>Fix:


--- /usr/ports/www/cgiparse/Makefile	Tue Jun 13 14:26:45 2000
+++ Makefile	Fri Jun 16 14:00:33 2000
@@ -7,7 +7,7 @@
 
 PORTNAME=	cgiparse
 PORTVERSION= 	0.8e
-CATEGORIES=	devel,www
+CATEGORIES=	devel www
 MASTER_SITES=	http://resnet.uoregon.edu/~gurney_j/	\
 		http://www.funkthat.com/~jmg/
 

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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