Skip to content

Commit

Permalink
Updated p5-Encode to 2.92.
Browse files Browse the repository at this point in the history
$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
  dankogai/p5-encode#118
! Makefile.PL
  Pulled: Fix gccversion Argument "630 20170516" isn't numeric
   dankogai/p5-encode#118
! lib/Encode/MIME/Header.pm t/mime-header.t
  Pulled: Encode::MIME::Header: Fix parsing quoted-printable text
    in strict mode
  dankogai/p5-encode#115
! Encode.pm
  use define_encoding() instead of tweaking $Encode::Encoding{utf8}.
  dankogai/p5-encode@208d094#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
  dankogai/p5-encode#114

2.90 2017/06/10 17:23:50
! Makefile.PL
  Pulled: Include all contributors into META
  dankogai/p5-encode#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
  dankogai/p5-encode#110
! Encode.xs
  Pulled: Fix more XS problems in Encode.xs file
  dankogai/p5-encode#109
! encoding.pm lib/Encode/Encoding.pm t/guess.t
  Pulled: Small fixes
  dankogai/p5-encode#108
! Encode.pm Makefile.PL
  Pulled: Load modules Encode::MIME::Name and Storable normally
  dankogai/p5-encode#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
  dankogai/p5-encode#106
! Encode.pm Encode.xs Unicode/Unicode.pm Unicode/Unicode.xs
  Pulled: Remove PP stubs and reformat predefine_encodings()
  dankogai/p5-encode#104
! Encode.pm Encode.xs
  Pulled: Run Encode XS BOOT code at compile time
  dankogai/p5-encode#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
  dankogai/p5-encode#102
! t/truncated_utf8.t t/utf8messages.t
  Pulled: Fixes for older perl versions
  dankogai/p5-encode#101
! Encode.xs encoding.pm t/enc_eucjp.t t/enc_utf8.t
  Pulled: cperl fixes: encoding undeprecated, no strict hashpairs
  dankogai/p5-encode#100
! MANIFEST
  Pulled: Add missing tests into MANIFEST file
  dankogai/p5-encode#99
! Encode.xs t/fallback.t
  Pulled: Cleanup code for handling fallback/replacement characters
  dankogai/p5-encode#98
  • Loading branch information
0-wiz-0 committed Aug 16, 2017
1 parent ecb7371 commit e27639a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
7 changes: 2 additions & 5 deletions textproc/p5-Encode/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -11,8 +10,6 @@ HOMEPAGE= http://search.cpan.org/~dankogai/Encode/
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"
Expand Down
10 changes: 5 additions & 5 deletions textproc/p5-Encode/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e27639a

Please sign in to comment.