Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-Data-ICal p5-Data-ICal: update to 0.24.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3eb4f23271d3
branches:  trunk
changeset: 438571:3eb4f23271d3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 17:37:19 2020 +0000

description:
p5-Data-ICal: update to 0.24.

0.24 2020-01-03
 - Prevent escaping of semi-colon in GEO field(thanks to Lance Wicks)

diffstat:

 time/p5-Data-ICal/Makefile                  |   7 +++----
 time/p5-Data-ICal/distinfo                  |  11 +++++------
 time/p5-Data-ICal/patches/patch-Makefile.PL |  12 ------------
 3 files changed, 8 insertions(+), 22 deletions(-)

diffs (55 lines):

diff -r aeefe77e8379 -r 3eb4f23271d3 time/p5-Data-ICal/Makefile
--- a/time/p5-Data-ICal/Makefile        Mon Sep 07 17:35:40 2020 +0000
+++ b/time/p5-Data-ICal/Makefile        Mon Sep 07 17:37:19 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2020/08/31 18:12:20 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2020/09/07 17:37:19 wiz Exp $
 
-DISTNAME=              Data-ICal-0.23
+DISTNAME=              Data-ICal-0.24
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            time perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Data/}
 
@@ -22,7 +21,7 @@
 TEST_DEPENDS+=         p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
 
 PERL5_PACKLIST=                auto/Data/ICal/.packlist
-PERL5_MODULE_TYPE=     Module::Install::Bundled
+PERL5_MODULE_TYPE=     Module::Install
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r aeefe77e8379 -r 3eb4f23271d3 time/p5-Data-ICal/distinfo
--- a/time/p5-Data-ICal/distinfo        Mon Sep 07 17:35:40 2020 +0000
+++ b/time/p5-Data-ICal/distinfo        Mon Sep 07 17:37:19 2020 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/11/02 14:51:35 mef Exp $
+$NetBSD: distinfo,v 1.10 2020/09/07 17:37:19 wiz Exp $
 
-SHA1 (Data-ICal-0.23.tar.gz) = b156a30ed694e3455eda107a003422893fc63376
-RMD160 (Data-ICal-0.23.tar.gz) = da87c18cd9164b97fecdc375ec1f0c219aa6cb44
-SHA512 (Data-ICal-0.23.tar.gz) = dc99cacc7fcd9fab9ae8365ab141d381678ff07feb5e0ce3f2baa924040aa0dd9f9f493692e5709493398eeb9755a06567e0eb1c1ac621e22bfad824b10c67b3
-Size (Data-ICal-0.23.tar.gz) = 120345 bytes
-SHA1 (patch-Makefile.PL) = f3f73fe13a06b5b71d2d95b5957e1393523d1f53
+SHA1 (Data-ICal-0.24.tar.gz) = 3d82dbbda204a88aa45fb71597f7e5ebd9f1e105
+RMD160 (Data-ICal-0.24.tar.gz) = 7d3e1eeaaf5f57eb9a3446744a791feb45a5f933
+SHA512 (Data-ICal-0.24.tar.gz) = 592cc76dd8dd00d8ce365a7105c6b732ecb94838876d6b430f1f3078e8674f9584c5a6248c5ec5ebbee9d35f3758d9709d45e70728899c528d030424abe81d9e
+Size (Data-ICal-0.24.tar.gz) = 120451 bytes
diff -r aeefe77e8379 -r 3eb4f23271d3 time/p5-Data-ICal/patches/patch-Makefile.PL
--- a/time/p5-Data-ICal/patches/patch-Makefile.PL       Mon Sep 07 17:35:40 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:53:52 ryoon Exp $
-
-* Fix build with Perl 5.26.0
-
---- Makefile.PL.orig   2015-02-17 07:20:08.000000000 +0000
-+++ Makefile.PL
-@@ -1,3 +1,5 @@
-+use FindBin;
-+use lib $FindBin::Bin;
- use inc::Module::Install;
- 
- name ('Data-ICal');



Home | Main Index | Thread Index | Old Index