pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Module-Load PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3ab43ab7be3
branches:  trunk
changeset: 557250:c3ab43ab7be3
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Apr 12 19:18:59 2009 +0000

description:
PkgSrc changes:
  - Updating package for p5 module Module::Load to 0.16
  - Set license to artistic-2.0

Upstream changes:
Changes for 0.16    Fri Feb  6 17:51:14 2009
============================================
* This is a bugfix release for users of perl versions 5.8.4 and
  5.8.5, which works around a core perl bug in those versions that
  loses arguments from @_ when using 'goto &subroutine'.
  Users of other perl versions need not upgrade.

Changes for 0.14    Mon Jan 19 17:19:58 2009
============================================
* Address #41883: Module::Load cannot import non-Exporter module:
  import() function for modules used via load() weren't being
  called properly
* Test cases are now generated

diffstat:

 devel/p5-Module-Load/Makefile |  6 +++---
 devel/p5-Module-Load/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r d47060ef8fdb -r c3ab43ab7be3 devel/p5-Module-Load/Makefile
--- a/devel/p5-Module-Load/Makefile     Sun Apr 12 19:14:19 2009 +0000
+++ b/devel/p5-Module-Load/Makefile     Sun Apr 12 19:18:59 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:57 he Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/12 19:18:59 sno Exp $
 
-DISTNAME=      Module-Load-0.12
+DISTNAME=      Module-Load-0.16
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 SVR4_PKGNAME=  p5ml
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Module/}
@@ -10,6 +9,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Module-Load/
 COMMENT=       Perl5 module to runtime require of both modules and files
+LICENSE=       artistic-2.0
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r d47060ef8fdb -r c3ab43ab7be3 devel/p5-Module-Load/distinfo
--- a/devel/p5-Module-Load/distinfo     Sun Apr 12 19:14:19 2009 +0000
+++ b/devel/p5-Module-Load/distinfo     Sun Apr 12 19:18:59 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/08/06 15:54:42 he Exp $
+$NetBSD: distinfo,v 1.2 2009/04/12 19:18:59 sno Exp $
 
-SHA1 (Module-Load-0.12.tar.gz) = 3592fef6d127bac74146dc5d7572b3fd31d1ddeb
-RMD160 (Module-Load-0.12.tar.gz) = 71a81898b3db3b7463ef79c497dac1c8e749aec8
-Size (Module-Load-0.12.tar.gz) = 4429 bytes
+SHA1 (Module-Load-0.16.tar.gz) = 142197478036a7db50897a906a331380a34cbda9
+RMD160 (Module-Load-0.16.tar.gz) = 676def147471d6116c770aa31e812e45236c98d7
+Size (Module-Load-0.16.tar.gz) = 5095 bytes



Home | Main Index | Thread Index | Old Index