update p5-Clone to 0.18

Revision 0.18  2005/05/23 15:34:31  ray
moved declaration to top of function, M$ (and other) C compilers choke.

Revision 0.17  2005/05/05 22:26:01  ray
Changed PERL_MAGIC_backref to '<' for compatability with 5.6

Revision 0.16  2005/04/20 15:49:35  ray
Bug fix for id 11997, "Clone dies horribly when Scalar::Util::weaken is around"
see http://rt.cpan.org/Ticket/Display.html?id=11997 for details.

Revision 0.15.2.1  2005/05/05 21:55:30  ray
changed PERL_MAGIC_backref to '<' for backward compatibility with 5.6
This commit is contained in:
abs 2005-07-21 08:24:05 +00:00
parent adb37c91e9
commit d32de47c5e
3 changed files with 8 additions and 8 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.4 2005/07/13 18:01:23 jlam Exp $
# $NetBSD: Makefile,v 1.5 2005/07/21 08:24:05 abs Exp $
DISTNAME= Clone-0.15
DISTNAME= Clone-0.18
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clone/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2005/02/23 22:24:24 agc Exp $
$NetBSD: distinfo,v 1.3 2005/07/21 08:24:05 abs Exp $
SHA1 (Clone-0.15.tar.gz) = 919647f08e4f95998f3b0ec49d1d2aaa141b5d52
RMD160 (Clone-0.15.tar.gz) = 9bb56dcdba289c34028738678132ef8b894c5954
Size (Clone-0.15.tar.gz) = 9269 bytes
SHA1 (Clone-0.18.tar.gz) = 0787b5385f64b42e44072ed4616ead92ae6e381a
RMD160 (Clone-0.18.tar.gz) = b9f486b732c16a3608bbadf18c9b270edf8e3a58
Size (Clone-0.18.tar.gz) = 9838 bytes

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.10643 2005/07/21 06:42:52 hira Exp $
$NetBSD: CHANGES,v 1.10644 2005/07/21 08:24:35 abs Exp $
Changes to the packages collection and infrastructure in 2005:
@ -3260,3 +3260,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated www/firefox-gtk1 to 1.0.6 [taya 2005-07-20]
Updated fonts/alee-ttf to 4.8 [minskim 2005-07-21]
Updated x11/xscreensaver to 4.22nb1 [hira 2005-07-21]
Updated devel/p5-Clone to 0.18 [abs 2005-07-21]