Update to 1.12
Upstream changes: - 1.12.B55J2qn Thu May 5 19:02:52:49 2011 * made "1.0" float binarize as float again, rather than just "1" int * cleaned up POD && fixed EXPORTED CONSTANTS heads blocking together - 1.10.B52FpLx Mon May 2 15:51:21:59 2011 * added tests for undefined non-standard XML declaration to suppress warnings - 1.8.B2AMvdl Thu Feb 10 22:57:39:47 2011 * aligned .t code * added test for newline before -r to try to resolve: HTTPS://RT.CPAN.Org/Ticket/Display.html?id=65471 (Thanks, Leandro.) * fixed off-by-one error when new gets a readable (non-newline) filename (that's not "filename" without a pre-'filename' param) to resolve: HTTPS://RT.CPAN.Org/Ticket/Display.html?id=65151 (Thanks, Simone.)
This commit is contained in:
parent
2316abf9f4
commit
b6f700eda9
2 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.8 2014/05/29 23:37:47 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2014/07/16 08:41:33 wen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= XML-Tidy-1.6.A7RJKwl
|
||||
DISTNAME= XML-Tidy-1.12.B55J2qn
|
||||
PKGNAME= p5-${DISTNAME:C:\.[^.]*$::}
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/P/PI/PIP/}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/07/31 12:08:57 sno Exp $
|
||||
$NetBSD: distinfo,v 1.3 2014/07/16 08:41:33 wen Exp $
|
||||
|
||||
SHA1 (XML-Tidy-1.6.A7RJKwl.tgz) = 57f7feb8b3210192cb5a53b9e1b418b837f43d12
|
||||
RMD160 (XML-Tidy-1.6.A7RJKwl.tgz) = 08a453ba691c088ed8cc40698a07129ad6543ced
|
||||
Size (XML-Tidy-1.6.A7RJKwl.tgz) = 22161 bytes
|
||||
SHA1 (XML-Tidy-1.12.B55J2qn.tgz) = 9c7688b288169894a969db7e4bdf25c40e129422
|
||||
RMD160 (XML-Tidy-1.12.B55J2qn.tgz) = d66397b6a0eb4e58028f6832eecff0fed4a76fc8
|
||||
Size (XML-Tidy-1.12.B55J2qn.tgz) = 22540 bytes
|
||||
|
|
Loading…
Reference in a new issue