summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-09-02 12:42:13 +0000
committerobache <obache@pkgsrc.org>2013-09-02 12:42:13 +0000
commit6ac76a6ef61042bbd14c84ce32d77416b4225b01 (patch)
tree233f4b4047effcbf4d2ad58ff9687ccfa6866083
parent20d65d7fe4198cd0ce862b0aadac678fc4ced998 (diff)
downloadpkgsrc-6ac76a6ef61042bbd14c84ce32d77416b4225b01.tar.gz
Update p5-File-Util to 3.39
Revision history for Perl extension File::Util.pm 3.39 Sun Jan 6 15:54:10 CST 2013 Significant improvements in test suite, but most importantly eliminated a bug found in make_dir() where absolute paths caused problems on some platforms. Fixed a bug that caused testing to fail on Solaris 3.38 Fri Jan 4 12:26:53 CST 2013 Have to abandon AutoLoader. It is simply causing too many problems to continue using it on any level. 3.37 Thu Jan 3 12:58:55 CST 2013 Renamed atomize() to atomize_path() before anyone starts to use it; the original name is not ideal and not descriptive of what it does. 3.36 Thu Jan 3 11:38:00 CST 2013 breakfix, Dist::Zilla failed to detect long-time prereq Exception::Handler. This unfortunate problem broke v3.33 thru 3.35 which were taken down in short order. 3.35 - removed 3.34 - removed 3.33 Mon Dec 31 23:37:40 CST 2012 Moves everything out of autoloader that was previously in autoloader, with the exception of the assisted error handling. In light of modern computing, the optimizations are so minimal as to be negligible now. There's more benefit to be had by having all methods available at compile time. Documentation updates. Code cleanups. Package cleanup. Preparations to add new features. Working to make the distribution compliant with Fedora and Debian packaging standards. File::Util already has a maintained package for Ubuntu.
-rw-r--r--devel/p5-File-Util/Makefile5
-rw-r--r--devel/p5-File-Util/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-File-Util/Makefile b/devel/p5-File-Util/Makefile
index df512a44c8c..64865c5d835 100644
--- a/devel/p5-File-Util/Makefile
+++ b/devel/p5-File-Util/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2013/05/31 12:40:21 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2013/09/02 12:42:13 obache Exp $
#
-DISTNAME= File-Util-3.32
+DISTNAME= File-Util-3.39
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
diff --git a/devel/p5-File-Util/distinfo b/devel/p5-File-Util/distinfo
index e0cd01ebff1..576b95a6789 100644
--- a/devel/p5-File-Util/distinfo
+++ b/devel/p5-File-Util/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2012/11/29 14:21:32 wen Exp $
+$NetBSD: distinfo,v 1.3 2013/09/02 12:42:13 obache Exp $
-SHA1 (File-Util-3.32.tar.gz) = cb5a5be242230f429aaa78c31062f80eb85ec124
-RMD160 (File-Util-3.32.tar.gz) = 793a6ccde496ca8316866013259f88070b5d28e3
-Size (File-Util-3.32.tar.gz) = 49081 bytes
+SHA1 (File-Util-3.39.tar.gz) = 08b8cbca30c754e6885213f497fc6859cd8a29ee
+RMD160 (File-Util-3.39.tar.gz) = 70d35f51e047a6d884cb02bee780185f15621d91
+Size (File-Util-3.39.tar.gz) = 61172 bytes