Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 07:16:45 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
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
Message-ID:  <201310050716.r957GjHl007007@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310050716.r957GjHl007007>