pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Markdown-Discount Update to 0.12. Fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d51f6b55423
branches:  trunk
changeset: 409821:0d51f6b55423
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Jan 21 10:28:50 2020 +0000

description:
Update to 0.12. From the changelog:

- Added cpan repository metadata @dsteinbrunner
- Removed unnecessary comment in POD @anirvan
- Use <br /> instead of <br/> @utgwkk

diffstat:

 textproc/p5-Text-Markdown-Discount/Makefile                  |   6 ++----
 textproc/p5-Text-Markdown-Discount/distinfo                  |  12 ++++++------
 textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL |  12 +++++++-----
 3 files changed, 15 insertions(+), 15 deletions(-)

diffs (76 lines):

diff -r 43d1bec74797 -r 0d51f6b55423 textproc/p5-Text-Markdown-Discount/Makefile
--- a/textproc/p5-Text-Markdown-Discount/Makefile       Tue Jan 21 09:52:22 2020 +0000
+++ b/textproc/p5-Text-Markdown-Discount/Makefile       Tue Jan 21 10:28:50 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2019/08/11 13:23:45 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2020/01/21 10:28:50 schmonz Exp $
 #
 
-DISTNAME=              Text-Markdown-Discount-0.11
+DISTNAME=              Text-Markdown-Discount-0.12
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           7
 CATEGORIES=            textproc perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Text/}
 
@@ -13,7 +12,6 @@
 LICENSE=               ${PERL5_LICENSE}
 
 PERL5_PACKLIST=                auto/Text/Markdown/Discount/.packlist
-USE_LANGUAGES=         c
 
 SUBST_CLASSES+=                paths
 SUBST_FILES.paths=     Makefile.PL
diff -r 43d1bec74797 -r 0d51f6b55423 textproc/p5-Text-Markdown-Discount/distinfo
--- a/textproc/p5-Text-Markdown-Discount/distinfo       Tue Jan 21 09:52:22 2020 +0000
+++ b/textproc/p5-Text-Markdown-Discount/distinfo       Tue Jan 21 10:28:50 2020 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.11 2018/07/28 15:52:34 schmonz Exp $
+$NetBSD: distinfo,v 1.12 2020/01/21 10:28:50 schmonz Exp $
 
-SHA1 (Text-Markdown-Discount-0.11.tar.gz) = cd0b2bdc3479f90a0f3e68421984bb47f015d1d2
-RMD160 (Text-Markdown-Discount-0.11.tar.gz) = a4484f181746789b7bfb7c0faa95011bb374e383
-SHA512 (Text-Markdown-Discount-0.11.tar.gz) = 0f748330f76cfd5153f9bcd8bb9f1f67732657a2ee511a7ca7f0f4d9e29a085ad97373b8716d7c7436d2b6f262e8d8223393664a9c079c63b16ea417cb5c0614
-Size (Text-Markdown-Discount-0.11.tar.gz) = 177087 bytes
+SHA1 (Text-Markdown-Discount-0.12.tar.gz) = 7f43e3405e25fc59535c275658aec29b9742a782
+RMD160 (Text-Markdown-Discount-0.12.tar.gz) = 4affb2c7e6fc7bcfd157337e53116f23d4849b5a
+SHA512 (Text-Markdown-Discount-0.12.tar.gz) = dd7196173d739e61cbbf2189342bddbdb2b847b2cffd35dbc2d25588fe56afb4f173af488292a834baede4321027d90623685bc5feb5916f238280a625c9a4b9
+Size (Text-Markdown-Discount-0.12.tar.gz) = 186097 bytes
 SHA1 (patch-Discount.xs) = 6851538b8c894a9069eb70994a6c32b533510601
 SHA1 (patch-MANIFEST) = 6ff1d67f8210d7a72ac1a000010bd944c06c25ac
-SHA1 (patch-Makefile.PL) = a0bbf8acc769933b429385dd9c2126b69052d93d
+SHA1 (patch-Makefile.PL) = 10327cd69ef77c13d66bcdf3b8f519568c468743
 SHA1 (patch-t_12.utf8.t) = cea58d7c8a4e50d97cf031b2e7913314fe46b056
diff -r 43d1bec74797 -r 0d51f6b55423 textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL
--- a/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL      Tue Jan 21 09:52:22 2020 +0000
+++ b/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL      Tue Jan 21 10:28:50 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-Makefile.PL,v 1.3 2018/03/10 05:45:02 schmonz Exp $
+$NetBSD: patch-Makefile.PL,v 1.4 2020/01/21 10:28:51 schmonz Exp $
 
 Remove build instructions for the local copy of libdiscount.
 
---- Makefile.PL.orig   2013-08-09 20:06:59.000000000 +0000
+--- Makefile.PL.orig   2020-01-21 00:16:59.000000000 +0000
 +++ Makefile.PL
 @@ -4,66 +4,6 @@ use warnings;
  use ExtUtils::MakeMaker;
@@ -71,7 +71,7 @@
  WriteMakefile(
      NAME              => 'Text::Markdown::Discount',
      VERSION_FROM      => 'lib/Text/Markdown/Discount.pm',
-@@ -71,8 +11,5 @@ WriteMakefile(
+@@ -71,10 +11,7 @@ WriteMakefile(
      ($] >= 5.005 ?
        (ABSTRACT_FROM  => 'lib/Text/Markdown/Discount.pm',
         AUTHOR         => 'Masayoshi Sekimura <sekimura%cpan.org@localhost>') : ()),
@@ -79,5 +79,7 @@
 -    INC               => '-I. -I' . $extdir,
 -    MYEXTLIB          => $myextlib,
 -    clean             => { FILES => $clean_files },
-+    LIBS              => '-L@PREFIX@/lib -lmarkdown',
- );
++    LIBS               => '-L@PREFIX@/lib -lmarkdown',
+     META_MERGE => {
+         'meta-spec' => { version => 2 },
+         resources => {



Home | Main Index | Thread Index | Old Index