summaryrefslogtreecommitdiff
path: root/devel/p5-Array-Diff
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2019-09-13 08:44:18 +0000
committerwen <wen@pkgsrc.org>2019-09-13 08:44:18 +0000
commit9347c0c5638f1711c7321a52452b280d03926b01 (patch)
treea6c03642612ddc94a0f6635a1edd8eaaf3c0bb19 /devel/p5-Array-Diff
parent29a3a9e31bfd187108e2c52634a1cff7f7d5a0be (diff)
downloadpkgsrc-9347c0c5638f1711c7321a52452b280d03926b01.tar.gz
Update to 0.09
Upstream changes: 0.09 2019-05-10 NEILB - Set minimum Perl version in metadata. PR from MANWAR. - Clarified in the doc that the arrays must be sorted. RT#39184 0.08 2019-05-08 NEILB - First non-developer release since switching to Dist::Zilla 0.07_03 2019-05-08 NEILB - Added Array::Compare to SEE ALSO - Added List::Compare to SEE ALSO - Really just making another developer release, as PAUSE and then CPAN Testers had issues, so previous dev releases didn't get much testing. 0.07_02 2019-05-07 NEILB - Added a bunch of entries to SEE ALSO. 0.07_01 2019-05-06 NEILB - Added version dependency for Algorithm::Diff in Array/Diff.pm - Switched to Dist::Zilla
Diffstat (limited to 'devel/p5-Array-Diff')
-rw-r--r--devel/p5-Array-Diff/Makefile7
-rw-r--r--devel/p5-Array-Diff/distinfo10
-rw-r--r--devel/p5-Array-Diff/patches/patch-Makefile.PL14
3 files changed, 8 insertions, 23 deletions
diff --git a/devel/p5-Array-Diff/Makefile b/devel/p5-Array-Diff/Makefile
index 4e5fe703e2d..7963e0fd803 100644
--- a/devel/p5-Array-Diff/Makefile
+++ b/devel/p5-Array-Diff/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2019/08/11 13:18:51 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2019/09/13 08:44:18 wen Exp $
-DISTNAME= Array-Diff-0.07
-PKGNAME= p5-${DISTNAME:S/05002/05.002/}
-PKGREVISION= 8
+DISTNAME= Array-Diff-0.09
+PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/}
diff --git a/devel/p5-Array-Diff/distinfo b/devel/p5-Array-Diff/distinfo
index af57bb9d4d9..b821113a7ff 100644
--- a/devel/p5-Array-Diff/distinfo
+++ b/devel/p5-Array-Diff/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2017/06/07 14:42:23 ryoon Exp $
+$NetBSD: distinfo,v 1.6 2019/09/13 08:44:18 wen Exp $
-SHA1 (Array-Diff-0.07.tar.gz) = 04d5f087941816367c8f9ceb446a18ce6cf41f21
-RMD160 (Array-Diff-0.07.tar.gz) = 7d127b259814e97f34cc1d71810bef603795af21
-SHA512 (Array-Diff-0.07.tar.gz) = a918c17538599899ed5651804117de080918941727e21f752f435a0e0222a25ac7f653e9affce76ccafb8c3eb4d4e73666eeae20542adf5664fb6341b2745f6e
-Size (Array-Diff-0.07.tar.gz) = 52126 bytes
+SHA1 (Array-Diff-0.09.tar.gz) = 2c76a2e9caea3ba780236182b8c33531a343706d
+RMD160 (Array-Diff-0.09.tar.gz) = 4336d21ef2ba127fcb0bac8a2c09097e44bf78f1
+SHA512 (Array-Diff-0.09.tar.gz) = acfa2e47f39f2af5a04b59c3c708349e603295cf12c699ecbd9184c975e2cdb5edacbafc15c61c976c73ce459e3d2d5ea99fc50c2e4e2e56132dd1c3794e5e6c
+Size (Array-Diff-0.09.tar.gz) = 11335 bytes
SHA1 (patch-Makefile.PL) = 2941300f4fc383f48d846acdc6f4dfe75f78c5af
diff --git a/devel/p5-Array-Diff/patches/patch-Makefile.PL b/devel/p5-Array-Diff/patches/patch-Makefile.PL
deleted file mode 100644
index 70bc9195bfa..00000000000
--- a/devel/p5-Array-Diff/patches/patch-Makefile.PL
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:42:23 ryoon Exp $
-
-* Fix build with Perl 5.26.0
-
---- Makefile.PL.orig 2010-10-08 00:00:09.000000000 +0000
-+++ Makefile.PL
-@@ -1,5 +1,7 @@
- sub auto_set_repository {}
-
-+use FindBin;
-+use lib $FindBin::Bin;
- use inc::Module::Install;
- name 'Array-Diff';
- all_from 'lib/Array/Diff.pm';