diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-29 14:54:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-29 14:54:05 +0000 |
commit | 27df22e4b516d9df503847123b02adb76a37168b (patch) | |
tree | 732212f7499e7923b94a02f53c3365b7ae22b5b8 | |
parent | 85b23593d44a7bc6ef62fa7dd72cff15a2df1677 (diff) | |
download | pkgsrc-27df22e4b516d9df503847123b02adb76a37168b.tar.gz |
Update to 0.18, provided by Hiramatsu Yoshifumi in PR 28461.
- Added copyright and license info
- Made affirm's code dumping code safe on perl where B::Deparse
isn't quite up to the job.
- Some minor grammar nits from David Wheeler.
-rw-r--r-- | devel/p5-Carp-Assert/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Carp-Assert/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Carp-Assert/Makefile b/devel/p5-Carp-Assert/Makefile index a501ff04e04..31495fadb14 100644 --- a/devel/p5-Carp-Assert/Makefile +++ b/devel/p5-Carp-Assert/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/20 03:56:38 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/29 14:54:05 wiz Exp $ # -DISTNAME= Carp-Assert-0.17 +DISTNAME= Carp-Assert-0.18 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cpa CATEGORIES= devel perl5 diff --git a/devel/p5-Carp-Assert/distinfo b/devel/p5-Carp-Assert/distinfo index 7e38b2a5c33..a8eb57e49c5 100644 --- a/devel/p5-Carp-Assert/distinfo +++ b/devel/p5-Carp-Assert/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/02/20 03:56:38 minskim Exp $ +$NetBSD: distinfo,v 1.2 2004/11/29 14:54:05 wiz Exp $ -SHA1 (Carp-Assert-0.17.tar.gz) = 1892da09958a50da60b527ab627907ad4718c4cd -Size (Carp-Assert-0.17.tar.gz) = 8815 bytes +SHA1 (Carp-Assert-0.18.tar.gz) = 557bc90c3102823e9415d09a89ed35b545cd7913 +Size (Carp-Assert-0.18.tar.gz) = 9540 bytes |