diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2016-01-10 20:20:00 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2016-01-10 20:20:00 +0000 |
commit | 5358a1516e1e00857dc70853968e3f183dcaca16 (patch) | |
tree | d6ef0c1b9f729e7b12448242a9d4069b6afd7c92 /textproc/p5-Text-Autoformat | |
parent | cfebc766b1180475c9400e6b4381762ce00ac6b9 (diff) | |
download | pkgsrc-5358a1516e1e00857dc70853968e3f183dcaca16.tar.gz |
Update Text::Autoformat to 1.74.
1.74 2015-11-28 NEILB
- On Perl 5.22+ you could get "Negative repeat count does nothing"
warnings. Thanks to SREZIC for RT#109838.
- Made the mention of Text::Reform in SEE ALSO be a link.
Thanks to MANWAR for the PR doing this.
- Added some more entries to SEE ALSO.
1.73 2015-11-08 NEILB
- Fixed warnings about uninitialized values in Hang.pm GH#4.
Thanks to Jeremy Mates for the PR.
- Changed github repo URL after changing my github username
1.72 2015-06-14 NEILB
- Switched to Dist::Zilla, dropping both Build.PL and Makefile.PL -- phew!
- Refactored the two cuckoo packages into separate modules,
Text::Autoformat::Hang and Text::Autoformat::NullHang.
1.71_01 2015-06-06 NEILB
- The changes released in 1.72 (above) were first done in a
developer release.
1.71 2015-05-04 NEILB
- Previous release had a problem with PAUSE, caused by the two internal
packages not having a $VERSION. Identified and reported as PAUSE
issue GH#170 by KENTNL++. Added $VERSION to internal packages.
1.70 2015-05-01 NEILB
- Removed useless loading of utf8 and Data::Dumper. RJBS++
- Only renumber ASCII-digit lists, don't touch other \d things. RJBS++
1.69_01 2015-04-25 NEILB
- This was a developer release containing the changes subsequently
released in 1.70 (see above).
1.69 2015-02-15 NEILB
- Changed the internal packages Hang and NullHang to
Text::Autoformat::Hang and Text::Autoformat::NullHang respectively.
1.68 2015-02-15 NEILB
- Was failing on input of an empty string RT#101994. Fix from DCONWAY.
Apologies for the confusion caused by Damian and I both releasing,
this release should straighten things up.
- Fixed syntax errors in Quoting section of doc. DCONWAY++
1.67 2015-01-08 NEILB
- Got co-maint from Damian so I could put the dist on github.
Thanks Damian!
- Reformatted this file as per CPAN::Changes::Spec
- Added github repo to metadata and doc
Diffstat (limited to 'textproc/p5-Text-Autoformat')
-rw-r--r-- | textproc/p5-Text-Autoformat/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Autoformat/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-Text-Autoformat/Makefile b/textproc/p5-Text-Autoformat/Makefile index 813076d14aa..3f9c2f7ea0b 100644 --- a/textproc/p5-Text-Autoformat/Makefile +++ b/textproc/p5-Text-Autoformat/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2015/06/12 10:51:30 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2016/01/10 20:20:00 bsiegert Exp $ -DISTNAME= Text-Autoformat-1.669006 +DISTNAME= Text-Autoformat-1.74 PKGNAME= p5-${DISTNAME:S/669002/669.002/} -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-Autoformat/distinfo b/textproc/p5-Text-Autoformat/distinfo index 10bc010dc50..3012eb2b756 100644 --- a/textproc/p5-Text-Autoformat/distinfo +++ b/textproc/p5-Text-Autoformat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/04 01:59:50 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/01/10 20:20:00 bsiegert Exp $ -SHA1 (Text-Autoformat-1.669006.tar.gz) = bb9f799ef3ae25fa5e7ad98e9112c1966b53b1d4 -RMD160 (Text-Autoformat-1.669006.tar.gz) = 0c9975d82f93bcf05f152aff454982d852b4fdca -SHA512 (Text-Autoformat-1.669006.tar.gz) = 301d01057ad8e415eb9d61f53624b6516915102dcc40317a6f9da9e3fe1f064162513d197697c069e445f42f3a3b2b1fdc2d5b21434cc24ae99bab2e05c1a95a -Size (Text-Autoformat-1.669006.tar.gz) = 21345 bytes +SHA1 (Text-Autoformat-1.74.tar.gz) = 0674f0bf338c2cda41606cee10de996a26a3d694 +RMD160 (Text-Autoformat-1.74.tar.gz) = 1d9850e7873b253ef0716ca7492f25bac2a402e7 +SHA512 (Text-Autoformat-1.74.tar.gz) = 276e97a0db20032919a6aeacba701350fa8fadf6c1bda7dcda714ef4f1c168b8cc3150a126719d940194c8b20dd534543ec914f03c50e27e4a61b1083ca312c6 +Size (Text-Autoformat-1.74.tar.gz) = 29485 bytes |