Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2009 09:59:02 -0400 (EDT)
From:      Vick Khera <vivek@khera.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/139602: I made an error in the new port p5-HTML-Query and it is now in the wrong category
Message-ID:  <20091014135902.A8B798A250@yertle.kcilink.com>
Resent-Message-ID: <200910141400.n9EE05Sn052953@freefall.freebsd.org>

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

>Number:         139602
>Category:       ports
>Synopsis:       I made an error in the new port p5-HTML-Query and it is now in the wrong category
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 14 14:00:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Vick Khera
>Release:        FreeBSD 7.2-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD yertle.int.kcilink.com 7.2-RELEASE-p1 FreeBSD 7.2-RELEASE-p1 #2: Fri Jun 12 01:10:20 EDT 2009 steve@yertle.int.kcilink.com:/u/yertle1/obj/u/yertle1/sources/usr7/src/sys/KCI64SMP amd64


	
>Description:
	

When I created the port for www/p5-HTML-Query I copied the Makefile from
another port I maintain to base it on.  I forgot to update the create date and
CATEGORIES and it seems to have ended up in the finance category instead of
the www category.

The patch below updates those two omissions.  I don't know how to get the port
moved to the right place in the www category, though.  

Sorry for causing the inconvenience.

>How-To-Repeat:
	
>Fix:

	


--- Makefile	2009-10-11 08:58:20.000000000 -0400
+++ Makefile.new	2009-10-14 09:51:29.000000000 -0400
@@ -1,5 +1,5 @@
 # New ports collection makefile for:	p5-HTML-Query
-# Date created:				Wed Oct 24 10:09:12 EDT 2007
+# Date created:				Wed Oct  7 09:50:57 EDT 2009
 # Whom:					Vivek Khera <vivek@khera.org>
 #
 # $FreeBSD: ports/finance/p5-HTML-Query/Makefile,v 1.1 2009/10/11 12:58:20 miwi Exp $
@@ -7,7 +7,7 @@
 
 PORTNAME=	HTML-Query
 PORTVERSION=	0.02
-CATEGORIES=	finance perl5
+CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../by-authors/id/A/AB/ABW
 PKGNAMEPREFIX=	p5-
>Release-Note:
>Audit-Trail:
>Unformatted:



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