ports/115743: [PATCH] textproc/p5-Perl-Critic: [SUMMARIZE CHANGES]

Tod McQuillin devin at spamcop.net
Thu Aug 23 05:40:02 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list