From owner-svn-ports-head@freebsd.org Sun Oct 9 16:11:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4189BC079A8; Sun, 9 Oct 2016 16:11:00 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7182A98; Sun, 9 Oct 2016 16:10:59 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99GAxIW000291; Sun, 9 Oct 2016 16:10:59 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99GAwxG000255; Sun, 9 Oct 2016 16:10:58 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091610.u99GAwxG000255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 16:10:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423613 - in head/textproc: p5-Perl-Critic p5-Perl-Critic-Moose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2016 16:11:00 -0000 Author: adamw Date: Sun Oct 9 16:10:58 2016 New Revision: 423613 URL: https://svnweb.freebsd.org/changeset/ports/423613 Log: Update p5-Perl-Critic-Moose to 1.05. Changes: https://metacpan.org/changes/distribution/Perl-Critic-Moose In p5-Perl-Critic, add a missing dependency on Module::Pluggable and bump PORTREVISION. Modified: head/textproc/p5-Perl-Critic-Moose/Makefile head/textproc/p5-Perl-Critic-Moose/distinfo head/textproc/p5-Perl-Critic/Makefile Modified: head/textproc/p5-Perl-Critic-Moose/Makefile ============================================================================== --- head/textproc/p5-Perl-Critic-Moose/Makefile Sun Oct 9 16:05:45 2016 (r423612) +++ head/textproc/p5-Perl-Critic-Moose/Makefile Sun Oct 9 16:10:58 2016 (r423613) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Perl-Critic-Moose -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +12,8 @@ COMMENT= Policies for Perl::Critic conce LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic +BUILD_DEPENDS= p5-namespace-autoclean>=0:devel/p5-namespace-autoclean \ + p5-Perl-Critic>=0:textproc/p5-Perl-Critic RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/textproc/p5-Perl-Critic-Moose/distinfo ============================================================================== --- head/textproc/p5-Perl-Critic-Moose/distinfo Sun Oct 9 16:05:45 2016 (r423612) +++ head/textproc/p5-Perl-Critic-Moose/distinfo Sun Oct 9 16:10:58 2016 (r423613) @@ -1,2 +1,3 @@ -SHA256 (Perl-Critic-Moose-1.04.tar.gz) = 7a441cd9e08090c3e676c904e452efeff6f42f171cd38c5e2e609f8c45692a3d -SIZE (Perl-Critic-Moose-1.04.tar.gz) = 27297 +TIMESTAMP = 1476029037 +SHA256 (Perl-Critic-Moose-1.05.tar.gz) = 52eb8e22c42643f17fe297a21714017efdb9e2986c24e3337e030f3650f92201 +SIZE (Perl-Critic-Moose-1.05.tar.gz) = 31644 Modified: head/textproc/p5-Perl-Critic/Makefile ============================================================================== --- head/textproc/p5-Perl-Critic/Makefile Sun Oct 9 16:05:45 2016 (r423612) +++ head/textproc/p5-Perl-Critic/Makefile Sun Oct 9 16:10:58 2016 (r423613) @@ -3,6 +3,7 @@ PORTNAME= Perl-Critic PORTVERSION= 1.12.5 +PORTREVISION= 1 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,6 +23,7 @@ BUILD_DEPENDS= p5-B-Keywords>=1.05:devel p5-File-Which>=0:sysutils/p5-File-Which \ p5-IO-String>=0:devel/p5-IO-String \ p5-List-MoreUtils>=0.19:lang/p5-List-MoreUtils \ + p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \ p5-Pod-Spell>=1:textproc/p5-Pod-Spell \ p5-PPI>=1.220:textproc/p5-PPI \ p5-PPIx-Regexp>=0.027:textproc/p5-PPIx-Regexp \