diff options
author | mef <mef@pkgsrc.org> | 2019-11-12 13:45:56 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2019-11-12 13:45:56 +0000 |
commit | 117b76fb673111cbf93f5d7d23e1d2813c529464 (patch) | |
tree | 2fc1e7fe582ad013baa29381f72c4aa99542d838 /textproc | |
parent | 0360d8ed2f7d9188e628bee90e6352d95e9e7e71 (diff) | |
download | pkgsrc-117b76fb673111cbf93f5d7d23e1d2813c529464.tar.gz |
(textproc/p5-Text-Autoformat) Updated to 1.75
1.75 2019-08-13 NEILB
- Correctly handle lists with "0" on the end of them to preserve
the "0" rather than dropping it
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Autoformat/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Text-Autoformat/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/textproc/p5-Text-Autoformat/Makefile b/textproc/p5-Text-Autoformat/Makefile index af1ae7f18c0..3c399060989 100644 --- a/textproc/p5-Text-Autoformat/Makefile +++ b/textproc/p5-Text-Autoformat/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2019/08/11 13:23:41 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2019/11/12 13:45:56 mef Exp $ -DISTNAME= Text-Autoformat-1.74 +DISTNAME= Text-Autoformat-1.75 PKGNAME= p5-${DISTNAME:S/669002/669.002/} -PKGREVISION= 4 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} @@ -11,7 +10,7 @@ HOMEPAGE= https://metacpan.org/release/Text-Autoformat COMMENT= Perl module for text wrapping and reformatting LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Text-Reform>=1.11:../../textproc/p5-Text-Reform +TEST_DEPENDS+= p5-Text-Reform>=1.11:../../textproc/p5-Text-Reform PERL5_PACKLIST= auto/Text/Autoformat/.packlist diff --git a/textproc/p5-Text-Autoformat/distinfo b/textproc/p5-Text-Autoformat/distinfo index 3012eb2b756..ec51fe1fd81 100644 --- a/textproc/p5-Text-Autoformat/distinfo +++ b/textproc/p5-Text-Autoformat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2016/01/10 20:20:00 bsiegert Exp $ +$NetBSD: distinfo,v 1.11 2019/11/12 13:45:56 mef Exp $ -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 +SHA1 (Text-Autoformat-1.75.tar.gz) = a6add4435ef739f4c1f41b71c38fffbef36de86f +RMD160 (Text-Autoformat-1.75.tar.gz) = 706888eb089aad609338dc51c36afca536a4a8a5 +SHA512 (Text-Autoformat-1.75.tar.gz) = 45476dddfd3938561bc0aed9c86cf7876cb823349de815fa511530b80a4049748b4aed2d3135e4349ad1373b8d7fb0a23918a11979ae906551f53f95581c7db2 +Size (Text-Autoformat-1.75.tar.gz) = 29621 bytes |