summaryrefslogtreecommitdiff
path: root/textproc/p5-Encode/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2014-11-23 14:35:54 +0000
committerschmonz <schmonz>2014-11-23 14:35:54 +0000
commitfdb48a211ff01fd9463a2bb41e22f236442d2741 (patch)
tree2c7caf328751e167f1f98eeac6175fc226ed6038 /textproc/p5-Encode/Makefile
parentd45df37d192bd84d5967b9228954338a7c690a60 (diff)
downloadpkgsrc-fdb48a211ff01fd9463a2bb41e22f236442d2741.tar.gz
Update to 2.64. From the changelog:
! t/utf8warnings.t MANIFEST Retouch pull #26 so it works with perl < 5.14 ! Encode.pm + t/utf8warnings.t Pulled: Catch and re-issue utf8 warnings at a higher level https://github.com/dankogai/p5-encode/pull/26 + Encode.xs Pulled: Validate continuations in the incremental UTF-X decoder https://github.com/dankogai/p5-encode/pull/25 ! Encode.xs Applied: RT #99264: call_pv() can reallocate the stack https://rt.cpan.org/Ticket/Display.html?id=99264 ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode.xs JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL bin/enc2xs encengine.c Pulled: add PERL_NO_GET_CONTEXT to all dynamic libs https://github.com/dankogai/p5-encode/pull/24
Diffstat (limited to 'textproc/p5-Encode/Makefile')
-rw-r--r--textproc/p5-Encode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Encode/Makefile b/textproc/p5-Encode/Makefile
index 791b624a974..ae088cd93ed 100644
--- a/textproc/p5-Encode/Makefile
+++ b/textproc/p5-Encode/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2014/07/15 20:36:42 schmonz Exp $
+# $NetBSD: Makefile,v 1.27 2014/11/23 14:35:54 schmonz Exp $
-DISTNAME= Encode-2.62
+DISTNAME= Encode-2.64
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}