Skip site navigation (1)Skip section navigation (2)
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:   ports/115743: [PATCH] textproc/p5-Perl-Critic: [SUMMARIZE CHANGES]
Message-ID:  <E1IO52h-000Isf-Pt@mail.distalzou.net>
Resent-Message-ID: <200708230540.l7N5e26o051820@freefall.freebsd.org>

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

>Number:         115743
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Perl-Critic: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 05:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
[DESCRIBE CHANGES]
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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1IO52h-000Isf-Pt>