summaryrefslogtreecommitdiff
path: root/devel/p5-Module-Pluggable
diff options
context:
space:
mode:
authorsno <sno>2012-09-10 10:57:16 +0000
committersno <sno>2012-09-10 10:57:16 +0000
commite018e191ace1199e855608c43a8a4e932b114f9f (patch)
tree53cb7b2dfd0fc96c6ae4ededc6e6e9091f76e6d5 /devel/p5-Module-Pluggable
parentfbf34b645a1d8d115cdf36892f665bcdcc0976b7 (diff)
downloadpkgsrc-e018e191ace1199e855608c43a8a4e932b114f9f.tar.gz
Updating package for CPAN module Module::Pluggable in
devel/p5-Module-Pluggable from 4.0 to 4.3. pkgsrc changes: - switch PERL5_MODULE_TYPE from ExtUtils::MakeMaker (default) to Module::Build upstream changes: 2012-08-15 - 4.3 * Fix calling the correct method when instantiating (Doh!) * Hopefully stop smoker failures 2012-08-14 - 4.2 * Fix a problem with installation directory (Jerry D. Hedden) 2012-07-20 - 4.1 * Allow triggers on events which gives a powerful way to modify behaviour (Tim Brody, Dan Dascalescu, Paul Evans, Jens Rehsack) * Put documentation in about behaviour under blib and test, allow searching outside blib under test (suggestion from Stephen Baynes) * Made following symlinks the default behaviour, added ability to turn that off (Aran Deltac) * Fix installation path (Matthias Dietrich, Todd Rinaldo) * Allow min_depth and max_depth (as per suggestion from Jens Rehsack) * Set our @INC up to include and prefer our search_dirs if necessary (as per suggestion from Ian Goodacre) * Switch to Module::Build
Diffstat (limited to 'devel/p5-Module-Pluggable')
-rw-r--r--devel/p5-Module-Pluggable/Makefile8
-rw-r--r--devel/p5-Module-Pluggable/distinfo8
2 files changed, 10 insertions, 6 deletions
diff --git a/devel/p5-Module-Pluggable/Makefile b/devel/p5-Module-Pluggable/Makefile
index 8695d9736e7..f334f88e880 100644
--- a/devel/p5-Module-Pluggable/Makefile
+++ b/devel/p5-Module-Pluggable/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2012/04/01 20:24:44 rhaen Exp $
+# $NetBSD: Makefile,v 1.15 2012/09/10 10:57:16 sno Exp $
#
-DISTNAME= Module-Pluggable-4.0
+DISTNAME= Module-Pluggable-4.3
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mpl
CATEGORIES= devel perl5
@@ -16,6 +16,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Module/Pluggable/.packlist
+PERL5_MODULE_TYPE= Module::Build
+
+post-extract:
+ ${FIND} ${WRKSRC} -type f -name "*.pm" -print | ${XARGS} ${CHMOD} -x
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Module-Pluggable/distinfo b/devel/p5-Module-Pluggable/distinfo
index 72b63afcf87..835f188ddc6 100644
--- a/devel/p5-Module-Pluggable/distinfo
+++ b/devel/p5-Module-Pluggable/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2012/04/01 20:24:44 rhaen Exp $
+$NetBSD: distinfo,v 1.8 2012/09/10 10:57:16 sno Exp $
-SHA1 (Module-Pluggable-4.0.tar.gz) = dafe4021317b6b78a801a3b8b9fdf5ca05c942b9
-RMD160 (Module-Pluggable-4.0.tar.gz) = 8f55edb6c248567a58db658c56e4284ec3300060
-Size (Module-Pluggable-4.0.tar.gz) = 17444 bytes
+SHA1 (Module-Pluggable-4.3.tar.gz) = 770798928c61dd24a3ad34962f8ba0d9cf2f8c23
+RMD160 (Module-Pluggable-4.3.tar.gz) = 505adf68283830e9b7e94ff216bef3bef9d42c92
+Size (Module-Pluggable-4.3.tar.gz) = 26066 bytes