diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-01-02 16:34:59 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-01-02 16:34:59 +0000 |
commit | c204e8ba7e63c7130c11dc20b8f14073e41ece86 (patch) | |
tree | d91b781a9f4f770d2ff90987f66c589ca06d60ff /devel | |
parent | acd797bd7fa1da75dc9674d07958e95da71a92f9 (diff) | |
download | pkgsrc-c204e8ba7e63c7130c11dc20b8f14073e41ece86.tar.gz |
Update to 0.33. From the changelog:
- New copy_to() and move_to() methods. [Robert Rothenberg & Ken Williams]
- As advised in the utime() docs, pass undef as the time for touch().
- Do a better job cleaning up temp files in the tests.
- Optimization: use parent.pm instead of base.pm. [Olivier Mengué]
- Changed the docs to show that file() and dir() are exported by default.
- Fixed spelling error in POD. [Salvatore Bonaccorso]
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Path-Class/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Path-Class/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Path-Class/Makefile b/devel/p5-Path-Class/Makefile index 770894791cd..88d83774c45 100644 --- a/devel/p5-Path-Class/Makefile +++ b/devel/p5-Path-Class/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2013/09/05 18:20:09 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/01/02 16:34:59 schmonz Exp $ -DISTNAME= Path-Class-0.32 +DISTNAME= Path-Class-0.33 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWILLIAMS/} diff --git a/devel/p5-Path-Class/distinfo b/devel/p5-Path-Class/distinfo index 63ff0891bf3..25cf4fac377 100644 --- a/devel/p5-Path-Class/distinfo +++ b/devel/p5-Path-Class/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2013/09/05 18:20:09 wiz Exp $ +$NetBSD: distinfo,v 1.11 2014/01/02 16:34:59 schmonz Exp $ -SHA1 (Path-Class-0.32.tar.gz) = 3a5e1a968be928a1ef92e7ee92584b00238996a9 -RMD160 (Path-Class-0.32.tar.gz) = a09651dd461f26e8cf8fccefc2a6488156a7b72e -Size (Path-Class-0.32.tar.gz) = 32205 bytes +SHA1 (Path-Class-0.33.tar.gz) = 1d44a4afebb154449c0248ddfe97425d9c60bbc8 +RMD160 (Path-Class-0.33.tar.gz) = 4907e0e11d1041fe6530b108679b35eb72706172 +Size (Path-Class-0.33.tar.gz) = 33101 bytes |