Updated devel/p5-File-HomeDir to 0.69
0.69 Sun 3 Feb 2008 - No changes, incrementing for production release 0.68_01 Tue 22 Jan 2008 - Fixed folder detection on Darwin so that symlinks that resolve to directories are considered valid folders. Patch from David Wheeler. 0.67 Thu 6 Dec 2007 - No functional changes, no need to upgrade. - Upgrading to Module::Install 0.68 - Updating bundled author tests 0.66 Sat 25 Aug 2007 - No functional changes, no need to upgrade. (This release attempts to regain 100% CPAN Testers results) - Spurious failures on some path-levels of 5.9.0 due to a warnings bug regression. Skip the relevant test on Perl 5.9.0. - Remove a -w flag in 02_main.t so test run under tainting
This commit is contained in:
parent
e66c257fda
commit
02c899c682
2 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2007/06/09 23:18:25 abs Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2008/05/28 21:54:19 abs Exp $
|
||||
#
|
||||
|
||||
DISTNAME= File-HomeDir-0.65
|
||||
DISTNAME= File-HomeDir-0.69
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||||
|
@ -10,11 +10,11 @@ MAINTAINER= bartosz@atom.eu.org
|
|||
HOMEPAGE= http://search.cpan.org/dist/File-HomeDir/
|
||||
COMMENT= Get the home directory for yourself or other users
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
|
||||
PERL5_PACKLIST= auto/File/HomeDir/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2007/06/09 23:18:25 abs Exp $
|
||||
$NetBSD: distinfo,v 1.3 2008/05/28 21:54:19 abs Exp $
|
||||
|
||||
SHA1 (File-HomeDir-0.65.tar.gz) = f812a7973384f9fc18cb9b4dea22bff57b783c20
|
||||
RMD160 (File-HomeDir-0.65.tar.gz) = 4fc8927ea9513978afb3c9ed28319253e37f66bc
|
||||
Size (File-HomeDir-0.65.tar.gz) = 36083 bytes
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue