summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-09-07 17:37:19 +0000
committerwiz <wiz@pkgsrc.org>2020-09-07 17:37:19 +0000
commit5374ab1b5b3bda79f98a343c3e83dbce5a1e4e3d (patch)
treec2ff2c5d32488c47fd06902c194a71473f461f19 /time
parent803cec817ce562b233460a616f2872c0a264b6a5 (diff)
downloadpkgsrc-5374ab1b5b3bda79f98a343c3e83dbce5a1e4e3d.tar.gz
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 (limited to 'time')
-rw-r--r--time/p5-Data-ICal/Makefile7
-rw-r--r--time/p5-Data-ICal/distinfo11
-rw-r--r--time/p5-Data-ICal/patches/patch-Makefile.PL12
3 files changed, 8 insertions, 22 deletions
diff --git a/time/p5-Data-ICal/Makefile b/time/p5-Data-ICal/Makefile
index 9f3b96616f0..45e6d5e75dd 100644
--- a/time/p5-Data-ICal/Makefile
+++ b/time/p5-Data-ICal/Makefile
@@ -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-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
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 --git a/time/p5-Data-ICal/distinfo b/time/p5-Data-ICal/distinfo
index d9d92bc2822..db5910129a6 100644
--- a/time/p5-Data-ICal/distinfo
+++ b/time/p5-Data-ICal/distinfo
@@ -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 --git a/time/p5-Data-ICal/patches/patch-Makefile.PL b/time/p5-Data-ICal/patches/patch-Makefile.PL
deleted file mode 100644
index f6694abd37a..00000000000
--- a/time/p5-Data-ICal/patches/patch-Makefile.PL
+++ /dev/null
@@ -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');