pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-File-chdir Update from version 0.06 to 0.1002...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9969f57edd68
branches: trunk
changeset: 547178:9969f57edd68
user: he <he%pkgsrc.org@localhost>
date: Sat Sep 13 14:07:01 2008 +0000
description:
Update from version 0.06 to 0.1002, discussed in general terms with maintainer.
Pkgsrc changes:
o Add new dependency
o Change to Module::Build method
Upstream changes:
0.1002 Mon Feb 11 19:47:46 EST 2008
- testfix: 0.1001 accidentally left many array tests commented out
0.1001 Sat Feb 9 13:07:05 EST 2008
- testfix: work around odd Test::Builder errors on perl 5.6.2 dying in
the middle of a "push"
0.10 Fri Feb 8 08:42:53 EST 2008
- File::Spec 3.2501 broke File::chdir on Win32; updated prerequisite to
latest File::Spec (3.27) and rewrote internals of File::chdir
- Split array deletion tests to separate file to skip on Perl < 5.006
- Added Build.PL and other files (e.g. INSTALL, LICENSE) to the tarball
- Minor documentation changes/additions
0.0901
- removed unnecessary prototypes on internal functions (perl critic)
- cosmetic changes to distribution package (README, extra tests in xt)
0.09 Mon Jul 30 09:50:28 EDT 2007
- Updated Makefile.PL to warn about API change in 0.08
- Added $! diagnostic to error messages
0.08 Thu Jun 21 20:56:50 EDT 2007
* Croaks if the chdir fails when changing $CWD or @CWD
* Deleting from end of @CWD acts like a pop
- Revised and expanded @CWD tests
- Revised delete error message for deleting from middle of @CWD
- Added DIAGNOSTICS section to documentation
0.07 Mon Jun 18 18:38:00 EDT 2007
- Fixed testfile bug that prepended "/" in tests on Cygwin
0.06_01 Mon Apr 9 05:17:02 EDT 2007
- Development release by David Golden
* Fixed bug that prepended "/" to $CWD for Win32
* $CWD changed to use native path separators
* Tests fixed on Win32 by always using native separators as well
* Upped File::Spec and Cwd dependencies to require many recent bug-fixes
- Added note about comparing $CWD to File::Spec generated names
- Other minor documentation patches from Schwern
diffstat:
devel/p5-File-chdir/Makefile | 10 +++++++---
devel/p5-File-chdir/distinfo | 8 ++++----
2 files changed, 11 insertions(+), 7 deletions(-)
diffs (43 lines):
diff -r 1e651470b56c -r 9969f57edd68 devel/p5-File-chdir/Makefile
--- a/devel/p5-File-chdir/Makefile Sat Sep 13 13:51:54 2008 +0000
+++ b/devel/p5-File-chdir/Makefile Sat Sep 13 14:07:01 2008 +0000
@@ -1,19 +1,23 @@
-# $NetBSD: Makefile,v 1.3 2008/06/20 01:09:15 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2008/09/13 14:07:01 he Exp $
#
-DISTNAME= File-chdir-0.06
+DISTNAME= File-chdir-0.1002
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHWERN/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= sommerfeld%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/File-chdir/
COMMENT= Perl module with a more sensible way to change directories
+DEPENDS+= p5-PathTools>=3.27:../../devel/p5-PathTools
+
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/File/chdir/.packlist
+PERL5_MODULE_TYPE= Module::Build
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 1e651470b56c -r 9969f57edd68 devel/p5-File-chdir/distinfo
--- a/devel/p5-File-chdir/distinfo Sat Sep 13 13:51:54 2008 +0000
+++ b/devel/p5-File-chdir/distinfo Sat Sep 13 14:07:01 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/10/22 16:47:39 sommerfeld Exp $
+$NetBSD: distinfo,v 1.2 2008/09/13 14:07:01 he Exp $
-SHA1 (File-chdir-0.06.tar.gz) = 8247b89f87216fd043fa9402596b5e47b40eebc0
-RMD160 (File-chdir-0.06.tar.gz) = d836fd142aae02f878e9741b3701a3d8a6e222f6
-Size (File-chdir-0.06.tar.gz) = 22393 bytes
+SHA1 (File-chdir-0.1002.tar.gz) = af9db76a064806686646ccb08b64fa2046d73fa8
+RMD160 (File-chdir-0.1002.tar.gz) = d18cefe62d7b7dc1fe622c7020711b0254806b8f
+Size (File-chdir-0.1002.tar.gz) = 36601 bytes
Home |
Main Index |
Thread Index |
Old Index