summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2021-08-02 12:24:08 +0000
committerschmonz <schmonz@pkgsrc.org>2021-08-02 12:24:08 +0000
commit8dd34539eba30bef421180ecc2241892facacf42 (patch)
tree722ff178c7c25f2fe49408198af044c02a2dbc9c /textproc
parent7aae443d0e7e37db716cdd609cfee43cc695768f (diff)
downloadpkgsrc-8dd34539eba30bef421180ecc2241892facacf42.tar.gz
Update to 0.13. From the changelog:
- discount/configure.inc: include stdlib.h to find WORD/DWORD @Hugmeir - discount/configure.sh: include strings.h to find bzero & memset @Hugmeir - add configure option "--with-fenced-code --with-dl=both" @Songmu
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Markdown-Discount/Makefile5
-rw-r--r--textproc/p5-Text-Markdown-Discount/distinfo12
-rw-r--r--textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL6
3 files changed, 11 insertions, 12 deletions
diff --git a/textproc/p5-Text-Markdown-Discount/Makefile b/textproc/p5-Text-Markdown-Discount/Makefile
index 1b206331380..f8ebce1d7d7 100644
--- a/textproc/p5-Text-Markdown-Discount/Makefile
+++ b/textproc/p5-Text-Markdown-Discount/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2021/05/24 19:54:44 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2021/08/02 12:24:08 schmonz Exp $
#
-DISTNAME= Text-Markdown-Discount-0.12
+DISTNAME= Text-Markdown-Discount-0.13
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
diff --git a/textproc/p5-Text-Markdown-Discount/distinfo b/textproc/p5-Text-Markdown-Discount/distinfo
index af914cc5692..98a19b075a6 100644
--- a/textproc/p5-Text-Markdown-Discount/distinfo
+++ b/textproc/p5-Text-Markdown-Discount/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.12 2020/01/21 10:28:50 schmonz Exp $
+$NetBSD: distinfo,v 1.13 2021/08/02 12:24:08 schmonz Exp $
-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 (Text-Markdown-Discount-0.13.tar.gz) = 8a2610f23a7e2602e6ca97cbe069e96a938e85de
+RMD160 (Text-Markdown-Discount-0.13.tar.gz) = 8ef748e3526f5dfefc2437f34237679794eac9ee
+SHA512 (Text-Markdown-Discount-0.13.tar.gz) = 688cbbc73f8e67f9908ad3a46445b7c68069dcbf0350f77f65cf9c5ddc8de3522ff2c937d37cc5dc12b26201f8f6c8886032f054f112684006060070f97d17cf
+Size (Text-Markdown-Discount-0.13.tar.gz) = 184786 bytes
SHA1 (patch-Discount.xs) = 6851538b8c894a9069eb70994a6c32b533510601
SHA1 (patch-MANIFEST) = 6ff1d67f8210d7a72ac1a000010bd944c06c25ac
-SHA1 (patch-Makefile.PL) = 10327cd69ef77c13d66bcdf3b8f519568c468743
+SHA1 (patch-Makefile.PL) = a6474a88f66f9bd0e82a6b324171dbe5e3ab69bc
SHA1 (patch-t_12.utf8.t) = cea58d7c8a4e50d97cf031b2e7913314fe46b056
diff --git a/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL b/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL
index b33c4d0730e..d5419a76f4c 100644
--- a/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL
+++ b/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL
@@ -1,8 +1,8 @@
-$NetBSD: patch-Makefile.PL,v 1.4 2020/01/21 10:28:51 schmonz Exp $
+$NetBSD: patch-Makefile.PL,v 1.5 2021/08/02 12:24:08 schmonz Exp $
Remove build instructions for the local copy of libdiscount.
---- Makefile.PL.orig 2020-01-21 00:16:59.000000000 +0000
+--- Makefile.PL.orig 2021-08-02 00:38:11.000000000 +0000
+++ Makefile.PL
@@ -4,66 +4,6 @@ use warnings;
use ExtUtils::MakeMaker;
@@ -65,7 +65,7 @@ Remove build instructions for the local copy of libdiscount.
- return sprintf('
-$(MYEXTLIB):
- %s
--', qq{( cd $extdir; CC='cc -fPIC' sh configure.sh; make )\n});
+-', qq{( cd $extdir; CC='cc -fPIC' sh configure.sh --with-fenced-code --with-dl=both; make )\n});
-}
-
WriteMakefile(