diff options
author | wiz <wiz> | 2008-04-23 20:14:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-04-23 20:14:42 +0000 |
commit | 7318a55080cf0a5a50aa2149c18efbdf12e25390 (patch) | |
tree | 200d9d23fd5c8113b966518a61693321cf524cb0 /devel/p5-Clone | |
parent | ea0e2118c15cf577972bcbcaa5515906a947bc0d (diff) | |
download | pkgsrc-7318a55080cf0a5a50aa2149c18efbdf12e25390.tar.gz |
Update to 0.28:
0.27, 0.28 not described.
Revision 0.26 2007-10-15 04:52:42 ray
Made a change in CLONE_KEY to the way Clone stores refs in the ref hash.
Perl no longer uses the SvANY part of the SV struct in the same way which
meams the old way of storing the hash key is no longer unique.
Thanks to Slaven Rezic for the patch.
Revision 0.25 2007-07-25 03:41:04 ray
Latest patch from Ruslan Zakirov. Patched another memory leak.
Revision 0.24 2007-07-25 03:33:57 ray
Bug fix for 5.9.*, for some reason the 'visible' logic is no longer working.
I #if 'ed it out until I figure out what is going on.
Also removed an old redundant CLONE_STORE, could have been the cause of some
memory leaks.
Diffstat (limited to 'devel/p5-Clone')
-rw-r--r-- | devel/p5-Clone/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Clone/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Clone/Makefile b/devel/p5-Clone/Makefile index 491ad01f05b..3865df6c858 100644 --- a/devel/p5-Clone/Makefile +++ b/devel/p5-Clone/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2007/06/09 23:29:37 abs Exp $ +# $NetBSD: Makefile,v 1.11 2008/04/23 20:14:42 wiz Exp $ -DISTNAME= Clone-0.23 +DISTNAME= Clone-0.28 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clone/} diff --git a/devel/p5-Clone/distinfo b/devel/p5-Clone/distinfo index 0d4a4b4fa44..c066c1dab8a 100644 --- a/devel/p5-Clone/distinfo +++ b/devel/p5-Clone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2007/06/09 23:29:37 abs Exp $ +$NetBSD: distinfo,v 1.6 2008/04/23 20:14:42 wiz Exp $ -SHA1 (Clone-0.23.tar.gz) = 69952a1da03e3c27362926dc0c921b7accb7e3d0 -RMD160 (Clone-0.23.tar.gz) = 6bf60bc746e3a0f854b53ffc3bfd4f4608bb385d -Size (Clone-0.23.tar.gz) = 10632 bytes +SHA1 (Clone-0.28.tar.gz) = 505c753b5b5f80f2f7672efdebef5a78519fad57 +RMD160 (Clone-0.28.tar.gz) = 954a097ca3a97ccab96e9def3a275d7e2d0e1432 +Size (Clone-0.28.tar.gz) = 11274 bytes |