diff options
author | markd <markd@pkgsrc.org> | 2016-04-13 21:10:11 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-04-13 21:10:11 +0000 |
commit | c5eab19077042dac8fe0b9a65c3b09a4d009ab65 (patch) | |
tree | 226554a3493b2dd931e9e285a3c6f63ecab81afd /converters | |
parent | ecc31aa785944813cc4c4aba43e3a9a5614dbf95 (diff) | |
download | pkgsrc-c5eab19077042dac8fe0b9a65c3b09a4d009ab65.tar.gz |
Update p5-Unicode-Normalize to 1.25
1.25 Wed Dec 16 03:05:57 UTC 2015
- Fix Normalize.xs to work on releases earlier than 5.8. The problem was
introduced in this module's version 1.24
- Go back to shipping pure perl version as well as XS, as was done up
through release 1.17
1.24 Sun Nov 29 05:48:44 UTC 2015
- Updated to use most recent GNU license file.
( https://rt.cpan.org/Public/Bug/Display.html?id=108003 )
- Silence compiler warning message
( https://rt.cpan.org/Public/Bug/Display.html?id=109577 )
- Add kwalitee suggested changes.
1.23 Sun Oct 25 14:50:28 UTC 2015
- Fix mkhdr to work on releases earlier than 5.8
1.22 Thu Oct 08 16:50:17 2015
- Reinstate XSUB, now works on modern EBCDIC perls as well.
- Kwalitee changes
- Makefile fixes
- small bug fix in header generation script.
1.21 Fri Oct 02 15:33:17 2015
- Get pure perl version to work on modern EBCDIC perls.
- Some comment and pod improvements
1.20 Fri Oct 02 15:30:40 2015
- Not officially released, was incomplete import of 1.19
1.19 Sat Jul 11 12:39:38 2015
- [rt.cpan.org #105620] Useless dependency on bytes and File::Copy
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Unicode-Normalize/Makefile | 5 | ||||
-rw-r--r-- | converters/p5-Unicode-Normalize/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/converters/p5-Unicode-Normalize/Makefile b/converters/p5-Unicode-Normalize/Makefile index 4e973c2f515..bfae8337854 100644 --- a/converters/p5-Unicode-Normalize/Makefile +++ b/converters/p5-Unicode-Normalize/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:48:34 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/13 21:10:11 markd Exp $ -DISTNAME= Unicode-Normalize-1.18 +DISTNAME= Unicode-Normalize-1.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/} diff --git a/converters/p5-Unicode-Normalize/distinfo b/converters/p5-Unicode-Normalize/distinfo index 3217457bbbf..f7a1fb78b5d 100644 --- a/converters/p5-Unicode-Normalize/distinfo +++ b/converters/p5-Unicode-Normalize/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 01:43:53 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/13 21:10:11 markd Exp $ -SHA1 (Unicode-Normalize-1.18.tar.gz) = 808ae5f0abb90fd4a37e58937817ed55e0f38674 -RMD160 (Unicode-Normalize-1.18.tar.gz) = 99154617c2ab531931e2a4974d6fe625cc28d4bd -SHA512 (Unicode-Normalize-1.18.tar.gz) = e76adbada2ba21306bd34d1296af63f6ad9994c88789338104ff64d1983895a4aeb7b7c66b0f483429450ba2683759d58818380aa8452cde966ee539a7352e75 -Size (Unicode-Normalize-1.18.tar.gz) = 19856 bytes +SHA1 (Unicode-Normalize-1.25.tar.gz) = 607ada7ef05bc1644f7f08d8899fc60988ea4f7e +RMD160 (Unicode-Normalize-1.25.tar.gz) = 0a05087451efde87f497c97f33e65891336b4b91 +SHA512 (Unicode-Normalize-1.25.tar.gz) = f28c19e0293cf75cc0aab669ae0a0543f6a1a39e1e50ff32ab37abd8e85efc73e8b9075e581212b6da576ecbf8c0e9ddb7b9b352674aa3a04c77f9aaf4717866 +Size (Unicode-Normalize-1.25.tar.gz) = 40530 bytes |