On Fri, Feb 20, 2015 at 11:28:35AM +0000, Stuart Henderson wrote:
> On 2015/02/20 12:00, Sunil Nimmagadda wrote:
> > Hi,
> > 
> > Module::Pluggable is removed from Perl core distribution. perlcritic
> > now fails to run with this message...
> 
> Add a REVISION bump too, then this is OK sthen@.

With a REVISION bump. Thanks.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Perl-Critic/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile    19 May 2013 20:05:28 -0000      1.17
+++ Makefile    20 Feb 2015 12:09:26 -0000
@@ -5,6 +5,7 @@ COMMENT=        critique perl source code for b
 MODULES=       cpan
 DISTNAME=      Perl-Critic-1.118
 CATEGORIES=    devel
+REVISION=      0
 
 # perl
 PERMIT_PACKAGE_CDROM=  Yes
@@ -15,6 +16,7 @@ RUN_DEPENDS=  devel/p5-B-Keywords \
                devel/p5-Exception-Class>=1.23 \
                devel/p5-File-HomeDir \
                textproc/p5-PPI>=1.208 \
+               devel/p5-Module-Pluggable \
                devel/p5-Readonly-XS \
                devel/p5-Set-Scalar \
                devel/p5-String-Format \

Reply via email to