summaryrefslogtreecommitdiff
path: root/textproc/p5-Encode/Makefile
diff options
context:
space:
mode:
authormef <mef>2016-06-09 13:09:53 +0000
committermef <mef>2016-06-09 13:09:53 +0000
commitecbb09b91001b0d7d588455d661a592201e7e190 (patch)
tree64b2dc0887c447c2c3f535dbc755655853522971 /textproc/p5-Encode/Makefile
parent78eb6123f9d6041e01bb4cfc21a75d851bd43451 (diff)
downloadpkgsrc-ecbb09b91001b0d7d588455d661a592201e7e190.tar.gz
Updated textproc/p5-Encode to 2.84
---------------------------------- Revision: 2.84 Date: 2016/04/11 07:17:02 ! lib/Encode/MIME/Header.pm Pulled: Encode::MIME::Header: Update description that this module is only for unstructured header https://github.com/dankogai/p5-encode/pull/53 ! lib/Encode/MIME/Header.pm t/mime-header.t Pulled: Encode::MIME::Header: Fix valid_q_chars, '-' needs to be escaped https://github.com/dankogai/p5-encode/pull/52 2.83 2016/03/24 07:49:54 ! lib/Encode/MIME/Header.pm t/mime-header.t Both decoder and encoder are rewritten by Pali Rohár. Encoder should be now fully compliant of RFC 2047. Decoder is less strict to be able to decode strings generated by old versions of this module. https://github.com/dankogai/p5-encode/pull/51 ! t/mime-header.t Add more test vectors from RFC2047, pp.11-12 ! lib/Encode/Supported.pod merge: Autrijus -> Audrey https://github.com/dankogai/p5-encode/pull/50 2.82 2016/02/06 20:17:24 ! lib/Encode/MIME/Header.pm lib/Encode/MIME/Header/ISO_2022_JP.pm t/mime-header.t Reverted to 2.80 upon the request of whom submitted pull/48 2.81 2016/02/06 19:25:22 ! lib/Encode/MIME/Header.pm lib/Encode/MIME/Header/ISO_2022_JP.pm t/mime-header.t Merged: Encode::MIME::Header: Fix decoder and rewrite encoder > Encoder should be now fully compliant of RFC 2047. > Decoder is less strict to be able to decode strings > generated by old versions of this module. https://github.com/dankogai/p5-encode/pull/48 ! t/mime-header.t merge t/mime-header.t @ https://github.com/asjo/p5-encode https://github.com/asjo/p5-encode/commit/19dcbff63e71909ffda7c151a73c5baaffe2976c ! t/mime-header.t Add more test vectors from RFC2047, pp.11-12
Diffstat (limited to 'textproc/p5-Encode/Makefile')
-rw-r--r--textproc/p5-Encode/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-Encode/Makefile b/textproc/p5-Encode/Makefile
index 5a5456b191d..5edf53beeb1 100644
--- a/textproc/p5-Encode/Makefile
+++ b/textproc/p5-Encode/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2016/06/08 19:24:28 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2016/06/09 13:09:53 mef Exp $
-DISTNAME= Encode-2.80
+DISTNAME= Encode-2.84
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}