diff options
author | sno <sno> | 2009-10-25 11:44:13 +0000 |
---|---|---|
committer | sno <sno> | 2009-10-25 11:44:13 +0000 |
commit | 2c7e34350dff366cc49e8a06ffae89fb36c9699b (patch) | |
tree | 4a4b1ced15896feb7c93e80e4e1b09fac5e3b181 /devel | |
parent | a2cab948d306c2c3adc639c3a144b5bda2805999 (diff) | |
download | pkgsrc-2c7e34350dff366cc49e8a06ffae89fb36c9699b.tar.gz |
Updating devel/p5-Test-Differences from 0.4801nb1 to 0.5000
pkgsrc changes:
- Adding license definition
Upstream changes (since module release 0.4801):
0.50 Sat Oct 17 15:18:03 2009
- Production release.
0.49_02 Sat Aug 2 13:00:21 GMT 2008
- Added support for all diff styles supplied by Text::Diff. Requested by
Kevin Jones (http://rt.cpan.org/Public/Bug/Display.html?id=23579)
- Add Build.PL.
- Convert to universally use Test::More instead of Test.
0.49_01 Fri Aug 1 09:04:58 GMT 2008
- Convert to modern Perl distribution.
- Applied doc suggestion from Slaven Rezic
(http://rt.cpan.org/Ticket/Display.html?id=24297)
- Bumped up version number higher than normal because I forgot to quote
the "developer release" number last time.
- Applied Mark Stosberg's patch which fixed the { a => 1 } versus
{ a => '1' } bug (http://rt.cpan.org/Ticket/Display.html?id=3029)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Differences/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Test-Differences/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-Test-Differences/Makefile b/devel/p5-Test-Differences/Makefile index f9fc7ec2058..06683a8d2d8 100644 --- a/devel/p5-Test-Differences/Makefile +++ b/devel/p5-Test-Differences/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2009/06/13 06:46:47 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2009/10/25 11:44:13 sno Exp $ -DISTNAME= Test-Differences-0.4801 -PKGNAME= p5-${DISTNAME:S/4801/48.01/} -PKGREVISION= 1 +DISTNAME= Test-Differences-0.500 +PKGNAME= p5-${DISTNAME}0 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/perldoc?Test::Differences COMMENT= Test strings and data structures and show differences if not ok +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Text-Diff>=0.34:../../textproc/p5-Text-Diff diff --git a/devel/p5-Test-Differences/distinfo b/devel/p5-Test-Differences/distinfo index e3c288780ef..472dad8b4c9 100644 --- a/devel/p5-Test-Differences/distinfo +++ b/devel/p5-Test-Differences/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/08/06 21:09:54 he Exp $ +$NetBSD: distinfo,v 1.3 2009/10/25 11:44:13 sno Exp $ -SHA1 (Test-Differences-0.4801.tar.gz) = f3d0deb8beda97558ab45fe3c5035683537d6acd -RMD160 (Test-Differences-0.4801.tar.gz) = 97ac3312e24c4f3fd06eb74342646181707e4436 -Size (Test-Differences-0.4801.tar.gz) = 8717 bytes +SHA1 (Test-Differences-0.500.tar.gz) = ab7f1cd40b23200da030c1e5a6a780042db16351 +RMD160 (Test-Differences-0.500.tar.gz) = 3d3a7bdb1f7b98e616b9b470c0b81b6a25050ce8 +Size (Test-Differences-0.500.tar.gz) = 13065 bytes |