summaryrefslogtreecommitdiff
path: root/devel/p5-autodie
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-02-18 08:48:09 +0000
committersno <sno@pkgsrc.org>2010-02-18 08:48:09 +0000
commit3082cf16fe3d2e8b3ff35e2aefbd1c825816d034 (patch)
tree16609712d6ebb6c62aa6a8eb2981113f10e2528f /devel/p5-autodie
parente560ac4fedd9cadc03e921a9686b6c2abbadc0d8 (diff)
downloadpkgsrc-3082cf16fe3d2e8b3ff35e2aefbd1c825816d034.tar.gz
Updating devel/p5-autodie from 2.06 to 2.08
pkgsrc changes: - Adjust module type for installation - Adjust installed file permissions Upstream changes: 2.08 Mon Feb 8 14:24:26 AUSEST 2010 * BUGFIX: Addeds support for chmod. Many thanks to Jonathan Yu for reporting this (RT #50423). * BUGFIX: Multi-arg open is now supported by open. Many thanks to Nick Ncleaton for finding and fix this bug. (RT #52427) * BUILD: Updated to Module::Install 0.93 2.07 Fri Jul 31 16:35:40 BST 2009 * FEATURE: Added ->eval_error to autodie::exception, which stores the contents of $@ at the time autodie throws its own exception. This is useful when dealing with modules such as Text::Balanced which set (but do not throw) $@ on error. * TEST: Checking for flock() support no longer causes test failures on older VMS sysstems. (RT #47812) Thanks to Craig A. Berry for supplying a patch. * TEST: hints.t tests should no longer cause bogus failures relating to File::Copy on VMS and Windows systems prior to Perl 5.10.2.
Diffstat (limited to 'devel/p5-autodie')
-rw-r--r--devel/p5-autodie/Makefile9
-rw-r--r--devel/p5-autodie/distinfo8
2 files changed, 10 insertions, 7 deletions
diff --git a/devel/p5-autodie/Makefile b/devel/p5-autodie/Makefile
index 3495d498e1b..43047d94ef0 100644
--- a/devel/p5-autodie/Makefile
+++ b/devel/p5-autodie/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/08/19 20:17:30 sno Exp $
+# $NetBSD: Makefile,v 1.2 2010/02/18 08:48:09 sno Exp $
-DISTNAME= autodie-2.06
+DISTNAME= autodie-2.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autodie/}
@@ -15,8 +15,11 @@ DEPENDS+= p5-IPC-System-Simple>=0.12:../../devel/p5-IPC-System-Simple
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
-PERL5_MODULE_TYPE= Module::Install # better Module::Install::Bundled
+PERL5_MODULE_TYPE= Module::Install::Bundled
PERL5_PACKLIST= auto/autodie/.packlist
+post-extract:
+ ${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-autodie/distinfo b/devel/p5-autodie/distinfo
index 996d187186f..47d5176e796 100644
--- a/devel/p5-autodie/distinfo
+++ b/devel/p5-autodie/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/08/19 20:17:30 sno Exp $
+$NetBSD: distinfo,v 1.2 2010/02/18 08:48:09 sno Exp $
-SHA1 (autodie-2.06.tar.gz) = 4865c824c275dacb53a38f797bc3add9c7ac1daf
-RMD160 (autodie-2.06.tar.gz) = 367c63d0917b41a40f69be7fcbec56331d68d19e
-Size (autodie-2.06.tar.gz) = 73630 bytes
+SHA1 (autodie-2.08.tar.gz) = 0b21ca6922039035b40f839126c75bffed7c2dd8
+RMD160 (autodie-2.08.tar.gz) = 1a5b266523e4b8fa7f1ef806c581757bd9d7d8d9
+Size (autodie-2.08.tar.gz) = 76338 bytes