From root@distalzou.net  Thu Aug 23 05:36:41 2007
Return-Path: <root@distalzou.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 48BA616A420;
	Thu, 23 Aug 2007 05:36:41 +0000 (UTC)
	(envelope-from root@distalzou.net)
Received: from mail.distalzou.net (203.141.139.231.static.zoot.jp [203.141.139.231])
	by mx1.freebsd.org (Postfix) with ESMTP id 161F513C46A;
	Thu, 23 Aug 2007 05:36:41 +0000 (UTC)
	(envelope-from root@distalzou.net)
Received: from root by mail.distalzou.net with local (Exim 4.67 (FreeBSD))
	(envelope-from <root@distalzou.net>)
	id 1IO52h-000Isf-Pt; Thu, 23 Aug 2007 14:15:39 +0900
Message-Id: <E1IO52h-000Isf-Pt@mail.distalzou.net>
Date: Thu, 23 Aug 2007 14:15:39 +0900
From: Tod McQuillin <devin@spamcop.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@FreeBSD.org
Subject: [PATCH] textproc/p5-Perl-Critic: [SUMMARIZE CHANGES]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         115743
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Perl-Critic: fix dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 05:40:01 GMT 2007
>Closed-Date:    Mon Aug 27 00:47:22 GMT 2007
>Last-Modified:  Mon Aug 27 00:50:11 GMT 2007
>Originator:     Tod McQuillin
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD plexi.pun-pun.prv 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Aug 11 22:09:41 JST 2007
>Description:
p5-Perl-Critic requires p5-Readonly but doesn't say so in the Makefile.

This patch corrects the problem.

Port maintainer (clsung@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Perl-Critic-1.07.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/src/cvs-repo/ports/textproc/p5-Perl-Critic/Makefile,v
retrieving revision 1.19
diff -u -u -r1.19 Makefile
--- Makefile	22 Aug 2007 01:34:26 -0000	1.19
+++ Makefile	23 Aug 2007 05:09:50 -0000
@@ -23,7 +23,8 @@
 		${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \
 		${SITE_PERL}/PPI.pm:${PORTSDIR}/textproc/p5-PPI \
 		${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy \
-		${SITE_PERL}/String/Format.pm:${PORTSDIR}/textproc/p5-String-Format
+		${SITE_PERL}/String/Format.pm:${PORTSDIR}/textproc/p5-String-Format \
+		${SITE_PERL}/${PERL_ARCH}/Readonly.pm:${PORTSDIR}/devel/p5-Readonly
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_MODBUILD=	yes
--- p5-Perl-Critic-1.07.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Aug 23 05:40:07 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115743 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Mon Aug 27 00:47:20 UTC 2007 
State-Changed-Why:  
Committed. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115743: commit references a PR
Date: Mon, 27 Aug 2007 00:47:05 +0000 (UTC)

 clsung      2007-08-27 00:46:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/p5-Perl-Critic Makefile 
   Log:
   p5-Perl-Critic requires p5-Readonly but doesn't say so in the Makefile.
   This patch corrects the problem.
   - bump PORTREVISION
   
   PR:             ports/115743
   Submitted by:   Tod McQuillin <devin_AT_spamcop dot net>
   
   Revision  Changes    Path
   1.20      +4 -3      ports/textproc/p5-Perl-Critic/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"
 
>Unformatted:
