pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-Encode



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr 29 08:27:29 UTC 2017

Modified Files:
        pkgsrc/textproc/p5-Encode: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/textproc/p5-Encode/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/p5-Encode/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-Encode/Makefile
diff -u pkgsrc/textproc/p5-Encode/Makefile:1.39 pkgsrc/textproc/p5-Encode/Makefile:1.40
--- pkgsrc/textproc/p5-Encode/Makefile:1.39     Sat Feb 18 07:50:23 2017
+++ pkgsrc/textproc/p5-Encode/Makefile  Sat Apr 29 08:27:29 2017
@@ -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/}

Index: pkgsrc/textproc/p5-Encode/distinfo
diff -u pkgsrc/textproc/p5-Encode/distinfo:1.28 pkgsrc/textproc/p5-Encode/distinfo:1.29
--- pkgsrc/textproc/p5-Encode/distinfo:1.28     Sat Feb 18 07:50:23 2017
+++ pkgsrc/textproc/p5-Encode/distinfo  Sat Apr 29 08:27:29 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2017/02/18 07:50:23 wen Exp $
+$NetBSD: distinfo,v 1.29 2017/04/29 08:27:29 mef Exp $
 
-SHA1 (Encode-2.88.tar.gz) = d074105a1a69614cd7c3efc1f390d63c7226bac8
-RMD160 (Encode-2.88.tar.gz) = 18ebbe3e42e0282f361e71dcde3c7ecbd6b4e618
-SHA512 (Encode-2.88.tar.gz) = 1261415abd9c2ad5f8d009441e1f2f541d7e94c570549d3b895df57d5c7480087ec646b2691724007a5797238cb7249347d9b97b7c46018973a7ef33274fe162
-Size (Encode-2.88.tar.gz) = 2028797 bytes
+SHA1 (Encode-2.89.tar.gz) = 8491c29d665492256ef29e8f34ba7efc13756426
+RMD160 (Encode-2.89.tar.gz) = a3f3eee502315c1e12be3346272b80304af2348b
+SHA512 (Encode-2.89.tar.gz) = b33f617704e300673e537ba52c502c4702cc5b8c0c54e1993778e6abe72355c80d1fc1b34520c266de57daee0c43c7ed87fc614de10568fd4182185b9c4a9481
+Size (Encode-2.89.tar.gz) = 2030084 bytes



Home | Main Index | Thread Index | Old Index