summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-17 20:19:39 +0000
committerwiz <wiz@pkgsrc.org>2017-09-17 20:19:39 +0000
commit7cbb6538a81853c6d7386d5f10f4e3cc2a5f78e9 (patch)
tree460b4898144c1247b897189149671083a656e5c1 /misc
parentf5dd3118b719f2a1c3871128525323ccbdddf709 (diff)
downloadpkgsrc-7cbb6538a81853c6d7386d5f10f4e3cc2a5f78e9.tar.gz
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 (limited to 'misc')
-rw-r--r--misc/p5-Locale-libintl/Makefile5
-rw-r--r--misc/p5-Locale-libintl/distinfo11
-rw-r--r--misc/p5-Locale-libintl/patches/patch-Makefile.PL16
3 files changed, 7 insertions, 25 deletions
diff --git a/misc/p5-Locale-libintl/Makefile b/misc/p5-Locale-libintl/Makefile
index dc6be1ed65d..55b0ab76608 100644
--- a/misc/p5-Locale-libintl/Makefile
+++ b/misc/p5-Locale-libintl/Makefile
@@ -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 --git a/misc/p5-Locale-libintl/distinfo b/misc/p5-Locale-libintl/distinfo
index dfe6dc7e247..3a2d8af71a2 100644
--- a/misc/p5-Locale-libintl/distinfo
+++ b/misc/p5-Locale-libintl/distinfo
@@ -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 --git a/misc/p5-Locale-libintl/patches/patch-Makefile.PL b/misc/p5-Locale-libintl/patches/patch-Makefile.PL
deleted file mode 100644
index 042b769cd2f..00000000000
--- a/misc/p5-Locale-libintl/patches/patch-Makefile.PL
+++ /dev/null
@@ -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;
- }