diff options
author | wen <wen@pkgsrc.org> | 2013-11-05 02:47:59 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-11-05 02:47:59 +0000 |
commit | 7c9f902a65799d4b067f86135337887c72430e62 (patch) | |
tree | 26ad3368ce976d0d2d4d60fa8ae7ee012bedcd48 | |
parent | d6cf5f14fff0c9f5fd69066da47f1c599e8bc3de (diff) | |
download | pkgsrc-7c9f902a65799d4b067f86135337887c72430e62.tar.gz |
0.7 2013-09-26 18:46:19
- add =encoding to POD due to test failure on certain boxes
- add several perl, pkg, and pod tests
0.6 2013-09-24 05:51:54
add mk_parent()
0.5 2012-09-06 07:38:06
rt 79472 (thanks Lachlan!) fix absolute path bug introduced in 0.4
0.4 2012-09-03 17:50:41
rt 79345 (thanks Gian!): Failed to recursively create dir if the first part solves to false
0.3 2013-04-06 19:39:52
rt 76061 No LICENSE in META.yml
rt 68950 break out rm() code into empty() type function, use it in rm()
0.2 2012-03-11 16:50:44
rt 51728 Missing colon in synopsis
rt 75688 using deprecated for qw() in 00.load.t
perltidy
-rw-r--r-- | devel/p5-File-Path-Tiny/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-File-Path-Tiny/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-File-Path-Tiny/Makefile b/devel/p5-File-Path-Tiny/Makefile index 831ecb7a165..36c67a78b69 100644 --- a/devel/p5-File-Path-Tiny/Makefile +++ b/devel/p5-File-Path-Tiny/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2013/05/31 12:40:20 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2013/11/05 02:47:59 wen Exp $ -DISTNAME= File-Path-Tiny-0.1 +DISTNAME= File-Path-Tiny-0.7 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/devel/p5-File-Path-Tiny/distinfo b/devel/p5-File-Path-Tiny/distinfo index 8fb76a34ca9..a6e68ef1fa5 100644 --- a/devel/p5-File-Path-Tiny/distinfo +++ b/devel/p5-File-Path-Tiny/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/08/25 22:35:38 seb Exp $ +$NetBSD: distinfo,v 1.2 2013/11/05 02:47:59 wen Exp $ -SHA1 (File-Path-Tiny-0.1.tar.gz) = f5c37701565eeb77a72a6f84558537c39c609ca6 -RMD160 (File-Path-Tiny-0.1.tar.gz) = 76195700458438fd5f240ef72df2cd7b182f325b -Size (File-Path-Tiny-0.1.tar.gz) = 5922 bytes +SHA1 (File-Path-Tiny-0.7.tar.gz) = 97346515a634e66dca59ec029026559fc502231b +RMD160 (File-Path-Tiny-0.7.tar.gz) = ef4170969e6d439db6d02bf096886d6b8bb7cfd4 +Size (File-Path-Tiny-0.7.tar.gz) = 7522 bytes |