diff options
author | sno <sno@pkgsrc.org> | 2009-08-09 14:06:05 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-09 14:06:05 +0000 |
commit | 88552a7a1413917b3a24f48bc715e00ecf35ad00 (patch) | |
tree | fb1229952a8a49af2ec6ea4c15e253bd0aea9612 /textproc | |
parent | f34b519a1490605c65b1a9149a1f238c774135cb (diff) | |
download | pkgsrc-88552a7a1413917b3a24f48bc715e00ecf35ad00.tar.gz |
Updating package for p5 module Text::Balanced from 2.0.0 to 2.02
pkgsrc changes:
- Adding license information
- Adjusting dependencies (remove all) according to META.yml
Upstream changes:
2.02 Thu 20 Jul 2009
- Fixed the mixed "Damian Conway <adamk@cpan.org>" AUTHOR setting.
For the record, I am NOT the author, I'm just the maintainer.
Unfortunately, Makefile.PL does not have a MAINTAINER setting and
this way all the emails about this module come to me.
2.01 Tue 28 Jul 2009
- Taken over by Adam Kennedy to move it to a long-term maintenance mode
- Removing use warnings to restore 5.005 compatibility
- Removing Module::Build for higher back-compatibility
- Removing version.pm for higher back-compatibility
- use Exporter -> use Exporter () to avoid some pathalogical cases
- Upgraded the bundled author tests to be friendlier
- Changes order now a more normal reverse chronological
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Balanced/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Text-Balanced/distinfo | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/textproc/p5-Text-Balanced/Makefile b/textproc/p5-Text-Balanced/Makefile index 62d8f42aab6..04675cd596d 100644 --- a/textproc/p5-Text-Balanced/Makefile +++ b/textproc/p5-Text-Balanced/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2008/10/19 19:18:56 he Exp $ +# $NetBSD: Makefile,v 1.20 2009/08/09 14:06:05 sno Exp $ # -DISTNAME= Text-Balanced-v2.0.0 -PKGNAME= p5-${DISTNAME:S/-v2/-2/1} -PKGREVISION= 1 +DISTNAME= Text-Balanced-2.02 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tba CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} @@ -11,12 +10,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-Balanced/ COMMENT= Extract delimited text sequences from strings +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews -DEPENDS+= p5-version-[0-9]*:../../devel/p5-version - USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Text/Balanced/.packlist diff --git a/textproc/p5-Text-Balanced/distinfo b/textproc/p5-Text-Balanced/distinfo index 19bdbf94790..175c6581241 100644 --- a/textproc/p5-Text-Balanced/distinfo +++ b/textproc/p5-Text-Balanced/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2007/05/18 20:31:59 heinz Exp $ +$NetBSD: distinfo,v 1.8 2009/08/09 14:06:05 sno Exp $ -SHA1 (Text-Balanced-v2.0.0.tar.gz) = 7596d768e35e34013fb59526b9672a206b31816f -RMD160 (Text-Balanced-v2.0.0.tar.gz) = 28a1728d874eb922d3751e748d7312a2950d3bd5 -Size (Text-Balanced-v2.0.0.tar.gz) = 29466 bytes +SHA1 (Text-Balanced-2.02.tar.gz) = cbbcf774dc39f844d789e66a6569f0ab8fd0cbcf +RMD160 (Text-Balanced-2.02.tar.gz) = 0ce1208573ab230f8b8f0e482a08e0835e2bf572 +Size (Text-Balanced-2.02.tar.gz) = 48477 bytes |