Update to 1.26

Upstream changes:
1.26  *** RELEASE DATE HERE ***
    - Switch to XSLoader from Dynaloader
This commit is contained in:
wen 2019-01-27 13:26:38 +00:00
parent 23a228005e
commit 333c1484ae
3 changed files with 7 additions and 23 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.17 2018/08/22 09:43:09 wiz Exp $
# $NetBSD: Makefile,v 1.18 2019/01/27 13:26:38 wen Exp $
DISTNAME= Unicode-Normalize-1.25
DISTNAME= Unicode-Normalize-1.26
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.8 2017/06/07 14:33:24 ryoon Exp $
$NetBSD: distinfo,v 1.9 2019/01/27 13:26:38 wen Exp $
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
SHA1 (Unicode-Normalize-1.26.tar.gz) = b382363d1c722838d732968f02e61087346f4339
RMD160 (Unicode-Normalize-1.26.tar.gz) = e6471ee42156792f959e8a06c0d9bf98074fd5dc
SHA512 (Unicode-Normalize-1.26.tar.gz) = 7f624d2e3dd6fd7412b537898100e1cc96ea3c704b2ee6adcbbc5a0a67ac3f36a56cbc262bc79e7792af08c07153d855f651301797f29a85a8bb51a8ba077e0d
Size (Unicode-Normalize-1.26.tar.gz) = 35586 bytes
SHA1 (patch-Makefile.PL) = 8124fac4b9786ae579d8013a560ae067648965a7

View file

@ -1,15 +0,0 @@
$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:33:24 ryoon Exp $
* Fix build with Perl 5.26.0
--- Makefile.PL.orig 2015-12-16 02:02:23.000000000 +0000
+++ Makefile.PL
@@ -8,7 +8,7 @@ my $mm_ver = ExtUtils::MakeMaker->VERSIO
if (-f "Normalize.xs") {
print STDERR "Making header files for XS...\n";
- do 'mkheader' or die $@ || "mkheader: $!";
+ do './mkheader' or die $@ || "mkheader: $!";
$clean = { FILES => 'unfcan.h unfcmb.h unfcmp.h unfcpt.h unfexc.h' };
}