diff options
author | wen <wen@pkgsrc.org> | 2013-09-05 07:07:10 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-09-05 07:07:10 +0000 |
commit | afba7577978494c755fd8d36cae1d06e233d6a63 (patch) | |
tree | eff4f91039f9964b4f96f4e885f39d1504c9792d | |
parent | fa9a63bb8e414ae3a799a77444b84a6db4feedbe (diff) | |
download | pkgsrc-afba7577978494c755fd8d36cae1d06e233d6a63.tar.gz |
Update to 0.031
Upstream changes:
0.031 2013-08-27 10:03:57 America/New_York
[FIXED]
- parent() on paths with internal double dots (e.g. /foo..bar.txt) now works
correctly
0.030 2013-08-20 16:10:04 America/New_York
[FIXED]
- t/zzz-spec.t used getcwd() instead of getdcwd(), which breaks
on Windows if the build directory isn't on the 'C' drive
0.029 2013-08-19 11:52:24 America/New_York
[FIXED]
- On Win32, "C:/" no longer is changed to "C:". Also, "C:" is
converted to the absolute path of cwd on the "C:" volume. UNC paths
("//server/share/") now retain their trailing slash to correctly
distinguish volume and directory paths when split
0.028 2013-08-14 13:12:49 America/New_York
[ADDED]
- The 'children()' method now takes an optional regular expression to
filter the results
-rw-r--r-- | filesystems/p5-Path-Tiny/Makefile | 4 | ||||
-rw-r--r-- | filesystems/p5-Path-Tiny/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/filesystems/p5-Path-Tiny/Makefile b/filesystems/p5-Path-Tiny/Makefile index 0c9c413a46d..d04f7f69cd1 100644 --- a/filesystems/p5-Path-Tiny/Makefile +++ b/filesystems/p5-Path-Tiny/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2013/07/27 07:44:42 wen Exp $ +# $NetBSD: Makefile,v 1.3 2013/09/05 07:07:10 wen Exp $ # -DISTNAME= Path-Tiny-0.027 +DISTNAME= Path-Tiny-0.031 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/} diff --git a/filesystems/p5-Path-Tiny/distinfo b/filesystems/p5-Path-Tiny/distinfo index 30d97106798..cca88e6de91 100644 --- a/filesystems/p5-Path-Tiny/distinfo +++ b/filesystems/p5-Path-Tiny/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/07/27 07:44:42 wen Exp $ +$NetBSD: distinfo,v 1.3 2013/09/05 07:07:10 wen Exp $ -SHA1 (Path-Tiny-0.027.tar.gz) = 3a6a302a840c6996426fee104d4218a2eaef2e0a -RMD160 (Path-Tiny-0.027.tar.gz) = 1d97bafee9d082d74f77835d237da272ffeb1cae -Size (Path-Tiny-0.027.tar.gz) = 40573 bytes +SHA1 (Path-Tiny-0.031.tar.gz) = 116d95ec6622bf3318685010777be95a86f85790 +RMD160 (Path-Tiny-0.031.tar.gz) = be420e6a5d57f3c35d95570529aa0a824488d591 +Size (Path-Tiny-0.031.tar.gz) = 41981 bytes |