From owner-svn-ports-head@FreeBSD.ORG Sat Oct 5 07:16:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A553B3E1; Sat, 5 Oct 2013 07:16:46 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7641F20DB; Sat, 5 Oct 2013 07:16:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r957GkFT007033; Sat, 5 Oct 2013 07:16:46 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r957GjHl007007; Sat, 5 Oct 2013 07:16:45 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201310050716.r957GjHl007007@svn.freebsd.org> From: Frederic Culot Date: Sat, 5 Oct 2013 07:16:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329422 - head/devel/p5-File-Path-Tiny 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: Sat, 05 Oct 2013 07:16:46 -0000 Author: culot Date: Sat Oct 5 07:16:45 2013 New Revision: 329422 URL: http://svnweb.freebsd.org/changeset/ports/329422 Log: - Update to 0.7 - Support staging - Pet portlint(1) by changing tab into space in WWW link Changes: http://search.cpan.org/dist/File-Path-Tiny/Changes Modified: head/devel/p5-File-Path-Tiny/Makefile head/devel/p5-File-Path-Tiny/distinfo (contents, props changed) head/devel/p5-File-Path-Tiny/pkg-descr (contents, props changed) head/devel/p5-File-Path-Tiny/pkg-plist (contents, props changed) Modified: head/devel/p5-File-Path-Tiny/Makefile ============================================================================== --- head/devel/p5-File-Path-Tiny/Makefile Sat Oct 5 06:06:18 2013 (r329421) +++ head/devel/p5-File-Path-Tiny/Makefile Sat Oct 5 07:16:45 2013 (r329422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= File-Path-Tiny -PORTVERSION= 0.5 +PORTVERSION= 0.7 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,4 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= File::Path::Tiny.3 - -NO_STAGE= yes .include Modified: head/devel/p5-File-Path-Tiny/distinfo ============================================================================== --- head/devel/p5-File-Path-Tiny/distinfo Sat Oct 5 06:06:18 2013 (r329421) +++ head/devel/p5-File-Path-Tiny/distinfo Sat Oct 5 07:16:45 2013 (r329422) @@ -1,2 +1,2 @@ -SHA256 (File-Path-Tiny-0.5.tar.gz) = 2701c7d78f5f1baaf7b6b1d89c00840cfaa5a77044d6a9679c19874c6d0296c8 -SIZE (File-Path-Tiny-0.5.tar.gz) = 6689 +SHA256 (File-Path-Tiny-0.7.tar.gz) = bc19f7b158bb64ebacf7531c29371143570baaa6483f44e2928ce615647fc75a +SIZE (File-Path-Tiny-0.7.tar.gz) = 7522 Modified: head/devel/p5-File-Path-Tiny/pkg-descr ============================================================================== --- head/devel/p5-File-Path-Tiny/pkg-descr Sat Oct 5 06:06:18 2013 (r329421) +++ head/devel/p5-File-Path-Tiny/pkg-descr Sat Oct 5 07:16:45 2013 (r329422) @@ -1,4 +1,4 @@ Provides recursive versions of mkdir() and rmdir() with as little code and overhead as possible. -WWW: http://search.cpan.org/dist/File-Path-Tiny/ +WWW: http://search.cpan.org/dist/File-Path-Tiny/ Modified: head/devel/p5-File-Path-Tiny/pkg-plist ============================================================================== --- head/devel/p5-File-Path-Tiny/pkg-plist Sat Oct 5 06:06:18 2013 (r329421) +++ head/devel/p5-File-Path-Tiny/pkg-plist Sat Oct 5 07:16:45 2013 (r329422) @@ -1,6 +1,7 @@ %%SITE_PERL%%/File/Path/Tiny.pm %%SITE_PERL%%/File/Path/Tiny.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Path/Tiny/.packlist +%%PERL5_MAN3%%/File::Path::Tiny.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Path/Tiny @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Path @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File