diff options
author | obache <obache@pkgsrc.org> | 2008-08-09 01:40:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-09 01:40:42 +0000 |
commit | e91e1e6346fc612e3d5a682b375358c281b8ea70 (patch) | |
tree | c0fdbe87f2e443655c6e2e5c883c516199b3936d /devel | |
parent | b9da638ee673197796f91f21731886879640eb92 (diff) | |
download | pkgsrc-e91e1e6346fc612e3d5a682b375358c281b8ea70.tar.gz |
Update p5-File-HomeDir to 0.80.
Patch provided by Jens Rehsack in PR 39227.
0.80 Fri 27 Jun 2008
- All clear on the CPAN Testers front, flipping to production
0.71_03 Wed 25 Jun 2008
- Removing the Server 2003 and 2008 skips that should work
now that we create directories on demand.
- File::HomeDir should now support "Perl on a Stick"
0.71_02 Mon 28 Apr 2008
- Added `my_dot_config`.
- Adding a base driver class.
0.71_01 Fri 4 Apr 2008
- Converted from Registry checks to Win32 calls.
This includes giving it the "create directory" call.
- Removing the dependency on the registry modules.
0.70 Fri 28 Feb 2008
- Windows Server 2003 does not have Music/Pictures/etc directories
(correct the test to not expect them to exist)
- Make the same assumption about Windows Server 2008
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-HomeDir/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-File-HomeDir/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-File-HomeDir/Makefile b/devel/p5-File-HomeDir/Makefile index b9d492961fc..3bcc3efe627 100644 --- a/devel/p5-File-HomeDir/Makefile +++ b/devel/p5-File-HomeDir/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/05/28 21:54:19 abs Exp $ +# $NetBSD: Makefile,v 1.5 2008/08/09 01:40:42 obache Exp $ # -DISTNAME= File-HomeDir-0.69 +DISTNAME= File-HomeDir-0.80 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/devel/p5-File-HomeDir/distinfo b/devel/p5-File-HomeDir/distinfo index fca38e0dafa..a8cd4f11a31 100644 --- a/devel/p5-File-HomeDir/distinfo +++ b/devel/p5-File-HomeDir/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/05/28 21:54:19 abs Exp $ +$NetBSD: distinfo,v 1.4 2008/08/09 01:40:42 obache Exp $ -SHA1 (File-HomeDir-0.69.tar.gz) = a417ea05734f3ba270dd7add2a3716b04c1c16be -RMD160 (File-HomeDir-0.69.tar.gz) = e19128bc4faa12e9e0a3de7063c763bae2e27bce -Size (File-HomeDir-0.69.tar.gz) = 36775 bytes +SHA1 (File-HomeDir-0.80.tar.gz) = ffa975ff1ac83a43c74c04a83e3d558181441f5c +RMD160 (File-HomeDir-0.80.tar.gz) = 24c761744160805b16ac47ec6962c8f6849feaae +Size (File-HomeDir-0.80.tar.gz) = 34639 bytes |