diff options
author | sno <sno@pkgsrc.org> | 2009-05-01 21:28:16 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-01 21:28:16 +0000 |
commit | 795e41f67f976a48999b1ca6e13041a649f73fb1 (patch) | |
tree | 5cf548b35ad349358622a3332536766229796df8 /textproc | |
parent | df40be0a76b86b8e33bdbf89191aabd1b6f8eb3a (diff) | |
download | pkgsrc-795e41f67f976a48999b1ca6e13041a649f73fb1.tar.gz |
PkgSrc changes:
- Updating package for p5 modules of Text::Wrap and Text::Tabs from
2006.1117 to 2009.0305
Upstream changes:
* 2009/03/05
Test improvements from Dave Mitchel sent back in 2005...
Added code to increase $columns if it's not big enough to accommodate
the subsequent tab.
Minor documentation fixes from David Landgren <david at landgren.net>.
Use warnings::warnif instead of just warn for columns < 2. Appled per
request of Rafael Garcia-Suarez <rgarciasuarez at gmail.com>.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Tabs+Wrap/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Tabs+Wrap/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Text-Tabs+Wrap/Makefile b/textproc/p5-Text-Tabs+Wrap/Makefile index 9041cca83e1..685bc4b3eea 100644 --- a/textproc/p5-Text-Tabs+Wrap/Makefile +++ b/textproc/p5-Text-Tabs+Wrap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2009/02/22 22:30:12 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2009/05/01 21:28:16 sno Exp $ -DISTNAME= Text-Tabs+Wrap-2006.1117 +DISTNAME= Text-Tabs+Wrap-2009.0305 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-Tabs+Wrap/distinfo b/textproc/p5-Text-Tabs+Wrap/distinfo index 2371e319917..4d5742be820 100644 --- a/textproc/p5-Text-Tabs+Wrap/distinfo +++ b/textproc/p5-Text-Tabs+Wrap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/02/22 22:30:12 wiz Exp $ +$NetBSD: distinfo,v 1.4 2009/05/01 21:28:16 sno Exp $ -SHA1 (Text-Tabs+Wrap-2006.1117.tar.gz) = f7f233be99bcc8fb2abec29ba68be6e5ababaf32 -RMD160 (Text-Tabs+Wrap-2006.1117.tar.gz) = 5f6964fa094a2d8624a8f1a5437d58a3f57deac5 -Size (Text-Tabs+Wrap-2006.1117.tar.gz) = 10261 bytes +SHA1 (Text-Tabs+Wrap-2009.0305.tar.gz) = bf588abea7542feede5a082e13bd2b679ad1ace8 +RMD160 (Text-Tabs+Wrap-2009.0305.tar.gz) = 4cd695f413ad1157d8d7646b46ef1620d8d26ddf +Size (Text-Tabs+Wrap-2009.0305.tar.gz) = 12807 bytes |