diff options
author | sno <sno@pkgsrc.org> | 2009-07-18 17:17:06 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-18 17:17:06 +0000 |
commit | 7c13071e81e7037b7eea9adfab753eff68c9b241 (patch) | |
tree | 1f1284a5fcdb3c6e7d5d6ae2e621afef6a790119 /textproc | |
parent | ace4f5c99c934fbb8303ec287580a00bb1917be7 (diff) | |
download | pkgsrc-7c13071e81e7037b7eea9adfab753eff68c9b241.tar.gz |
pkgsrc changes:
- Updating package for p5 module Text::Diff from 0.35nb4 to 1.37
- Adding homepage and license according to META.yml
- Adjusting dependency
Upstream changes:
1.37 Thu 16 Jul 2009
- Switching to a production release
- Switching to a 1.xx version to indicate this
- Added META.yml file
1.36_01 Mon 13 Jul 2009
- Cleaning this up to pass tests
- Adding author tests
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Diff/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Text-Diff/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/textproc/p5-Text-Diff/Makefile b/textproc/p5-Text-Diff/Makefile index 02f2918724e..6bfa3a6f769 100644 --- a/textproc/p5-Text-Diff/Makefile +++ b/textproc/p5-Text-Diff/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.12 2008/10/19 19:18:56 he Exp $ +# $NetBSD: Makefile,v 1.13 2009/07/18 17:17:06 sno Exp $ -DISTNAME= Text-Diff-0.35 +DISTNAME= Text-Diff-1.37 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= High-level text diffing module for Perl +HOMEPAGE= http://search.cpan.org/dist/Text-Diff/ +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Algorithm-Diff>=1.15:../../devel/p5-Algorithm-Diff +DEPENDS+= p5-Algorithm-Diff>=1.19:../../devel/p5-Algorithm-Diff USE_LANGUAGES= # empty diff --git a/textproc/p5-Text-Diff/distinfo b/textproc/p5-Text-Diff/distinfo index 3c837596b2b..2c247efe4e4 100644 --- a/textproc/p5-Text-Diff/distinfo +++ b/textproc/p5-Text-Diff/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:48:45 agc Exp $ +$NetBSD: distinfo,v 1.3 2009/07/18 17:17:06 sno Exp $ -SHA1 (Text-Diff-0.35.tar.gz) = 75f71127f5515d689107a131742074fc143f6171 -RMD160 (Text-Diff-0.35.tar.gz) = 4c1eb72f065079aaee7f992b7ea44d8b4d1f9cff -Size (Text-Diff-0.35.tar.gz) = 14746 bytes +SHA1 (Text-Diff-1.37.tar.gz) = c9c3209656cb2aa5132561c3535ac00772a158ee +RMD160 (Text-Diff-1.37.tar.gz) = 3f72d946eaddcd6d109428007fc50f303b31e091 +Size (Text-Diff-1.37.tar.gz) = 26480 bytes |