diff options
author | wen <wen@pkgsrc.org> | 2016-07-25 23:57:09 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-07-25 23:57:09 +0000 |
commit | 062ac5e30f0aa5b845d26781ab09a23e4f4710fe (patch) | |
tree | f16a2cc06a088fffd1f18e5423d87d20e750ec12 | |
parent | 1438ffe68f9be0771ec043c734929748220ecb3b (diff) | |
download | pkgsrc-062ac5e30f0aa5b845d26781ab09a23e4f4710fe.tar.gz |
Update to 1.16
Upstream changes:
- 1.16 G6LM4EST Tue Jun 21 04:14:28:29 -0500 2016
* stopped using my old fragile package generation and manually updated
all distribution files (though Dist::Zilla should let me generate much
again)
* updated license to GPLv3+
* fixed 00pod.t and 01podc.t to eval the Test modules from issue and
patch: HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=85592 (Thanks
again MichielB.)
* replaced all old '&&' with 'and' in POD
- 1.14 G6JMERCY Sun Jun 19 14:27:12:34 -0500 2016
* separated old PT from VERSION to fix non-numeric issue:
HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=56073 (Thanks to
Slaven.)
* removed Unicode from POD but added encoding utf8 anyway to pass
tests and resolve issues:
HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=92434 and
HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=85592 (Thanks to
Sudhanshu and MichielB.)
-rw-r--r-- | textproc/p5-XML-Tidy/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-Tidy/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/textproc/p5-XML-Tidy/Makefile b/textproc/p5-XML-Tidy/Makefile index 5b15b81b1d7..b643842cd75 100644 --- a/textproc/p5-XML-Tidy/Makefile +++ b/textproc/p5-XML-Tidy/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2016/06/08 19:24:45 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/07/25 23:57:09 wen Exp $ # -DISTNAME= XML-Tidy-1.12.B55J2qn -PKGNAME= p5-${DISTNAME:C:\.[^.]*$::} -PKGREVISION= 2 +DISTNAME= XML-Tidy-1.16 +PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} EXTRACT_SUFX= .tgz diff --git a/textproc/p5-XML-Tidy/distinfo b/textproc/p5-XML-Tidy/distinfo index f17bf5c8789..71ff058fef6 100644 --- a/textproc/p5-XML-Tidy/distinfo +++ b/textproc/p5-XML-Tidy/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/04 01:59:58 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/07/25 23:57:09 wen Exp $ -SHA1 (XML-Tidy-1.12.B55J2qn.tgz) = 9c7688b288169894a969db7e4bdf25c40e129422 -RMD160 (XML-Tidy-1.12.B55J2qn.tgz) = d66397b6a0eb4e58028f6832eecff0fed4a76fc8 -SHA512 (XML-Tidy-1.12.B55J2qn.tgz) = eda74fa413aa40cf0933830f65f00507fa967f825cdb0b45f97bb9c90eeef93bf0eb6d416896557da023bd60c652004530496149a839a8750483f80daa342500 -Size (XML-Tidy-1.12.B55J2qn.tgz) = 22540 bytes +SHA1 (XML-Tidy-1.16.tgz) = c50ddb848941760a763630ad08e4e7a080fead81 +RMD160 (XML-Tidy-1.16.tgz) = 5bd887b02625f8af55be17726935c109edc656b3 +SHA512 (XML-Tidy-1.16.tgz) = 945a8095f389f72d51847a92c537a3046f745826c6c9005c823412333c6cdcf5fced6edb628c1988dfd0f42637a35c0f9066cff13a79bde0d55a2cc68c8a2a3a +Size (XML-Tidy-1.16.tgz) = 33734 bytes |