Skip to content

Commit

Permalink
Update to 0.12. From the changelog:
Browse files Browse the repository at this point in the history
- Added cpan repository metadata @dsteinbrunner
- Removed unnecessary comment in POD @anirvan
- Use <br /> instead of <br/> @utgwkk
  • Loading branch information
schmonz committed Jan 21, 2020
1 parent 88cdfff commit 208a3b9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 2 additions & 4 deletions textproc/p5-Text-Markdown-Discount/Makefile
@@ -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/}

Expand All @@ -13,7 +12,6 @@ COMMENT= Convert Markdown to (X)HTML
LICENSE= ${PERL5_LICENSE}

PERL5_PACKLIST= auto/Text/Markdown/Discount/.packlist
USE_LANGUAGES= c

SUBST_CLASSES+= paths
SUBST_FILES.paths= Makefile.PL
Expand Down
12 changes: 6 additions & 6 deletions textproc/p5-Text-Markdown-Discount/distinfo
@@ -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
12 changes: 7 additions & 5 deletions textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL
@@ -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;
Expand Down Expand Up @@ -71,13 +71,15 @@ Remove build instructions for the local copy of libdiscount.
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>') : ()),
- LIBS => '-L' . $extdir,
- 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 => {

0 comments on commit 208a3b9

Please sign in to comment.