- 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
This commit is contained in:
parent
e55fdb5ca4
commit
b108fcebc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329422
4 changed files with 5 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue