summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Readme
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2018-11-10 06:29:37 +0000
committerwen <wen@pkgsrc.org>2018-11-10 06:29:37 +0000
commitc46cd0262c82209ad06c59d43117f0a1b723b8ad (patch)
tree66d3186e2fbbdd566da2dd5baea49d2cca1a8c8d /textproc/p5-Pod-Readme
parentc36241f765c10bef2db7944206ab15e3639a8720 (diff)
downloadpkgsrc-c46cd0262c82209ad06c59d43117f0a1b723b8ad.tar.gz
Update to 1.2.3
Upstream changes: v1.2.3 2018-10-31 22:56:42+00:00 Europe/London [Bug Fixes] - Increased minimum version of Type::Tiny to 1.000000. v1.2.2 2018-10-31 22:41:45+00:00 Europe/London [Documentation] - Updated POD with regard to format types (Mohammad S Anwar). - Fixed typos in Changes. [Bug Fixes] - Added explicit requirements for Pod::Simple as well as recommended modules. [Toolchain] - Remove explicit core dependencies from prereqs list. - Updated list of contributors in distribution metadata. (Apologies if anyone was omitted.) v1.2.1 2018-10-30 18:23:48+00:00 Europe/London [Documentation] - Added note about Github Flavoured Markdown (GFM) support to Changes for v1.2.0. [Other] - Restore license to "Perl_5" that was inadvertently changed in the conversion to use Dist::Zilla, GH#25. v1.2.0 2018-10-29 19:24:01+00:00 Europe/London [Bug Fixes] - Specify minimum version of List::Util, GH#22. [Enhancements] - Added "md" as an alias for "markdown" in pod2readme. - Added "github" or "gfm" for Github Flavored Markdown in pod2readme, GH#15. [Incompatabilities] - Removed DistZilla type from Pod::Readme::Types, as it was not necessary. [Toolchain] - Remove use of Module::Install, fixes GH#21. - Use Dist::Zilla to build the distribution.
Diffstat (limited to 'textproc/p5-Pod-Readme')
-rw-r--r--textproc/p5-Pod-Readme/Makefile7
-rw-r--r--textproc/p5-Pod-Readme/distinfo10
-rw-r--r--textproc/p5-Pod-Readme/patches/patch-Makefile.PL22
3 files changed, 8 insertions, 31 deletions
diff --git a/textproc/p5-Pod-Readme/Makefile b/textproc/p5-Pod-Readme/Makefile
index 0015029cee4..eabace689a8 100644
--- a/textproc/p5-Pod-Readme/Makefile
+++ b/textproc/p5-Pod-Readme/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2018/08/22 09:46:54 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2018/11/10 06:29:37 wen Exp $
-DISTNAME= Pod-Readme-v1.1.2
+DISTNAME= Pod-Readme-v1.2.3
PKGNAME= p5-${DISTNAME:S/v1/1/}
-PKGREVISION= 5
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
@@ -16,7 +15,7 @@ DEPENDS+= p5-CPAN-Changes>=0.30:../../devel/p5-CPAN-Changes
DEPENDS+= p5-Moo>=1.004005:../../devel/p5-Moo
DEPENDS+= p5-MooX-HandlesVia>=0:../../devel/p5-MooX-HandlesVia
DEPENDS+= p5-Path-Tiny>=0.018:../../filesystems/p5-Path-Tiny
-DEPENDS+= p5-Type-Tiny>=0:../../devel/p5-Type-Tiny
+DEPENDS+= p5-Type-Tiny>=1.000000:../../devel/p5-Type-Tiny
DEPENDS+= p5-IO-String>=0:../../devel/p5-IO-String
DEPENDS+= p5-File-Slurp>=0:../../devel/p5-File-Slurp
DEPENDS+= p5-namespace-autoclean>=0:../../devel/p5-namespace-autoclean
diff --git a/textproc/p5-Pod-Readme/distinfo b/textproc/p5-Pod-Readme/distinfo
index 53fc9a12c75..c8ab2e2d956 100644
--- a/textproc/p5-Pod-Readme/distinfo
+++ b/textproc/p5-Pod-Readme/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2017/06/07 14:46:58 ryoon Exp $
+$NetBSD: distinfo,v 1.7 2018/11/10 06:29:37 wen Exp $
-SHA1 (Pod-Readme-v1.1.2.tar.gz) = 685cc3a34c4274caf04dd175e47f953646ed5aef
-RMD160 (Pod-Readme-v1.1.2.tar.gz) = 820c006ddb13539cf75d6b2734d102569bfd0069
-SHA512 (Pod-Readme-v1.1.2.tar.gz) = b8d2cb11fa2018d91b4623c471206c057046daf2570500c828f6f8fbe9ef8fe45e4977396352878c1ca5a47ec27be04ca53c1c9240e7dfc09a9405b0af5dcf47
-Size (Pod-Readme-v1.1.2.tar.gz) = 47521 bytes
+SHA1 (Pod-Readme-v1.2.3.tar.gz) = ef8f6cbc9c8a43dc4ce2ec451215820142fc4aa6
+RMD160 (Pod-Readme-v1.2.3.tar.gz) = 337851115f9aba8d37e857795cf2a4bff7331e34
+SHA512 (Pod-Readme-v1.2.3.tar.gz) = c9518d3fd3082d6c4bb87300e04e29cb14459c08e3573bac6542ab4d4842389eaabb0d37fdc018ddb971e876b30078d14ce007840c867a7a81c0952c77c03a66
+Size (Pod-Readme-v1.2.3.tar.gz) = 37001 bytes
SHA1 (patch-Makefile.PL) = 36d516ca7fad2ccfd982a40465cba4052aec5904
diff --git a/textproc/p5-Pod-Readme/patches/patch-Makefile.PL b/textproc/p5-Pod-Readme/patches/patch-Makefile.PL
deleted file mode 100644
index a7107231605..00000000000
--- a/textproc/p5-Pod-Readme/patches/patch-Makefile.PL
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.2 2017/06/07 14:46:58 ryoon Exp $
-
-* Fix build with Perl 5.26.0
-* do not install depends via CPAN
-
---- Makefile.PL.orig 2014-12-08 18:01:19.000000000 +0000
-+++ Makefile.PL
-@@ -1,5 +1,7 @@
- use strict;
- use warnings FATAL => 'all';
-+use FindBin;
-+use lib $FindBin::Bin;
- use inc::Module::Install;
-
- author 'Robert Rothenberg <rrwo@cpan.org>';
-@@ -89,5 +91,5 @@ author_requires(
- recursive_author_tests('xt');
-
- install_as_cpan;
--auto_install;
-+#auto_install;
- WriteAll;