pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/p5-Locale-libintl p5-Locale-libintl: update to 1.28.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4320d3eda3d5
branches:  trunk
changeset: 368687:4320d3eda3d5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 17 20:19:39 2017 +0000

description:
p5-Locale-libintl: update to 1.28.

    bumped version number to 1.28
    git ignore in sample
    editorial changes
    use new class methods for xgettext options
    quote import tags in docs
    updated copyright date
    git ignore
    updated FAQ
    new class methods options, flags, and keywords
    This will produce the default keyword and flag definitions for xgettext
    for Locale::TextDomain.
    updated ChangeLog
    updated NEWS
    updated fsf address
    Fixes https://rt.cpan.org/Public/Bug/Display.html?id=114731
    updated NEWS
    do not require modules from relative paths
    Fixes https://security-tracker.debian.org/tracker/CVE-2016-1238
    updated ChangeLog
    do not generate files in distribution
    Fixes https://rt.cpan.org/Public/Bug/Display.html?id=119014
    bumped version number to 1.27
    fix building on Perl without "." in @INC
    Fixes https://rt.cpan.org/Public/Bug/Display.html?id=120446
    updated
    typo
    generate README from markdown file

diffstat:

 misc/p5-Locale-libintl/Makefile                  |   5 ++---
 misc/p5-Locale-libintl/distinfo                  |  11 +++++------
 misc/p5-Locale-libintl/patches/patch-Makefile.PL |  16 ----------------
 3 files changed, 7 insertions(+), 25 deletions(-)

diffs (51 lines):

diff -r 00489d17ad1f -r 4320d3eda3d5 misc/p5-Locale-libintl/Makefile
--- a/misc/p5-Locale-libintl/Makefile   Sun Sep 17 20:16:22 2017 +0000
+++ b/misc/p5-Locale-libintl/Makefile   Sun Sep 17 20:19:39 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2017/06/05 14:24:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2017/09/17 20:19:39 wiz Exp $
 
-DISTNAME=      libintl-perl-1.26
+DISTNAME=      libintl-perl-1.28
 PKGNAME=       p5-${DISTNAME:S/libintl-perl/Locale-libintl/}
-PKGREVISION=   1
 CATEGORIES=    misc devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Locale/}
 
diff -r 00489d17ad1f -r 4320d3eda3d5 misc/p5-Locale-libintl/distinfo
--- a/misc/p5-Locale-libintl/distinfo   Sun Sep 17 20:16:22 2017 +0000
+++ b/misc/p5-Locale-libintl/distinfo   Sun Sep 17 20:19:39 2017 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.8 2017/06/06 08:02:55 ryoon Exp $
+$NetBSD: distinfo,v 1.9 2017/09/17 20:19:39 wiz Exp $
 
-SHA1 (libintl-perl-1.26.tar.gz) = 8b0adebe6322d9f8d8ca6c561bac1773ad83bafd
-RMD160 (libintl-perl-1.26.tar.gz) = 16375e88a566359d34ea5d1b2a148c6159c5e39a
-SHA512 (libintl-perl-1.26.tar.gz) = 036c4687bc736df7098f56ee4fb19e76e56318ac271f8c9602dd30b7973efb5276f1124f5ec69cab767848707c7ba34399e7afa5d3d09cdd2f9c1e383046593d
-Size (libintl-perl-1.26.tar.gz) = 463128 bytes
-SHA1 (patch-Makefile.PL) = be7b8746c4ea89446565fc287104d66338c76069
+SHA1 (libintl-perl-1.28.tar.gz) = 01718a58abb35177dbc661f9de0b278255d773ea
+RMD160 (libintl-perl-1.28.tar.gz) = 52bd787af9bf451f48a3d4a9f0924b1e1690d232
+SHA512 (libintl-perl-1.28.tar.gz) = 50f0836c1a84a22fcc8fca0fff2faeaae66774ec67b96c09a911c4969e8a610bbf20ba38167c13339b9ad9617e1fca07cb0cb1f12732f973b1cf618d502f59aa
+Size (libintl-perl-1.28.tar.gz) = 470898 bytes
 SHA1 (patch-aa) = 56350d7948fbe342af4df5ebd838c7be080de2cc
diff -r 00489d17ad1f -r 4320d3eda3d5 misc/p5-Locale-libintl/patches/patch-Makefile.PL
--- a/misc/p5-Locale-libintl/patches/patch-Makefile.PL  Sun Sep 17 20:16:22 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2017/06/06 08:02:55 ryoon Exp $
-
-* Fix for Perl 5.26.0
-  https://rt.cpan.org/Public/Bug/Display.html?id=120446
-
---- Makefile.PL.orig   2016-05-16 19:31:26.000000000 +0000
-+++ Makefile.PL
-@@ -199,7 +199,7 @@ sub tools_other 
-       my $fragment = $self->SUPER::tools_other (@_);
- 
-       $fragment =~ s/^MOD_INSTALL\s*=\s*(.*?)-MExtUtils::Install
--              /MOD_INSTALL =$1-MMyInstall/msx;
-+              /MOD_INSTALL =$1-I. -MMyInstall/msx;
- 
-       return $fragment;
- }



Home | Main Index | Thread Index | Old Index