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:   wiz
Date:           Wed Aug 16 06:59:36 UTC 2017

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

Log Message:
Updated p5-Encode to 2.92.

$Revision: 2.92 $ $Date: 2017/07/18 07:15:29 $
! Encode.pm  MANIFEST lib/Encode/Alias.pm
+ t/use-Encode-Alias.t
  Pulled: Fix loading Encode::Alias before Encode
  https://github.com/dankogai/p5-encode/pull/118
! Makefile.PL
  Pulled: Fix gccversion Argument "630 20170516" isn't numeric
   https://github.com/dankogai/p5-encode/pull/118
! lib/Encode/MIME/Header.pm t/mime-header.t
  Pulled: Encode::MIME::Header: Fix parsing quoted-printable text
    in strict mode
  https://github.com/dankogai/p5-encode/pull/115
! Encode.pm
  use define_encoding() instead of tweaking $Encode::Encoding{utf8}.
  https://github.com/dankogai/p5-encode/commit/208d094b8cf82da488495400ea9a518841fd007a#commitcomment-22698036

2.91 2017/06/22 08:11:05
! Encode.pm
  Addressed: RT#122167: use parent q{Encode::Encoding}; fails:
    Can't locate object
  https://rt.cpan.org/Ticket/Display.html?id=122167
! Makefile.PL
  Pulled: fix gcc warnings for older gcc < 4.0
  https://github.com/dankogai/p5-encode/pull/114

2.90 2017/06/10 17:23:50
! Makefile.PL
  Pulled: Include all contributors into META
  https://github.com/dankogai/p5-encode/pull/111
! bin/enc2xs bin/ucmlint encoding.pm
  lib/Encode/Encoding.pm lib/Encode/GSM0338.pm t/CJKT.t
  Pulled: Where possible do not depend on value of $@,
    instead use return value of eval
  https://github.com/dankogai/p5-encode/pull/110
! Encode.xs
  Pulled: Fix more XS problems in Encode.xs file
  https://github.com/dankogai/p5-encode/pull/109
! encoding.pm lib/Encode/Encoding.pm t/guess.t
  Pulled: Small fixes
  https://github.com/dankogai/p5-encode/pull/108
! Encode.pm Makefile.PL
  Pulled: Load modules Encode::MIME::Name and Storable normally
  https://github.com/dankogai/p5-encode/pull/107
! Unicode/Unicode.pm lib/Encode/Alias.pm lib/Encode/Encoding.pm
  lib/Encode/Unicode/UTF7.pm
  Pulled: Remove no warnings 'redefine'; and correctly loaddependences
  https://github.com/dankogai/p5-encode/pull/106
! Encode.pm Encode.xs Unicode/Unicode.pm Unicode/Unicode.xs
  Pulled: Remove PP stubs and reformat predefine_encodings()
  https://github.com/dankogai/p5-encode/pull/104
! Encode.pm Encode.xs
  Pulled: Run Encode XS BOOT code at compile time
  https://github.com/dankogai/p5-encode/pull/103
! Encode.pm Unicode/Unicode.pm lib/Encode/Encoding.pm
  lib/Encode/Guess.pm lib/Encode/JP/JIS7.pm lib/Encode/MIME/Header.pm
  lib/Encode/MIME/Header/ISO_2022_JP.pm
  Pulled: Use Encode::define_encoding and propagate carp/croak message
  https://github.com/dankogai/p5-encode/pull/102
! t/truncated_utf8.t t/utf8messages.t
  Pulled: Fixes for older perl versions
  https://github.com/dankogai/p5-encode/pull/101
! Encode.xs encoding.pm t/enc_eucjp.t t/enc_utf8.t
  Pulled: cperl fixes: encoding undeprecated, no strict hashpairs
  https://github.com/dankogai/p5-encode/pull/100
! MANIFEST
  Pulled: Add missing tests into MANIFEST file
  https://github.com/dankogai/p5-encode/pull/99
! Encode.xs t/fallback.t
  Pulled: Cleanup code for handling fallback/replacement characters
  https://github.com/dankogai/p5-encode/pull/98


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/textproc/p5-Encode/Makefile
cvs rdiff -u -r1.29 -r1.30 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.41 pkgsrc/textproc/p5-Encode/Makefile:1.42
--- pkgsrc/textproc/p5-Encode/Makefile:1.41     Mon Jun  5 14:24:39 2017
+++ pkgsrc/textproc/p5-Encode/Makefile  Wed Aug 16 06:59:36 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2017/06/05 14:24:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.42 2017/08/16 06:59:36 wiz Exp $
 
-DISTNAME=      Encode-2.89
+DISTNAME=      Encode-2.92
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Encode/}
 
@@ -11,8 +10,6 @@ HOMEPAGE=     http://search.cpan.org/~dankog
 COMMENT=       Provides interfaces between strings and the rest of the system
 LICENSE=       ${PERL5_LICENSE}
 
-PERL5_REQD+=   5.7.3
-
 PERL5_PACKLIST=        auto/Encode/.packlist
 
 .include "../../lang/perl5/module.mk"

Index: pkgsrc/textproc/p5-Encode/distinfo
diff -u pkgsrc/textproc/p5-Encode/distinfo:1.29 pkgsrc/textproc/p5-Encode/distinfo:1.30
--- pkgsrc/textproc/p5-Encode/distinfo:1.29     Sat Apr 29 08:27:29 2017
+++ pkgsrc/textproc/p5-Encode/distinfo  Wed Aug 16 06:59:36 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2017/04/29 08:27:29 mef Exp $
+$NetBSD: distinfo,v 1.30 2017/08/16 06:59:36 wiz Exp $
 
-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
+SHA1 (Encode-2.92.tar.gz) = ce81c9848aaa47dae9341cdfe2228630cf601680
+RMD160 (Encode-2.92.tar.gz) = ffee46e02a970d8f7da25bfadd2b472db8ed7761
+SHA512 (Encode-2.92.tar.gz) = 6066bdded10e0fe7fbd15b5a2445263667b056e84142e075373fa502e4c2d09f16f5b6a394fc00813a9ca9cb9dfbbb5fdd9c16707145e2ec368d1e11039b078f
+Size (Encode-2.92.tar.gz) = 2035975 bytes



Home | Main Index | Thread Index | Old Index