From owner-svn-ports-head@FreeBSD.ORG Tue May 21 14:15:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 057CD317; Tue, 21 May 2013 14:15:25 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D1F1D366; Tue, 21 May 2013 14:15:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4LEFO7I014702; Tue, 21 May 2013 14:15:24 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4LEFNJG014693; Tue, 21 May 2013 14:15:23 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201305211415.r4LEFNJG014693@svn.freebsd.org> From: Jun Kuriyama Date: Tue, 21 May 2013 14:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318702 - head/devel/p5-carton 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.14 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: Tue, 21 May 2013 14:15:25 -0000 Author: kuriyama Date: Tue May 21 14:15:23 2013 New Revision: 318702 URL: http://svnweb.freebsd.org/changeset/ports/318702 Log: - Upgrade to 0.9.15. Modified: head/devel/p5-carton/Makefile head/devel/p5-carton/distinfo head/devel/p5-carton/pkg-plist Modified: head/devel/p5-carton/Makefile ============================================================================== --- head/devel/p5-carton/Makefile Tue May 21 14:13:53 2013 (r318701) +++ head/devel/p5-carton/Makefile Tue May 21 14:15:23 2013 (r318702) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= carton -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MIYAGAWA @@ -24,17 +24,8 @@ RUN_DEPENDS= \ p5-local-lib>=1.008:${PORTSDIR}/devel/p5-local-lib BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes -MAN1= carton-check.1 \ - carton-exec.1 \ - carton-faq.1 \ - carton-install.1 \ - carton-list.1 \ - carton-show.1 \ - carton-tree.1 \ - carton-version.1 \ - carton.1 MAN3= Carton.3 \ Carton::Doc::Check.3 \ Carton::Doc::Exec.3 \ Modified: head/devel/p5-carton/distinfo ============================================================================== --- head/devel/p5-carton/distinfo Tue May 21 14:13:53 2013 (r318701) +++ head/devel/p5-carton/distinfo Tue May 21 14:15:23 2013 (r318702) @@ -1,2 +1,2 @@ -SHA256 (carton-v0.9.10.tar.gz) = 6b4c1c0b898db15431305c2a4488f5857d3aef24b0b2d3e34cc037ef78129903 -SIZE (carton-v0.9.10.tar.gz) = 43173 +SHA256 (carton-v0.9.15.tar.gz) = 4407648c44729742c7170e98c6f5aa3f32f89ed0d7262f141703dbf981f906b8 +SIZE (carton-v0.9.15.tar.gz) = 77756 Modified: head/devel/p5-carton/pkg-plist ============================================================================== --- head/devel/p5-carton/pkg-plist Tue May 21 14:13:53 2013 (r318701) +++ head/devel/p5-carton/pkg-plist Tue May 21 14:15:23 2013 (r318702) @@ -1,7 +1,5 @@ bin/carton -%%SITE_PERL%%/%%PERL_ARCH%%/auto/carton/.packlist %%SITE_PERL%%/Carton.pm -%%SITE_PERL%%/Carton.pod %%SITE_PERL%%/Carton/CLI.pm %%SITE_PERL%%/Carton/Doc/Check.pod %%SITE_PERL%%/Carton/Doc/Exec.pod @@ -16,4 +14,3 @@ bin/carton %%SITE_PERL%%/Carton/Util.pm @dirrm %%SITE_PERL%%/Carton/Doc @dirrm %%SITE_PERL%%/Carton -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/carton