pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Quoted Update to 2.10
details: https://anonhg.NetBSD.org/pkgsrc/rev/9325b6390154
branches: trunk
changeset: 311102:9325b6390154
user: wen <wen%pkgsrc.org@localhost>
date: Wed Aug 01 07:05:29 2018 +0000
description:
Update to 2.10
Upstream changes:
2.10 2018-07-26
- Add no_separators option (RJBS)
- Fix "Negative repeat count does nothing" warning (thanks to Stefan
B?hler)
- Fix Makefile.PL for perl 5.26 where "." is not in @INC by default
(thanks to Petr P?sa?)
diffstat:
textproc/p5-Text-Quoted/Makefile | 5 ++---
textproc/p5-Text-Quoted/distinfo | 11 +++++------
textproc/p5-Text-Quoted/patches/patch-Makefile.PL | 13 -------------
3 files changed, 7 insertions(+), 22 deletions(-)
diffs (48 lines):
diff -r 68a36637cdde -r 9325b6390154 textproc/p5-Text-Quoted/Makefile
--- a/textproc/p5-Text-Quoted/Makefile Wed Aug 01 06:53:51 2018 +0000
+++ b/textproc/p5-Text-Quoted/Makefile Wed Aug 01 07:05:29 2018 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2017/06/05 14:24:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2018/08/01 07:05:29 wen Exp $
#
-DISTNAME= Text-Quoted-2.09
+DISTNAME= Text-Quoted-2.10
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
diff -r 68a36637cdde -r 9325b6390154 textproc/p5-Text-Quoted/distinfo
--- a/textproc/p5-Text-Quoted/distinfo Wed Aug 01 06:53:51 2018 +0000
+++ b/textproc/p5-Text-Quoted/distinfo Wed Aug 01 07:05:29 2018 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/06/07 00:12:53 ryoon Exp $
+$NetBSD: distinfo,v 1.12 2018/08/01 07:05:29 wen Exp $
-SHA1 (Text-Quoted-2.09.tar.gz) = 84ae14c3229e96a7ce65d9562db38d023f1c87af
-RMD160 (Text-Quoted-2.09.tar.gz) = c4d248d6345b8c7926159d30a1cdcf462decae50
-SHA512 (Text-Quoted-2.09.tar.gz) = c87f619458800678c49d6587f595ab5965410309c10fdf8bd39b34fb9eb06435252bbc6b95553342227f2a1947e87ad70ee61aaf8e34b11e6060cfe28f8fd4ef
-Size (Text-Quoted-2.09.tar.gz) = 27978 bytes
-SHA1 (patch-Makefile.PL) = 01e7bdc4e0fcac8e843b942f1a4359f475cd261e
+SHA1 (Text-Quoted-2.10.tar.gz) = 23cae1c00a2a05b2dd7b76d61a599cb14a8044a6
+RMD160 (Text-Quoted-2.10.tar.gz) = 51220e49ba0093d1387f47618444aa94d0ab1c4e
+SHA512 (Text-Quoted-2.10.tar.gz) = 11f76028beec9b233205d264283cc2c5dcae82553d88ac80141f2d314c9cd054b37bfd363cd6c6addc50cfdc001790bb8506975f78a10b6c5901e9216151029a
+Size (Text-Quoted-2.10.tar.gz) = 26498 bytes
diff -r 68a36637cdde -r 9325b6390154 textproc/p5-Text-Quoted/patches/patch-Makefile.PL
--- a/textproc/p5-Text-Quoted/patches/patch-Makefile.PL Wed Aug 01 06:53:51 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 00:12:53 ryoon Exp $
-
-* Fix build with Perl 5.26.0
-
---- Makefile.PL.orig 2015-02-20 17:50:45.000000000 +0000
-+++ Makefile.PL
-@@ -1,4 +1,6 @@
- use 5.006;
-+use FindBin;
-+use lib $FindBin::Bin;
- use inc::Module::Install;
-
- all_from 'lib/Text/Quoted.pm';
Home |
Main Index |
Thread Index |
Old Index