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/p5-Unicode-Normalize/Makefile | |
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/p5-Unicode-Normalize/Makefile')
-rw-r--r-- | converters/p5-Unicode-Normalize/Makefile | 5 |
1 files changed, 2 insertions, 3 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/} |