diff options
author | wen <wen@pkgsrc.org> | 2015-07-30 09:47:36 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-07-30 09:47:36 +0000 |
commit | 265461ee737fc712a668b7f738b15d602ddaca79 (patch) | |
tree | 1e279f5e2c4c8b90d91a81223b50d4ef994cb901 /filesystems | |
parent | df42fab9beabf3d309970327ad275579beadf99f (diff) | |
download | pkgsrc-265461ee737fc712a668b7f738b15d602ddaca79.tar.gz |
Update to 0.072
Upstream changes:
0.072 2015-07-20 16:07:20-04:00 America/New_York
- No changes from 0.071
0.071 2015-07-17 13:40:08-04:00 America/New_York (TRIAL RELEASE)
[FIXED]
- Fixed incorrect error argument for File::Path functions
(mkpath and remove_tree)
0.070 2015-06-28 13:50:16-04:00 America/New_York
- No changes from 0.069
0.069 2015-06-18 18:09:44-04:00 America/New_York (TRIAL RELEASE)
[CHANGED]
- The 'copy' method now returns the object for the copied file
[FIXED]
- The 'visit' method only dereferences the callback return value
for scalar refs, avoiding some common bugs
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/p5-Path-Tiny/Makefile | 5 | ||||
-rw-r--r-- | filesystems/p5-Path-Tiny/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/filesystems/p5-Path-Tiny/Makefile b/filesystems/p5-Path-Tiny/Makefile index 5c53b73de04..554ec545569 100644 --- a/filesystems/p5-Path-Tiny/Makefile +++ b/filesystems/p5-Path-Tiny/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:22 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/30 09:47:36 wen Exp $ -DISTNAME= Path-Tiny-0.068 +DISTNAME= Path-Tiny-0.072 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 d805318c601..27678a18e0c 100644 --- a/filesystems/p5-Path-Tiny/distinfo +++ b/filesystems/p5-Path-Tiny/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2015/04/05 06:41:17 wen Exp $ +$NetBSD: distinfo,v 1.10 2015/07/30 09:47:36 wen Exp $ -SHA1 (Path-Tiny-0.068.tar.gz) = 9343e326d932319b2a5c7b8c99b8615ed2134d24 -RMD160 (Path-Tiny-0.068.tar.gz) = a54f5d62f0adce6403dedd7e8e3831db7f9327e6 -Size (Path-Tiny-0.068.tar.gz) = 79290 bytes +SHA1 (Path-Tiny-0.072.tar.gz) = f503b8ba1503d59fa62069b63c5c84bf01eb8873 +RMD160 (Path-Tiny-0.072.tar.gz) = c01de153a25016c07f2f53f97d367be6a9da716d +Size (Path-Tiny-0.072.tar.gz) = 80366 bytes |