pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-Pod-Readme
Module Name: pkgsrc
Committed By: wen
Date: Sat Nov 10 06:29:37 UTC 2018
Modified Files:
pkgsrc/textproc/p5-Pod-Readme: Makefile distinfo
Removed Files:
pkgsrc/textproc/p5-Pod-Readme/patches: patch-Makefile.PL
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/p5-Pod-Readme/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/p5-Pod-Readme/distinfo
cvs rdiff -u -r1.2 -r0 \
pkgsrc/textproc/p5-Pod-Readme/patches/patch-Makefile.PL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-Pod-Readme/Makefile
diff -u pkgsrc/textproc/p5-Pod-Readme/Makefile:1.17 pkgsrc/textproc/p5-Pod-Readme/Makefile:1.18
--- pkgsrc/textproc/p5-Pod-Readme/Makefile:1.17 Wed Aug 22 09:46:54 2018
+++ pkgsrc/textproc/p5-Pod-Readme/Makefile Sat Nov 10 06:29:37 2018
@@ -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:../../de
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
Index: pkgsrc/textproc/p5-Pod-Readme/distinfo
diff -u pkgsrc/textproc/p5-Pod-Readme/distinfo:1.6 pkgsrc/textproc/p5-Pod-Readme/distinfo:1.7
--- pkgsrc/textproc/p5-Pod-Readme/distinfo:1.6 Wed Jun 7 14:46:58 2017
+++ pkgsrc/textproc/p5-Pod-Readme/distinfo Sat Nov 10 06:29:37 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index