From aaron@freebsd.org  Thu May 25 02:53:12 2006
Return-Path: <aaron@freebsd.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 224C616A421;
	Thu, 25 May 2006 02:53:12 +0000 (UTC)
	(envelope-from aaron@freebsd.org)
Received: from priv-edtnes44.telusplanet.net (defout.telus.net [199.185.220.240])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 52EDC43D46;
	Thu, 25 May 2006 02:53:11 +0000 (GMT)
	(envelope-from aaron@freebsd.org)
Received: from priv-edtnaa06.telusplanet.net ([137.186.246.196])
          by priv-edtnes44.telusplanet.net
          (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP
          id <20060525025310.RJST5860.priv-edtnes44.telusplanet.net@priv-edtnaa06.telusplanet.net>;
          Wed, 24 May 2006 20:53:10 -0600
Received: from [192.168.15.100] (d137-186-246-196.abhsia.telus.net [137.186.246.196])
	by priv-edtnaa06.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP
	id 308FUKWKDN; Wed, 24 May 2006 20:53:09 -0600 (MDT)
Message-Id: <44751C37.1000607@freebsd.org>
Date: Wed, 24 May 2006 20:53:43 -0600
From: Aaron Dalton <aaron@freebsd.org>
To: Yen-Ming Lee <leeym@freebsd.org>
Cc: FreeBSD-gnats-submit@freebsd.org
In-Reply-To: <20060524222712.5FE64B29EF0@utopia.leeym.com>
Subject: Re: [PATCH] net/p5-Net-OpenDHT: [SUMMARIZE CHANGES]
References: <20060524222712.5FE64B29EF0@utopia.leeym.com>

>Number:         97872
>Category:       ports
>Synopsis:       Re: ports/97857: [PATCH] net/p5-Net-OpenDHT: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 25 03:00:38 GMT 2006
>Closed-Date:    Thu May 25 16:01:57 GMT 2006
>Last-Modified:  Thu May 25 16:01:57 GMT 2006
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 Yen-Ming Lee wrote:
 >>Submitter-Id:	current-users
 >>Originator:	Yen-Ming Lee
 >>Organization:	FreeBSD Taiwan
 >>Confidential:	no 
 >>Synopsis:	[PATCH] net/p5-Net-OpenDHT: [SUMMARIZE CHANGES]
 >>Severity:	non-critical
 >>Priority:	low
 >>Category:	ports 
 >>Class:		change-request
 >>Release:	FreeBSD 6.1-STABLE i386
 >>Environment:
 > 
 > System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat May 20 11:22:56 CST 2006
 > 
 >>Description:
 > 
 > - unbreak this port
 > - allow building under perl 5.6
 > 
 > Port maintainer (aaron@FreeBSD.org) is cc'd.
 > 
 > Generated with FreeBSD Port Tools 0.77
 > 
 >>How-To-Repeat:
 >>Fix:
 > 
 > 
 > --- p5-Net-OpenDHT-0.33.patch begins here ---
 > Index: Makefile
 > ===================================================================
 > RCS file: /home/pcvs/ports/net/p5-Net-OpenDHT/Makefile,v
 > retrieving revision 1.6
 > diff -u -u -r1.6 Makefile
 > --- Makefile	21 May 2006 21:58:21 -0000	1.6
 > +++ Makefile	24 May 2006 22:25:36 -0000
 > @@ -15,25 +15,25 @@
 >  MAINTAINER=	aaron@FreeBSD.org
 >  COMMENT=	Access the Open Distributed Hash Table (Open DHT)
 >  
 > -BUILD_DEPENDS=	${SITE_PERL}/Class/Accessor/Chained/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
 > +RUN_DEPENDS=	${SITE_PERL}/Class/Accessor/Chained/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
 >  		${SITE_PERL}/App/Cache.pm:${PORTSDIR}/devel/p5-App-Cache \
 >  		${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
 >  		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
 >  		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
 >  		${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
 >  		${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
 > -RUN_DEPENDS=	${BUILD_DEPENDS}
 > +BUILD_DEPENDS=	${RUN_DEPENDS}
 > +BUILD_DEPENDS+=	${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
 > +		${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
 >  
 > -BROKEN=		Does not build
 > -
 > -PERL_MOD_BUILD=	yes
 > +PERL_MODBUILD=	yes
 >  
 >  MAN3=		Net::OpenDHT.3
 >  
 >  .include <bsd.port.pre.mk>
 >  
 > -.if ${PERL_LEVEL} < 500800
 > -IGNORE=		requires Perl 5.8.  Please install lang/perl5 or lang/perl5.8
 > +.if ${PERL_LEVEL} < 500600
 > +IGNORE=		requires Perl 5.6.  Please install lang/perl5 or lang/perl5.8
 >  .endif
 >  
 >  .include <bsd.port.post.mk>
 > Index: pkg-plist
 > ===================================================================
 > RCS file: /home/pcvs/ports/net/p5-Net-OpenDHT/pkg-plist,v
 > retrieving revision 1.3
 > diff -u -u -r1.3 pkg-plist
 > --- pkg-plist	22 Jan 2006 02:45:56 -0000	1.3
 > +++ pkg-plist	24 May 2006 22:25:36 -0000
 > @@ -1,5 +1,2 @@
 >  %%SITE_PERL%%/Net/OpenDHT.pm
 > -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenDHT/.packlist
 > -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenDHT
 > -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
 >  @dirrmtry %%SITE_PERL%%/Net
 > --- p5-Net-OpenDHT-0.33.patch ends here ---
 > 
 
 Looks good.  Feel free to commit. Thanks!!
 
 -- 
 Aaron Dalton
 aaron@FreeBSD.org
 FreeBSD Ports Committer
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Thu May 25 16:01:09 UTC 2006 
State-Changed-Why:  
Misfiled followup to ports/97857, already committed. 


Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu May 25 16:01:09 UTC 2006 
Responsible-Changed-Why:  

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