diff options
author | he <he@pkgsrc.org> | 2008-08-11 12:48:45 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-11 12:48:45 +0000 |
commit | c428f18623717de510bdfa5dfc225e14b0c52611 (patch) | |
tree | 0d4d610495c8d9ec8b87511396215f45c5ce4138 | |
parent | 85f73317988fec04da526972688c6567432766a4 (diff) | |
download | pkgsrc-c428f18623717de510bdfa5dfc225e14b0c52611.tar.gz |
Update from version 3.34 to 3.45.
Pkgsrc changes:
o Change module type to Module::Build.
Upstream changes:
3.45 Fri Jul 11 18:58:46 2008
- Don't clone deep internally held objects
3.44 Fri Jul 11 17:39:35 2008
- Don't clone internally held objects
3.43 Tue Jun 24 18:05:10 2008
- Added 'scalar' type checking
3.42 Fri Jun 13 17:35:27 2008
- End all tests with exit(0) and fix SKIPs
- Recommended modules in META.yml
3.41 Fri May 16 11:16:30 EDT 2008
- Changed function shared_clone() to clone_shared() in Util.pm
- Handle circular refs when cloning data
3.39 Mon Mar 10 20:25:30 2008
- Catch unhandled params to ->new()
3.38 Tue Feb 26 16:54:46 2008
- No shared copying if no threads
3.37 Tue Feb 19 19:01:56 2008
- Fixed another preformance issue with reclaiming object IDs
- Fix testing under Perl 5.8.0
3.36 Fri Feb 15 19:45:37 2008
- Shared copies of refs of refs
3.35 Fri Dec 21 15:18:29 2007
- Set min threads::shared version when overloading '==' operator
for shared objects
- Added a countdown indicator to Term::YAPI
-rw-r--r-- | devel/p5-Object-InsideOut/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Object-InsideOut/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-Object-InsideOut/Makefile b/devel/p5-Object-InsideOut/Makefile index daf2fe940ad..e6b326dee85 100644 --- a/devel/p5-Object-InsideOut/Makefile +++ b/devel/p5-Object-InsideOut/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:24 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/08/11 12:48:45 he Exp $ # -DISTNAME= Object-InsideOut-3.34 +DISTNAME= Object-InsideOut-3.45 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Object/} @@ -17,6 +17,7 @@ DEPENDS+= p5-Want>=0.12:../../devel/p5-Want USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Object/InsideOut/.packlist +PERL5_MODULE_TYPE= Module::Build .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Object-InsideOut/distinfo b/devel/p5-Object-InsideOut/distinfo index ed535362702..220aac91083 100644 --- a/devel/p5-Object-InsideOut/distinfo +++ b/devel/p5-Object-InsideOut/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/12/16 21:57:26 seb Exp $ +$NetBSD: distinfo,v 1.3 2008/08/11 12:48:45 he Exp $ -SHA1 (Object-InsideOut-3.34.tar.gz) = e82d446c7b46f794f2ed6a0d1705f6d2f954f2ee -RMD160 (Object-InsideOut-3.34.tar.gz) = c4ef5bdafc3ab5dec62ea11d65ea8744cc46f356 -Size (Object-InsideOut-3.34.tar.gz) = 109718 bytes +SHA1 (Object-InsideOut-3.45.tar.gz) = 309a39c2699aadfb009a69b96a6d2f87266bf194 +RMD160 (Object-InsideOut-3.45.tar.gz) = 038861443cb2c0c0e5af1d94b2c79ebc5969c68d +Size (Object-InsideOut-3.45.tar.gz) = 113701 bytes |