summaryrefslogtreecommitdiff
path: root/textproc/p5-Encode/Makefile
diff options
context:
space:
mode:
authormef <mef>2017-04-29 08:27:29 +0000
committermef <mef>2017-04-29 08:27:29 +0000
commit61a72c05dcad5a2ea04fd520f0a9436b15809822 (patch)
tree20e704cf378a61646d9ba95a644f485f62aa49e2 /textproc/p5-Encode/Makefile
parent771b24ce0881bd63d4c2ee6c498cbeecdd9616d9 (diff)
downloadpkgsrc-61a72c05dcad5a2ea04fd520f0a9436b15809822.tar.gz
Updated textproc/p5-Encode to 2.89
---------------------------------- Revision: 2.89 Date: 2017/04/21 05:20:14 ! Encode.pm Encode.xs MANIFEST t/enc_eucjp.t t/enc_utf8.t + t/utf8messages.t Pulled: Fixes for Encode::utf8 https://github.com/dankogai/p5-encode/pull/97 ! Encode.pm Pulled: Fix documentation about CHECK coderef https://github.com/dankogai/p5-encode/pull/96 ! Encode.xs Pulled: For efficiency use newSVpvn() instead of newSVpv() in do_fallback_cb() https://github.com/dankogai/p5-encode/pull/95 ! Encode.xs Pulled Call Encode callback function with integer argument correctly https://github.com/dankogai/p5-encode/pull/94 ! lib/Encode/CN/HZ.pm lib/Encode/GSM0338.pm lib/Encode/JP/JIS7.pm lib/Encode/KR/2022_KR.pm lib/Encode/MIME/Header.pm lib/Encode/MIME/Header/ISO_2022_JP.pm lib/Encode/Unicode/UTF7.pm t/undef.t Pulled: Fix all Encode modules so their encode(undef) and decode(undef) calls returns undef https://github.com/dankogai/p5-encode/pull/93 + t/whatwg-aliases.json t/whatwg-aliases.t Pulled: New (failing) tests for aliases defined in WHATWG Encoding spec #92 https://github.com/dankogai/p5-encode/pull/92 ! Encode.pm Pulled: Update documentation for UTF-8 https://github.com/dankogai/p5-encode/pull/91 ! Encode.xs t/truncated_utf8.t Pulled: Consume correct number of bytes on malformed ! Encode.pm Unicode/Unicode.pm Pulled: document str2bytes and bytes2str https://github.com/dankogai/p5-encode/pull/86 ! Encode.xs t/fallback.t t/truncated_utf8.t Pulled: Fix appending correct number of Unicode replacement characters https://github.com/dankogai/p5-encode/pull/84
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 21d3275111b..d09a00a5dc6 100644
--- a/textproc/p5-Encode/Makefile
+++ b/textproc/p5-Encode/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2017/02/18 07:50:23 wen Exp $
+# $NetBSD: Makefile,v 1.40 2017/04/29 08:27:29 mef Exp $
-DISTNAME= Encode-2.88
+DISTNAME= Encode-2.89
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}