From nobody@FreeBSD.org  Wed Jul  2 00:56:22 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A370A106567E
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  2 Jul 2008 00:56:22 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 8BEEB8FC1E
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  2 Jul 2008 00:56:22 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m620uM97019359
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 2 Jul 2008 00:56:22 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m620uMtv019357;
	Wed, 2 Jul 2008 00:56:22 GMT
	(envelope-from nobody)
Message-Id: <200807020056.m620uMtv019357@www.freebsd.org>
Date: Wed, 2 Jul 2008 00:56:22 GMT
From: Josh Carroll <josh.carroll@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/p5-subversion port has wrong CATEGORIES
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         125168
>Category:       ports
>Synopsis:       devel/p5-subversion port has wrong CATEGORIES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lev
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 02 01:00:04 UTC 2008
>Closed-Date:    Wed Jul 02 09:40:13 UTC 2008
>Last-Modified:  Wed Jul 02 09:40:13 UTC 2008
>Originator:     Josh Carroll
>Release:        7.0-RELEASE/amd64
>Organization:
N/A
>Environment:
FreeBSD pflog.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Tue Feb 26 01:20:52 EST 2008     root@pflog.net:/usr/obj/usr/src/sys/PFLOG  amd64

>Description:
The /usr/ports/devel/p5-subversion port is using category "perl" instead of "perl5", which causes the following error when trying to build the port:

# make
p5-subversion-1.5.0: Makefile error: category perl not in list of valid categories.
*** Error code 1

Stop in /usr/ports/devel/p5-subversion.

Changing line 9 from:

CATEGORIES+=    perl

to

CATEGORIES+=    perl5

appears to fix the problem.

I'm not bothering to include a patch for a single character change. :) Also, I may be wrong that perl5 is the proper category. It was my guess based on other p5-* ports.

Thanks!
Josh
>How-To-Repeat:
cd /usr/ports/devel/p5-subversion
make

>Fix:
See description, changing line 9 to use category "perl5" instead of "perl" seems to do the trick.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lev 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jul 2 01:00:13 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125168 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125168: commit references a PR
Date: Wed,  2 Jul 2008 05:21:44 +0000 (UTC)

 lev         2008-07-02 05:21:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     .                    UPDATING 
     devel/p5-subversion  Makefile 
     devel/py-subversion  Makefile 
     devel/ruby-subversion Makefile 
     devel/subversion     Makefile.common distinfo 
     java/subversion-java Makefile 
   Log:
     (1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is set
     (2) Fix CATEGORIES for devel/*-subversion ports
     (3) Add note to UPDATING about neon26/neon28 transition and
         binding changes.
   
   PR:             ports/125168 [2]
   Submitted by:   Dmitry Morozovsky <marck rinet ru> [1,2,3]
   
   Revision  Changes    Path
   1.656     +26 -1     ports/UPDATING
   1.8       +2 -1      ports/devel/p5-subversion/Makefile
   1.6       +2 -1      ports/devel/py-subversion/Makefile
   1.6       +2 -1      ports/devel/ruby-subversion/Makefile
   1.3       +7 -2      ports/devel/subversion/Makefile.common
   1.56      +6 -6      ports/devel/subversion/distinfo
   1.3       +1 -1      ports/java/subversion-java/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: lev 
State-Changed-When: Wed Jul 2 09:39:49 UTC 2008 
State-Changed-Why:  

Fixed, thanks. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=125168 
>Unformatted:
