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.13. Fro...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e53548edab09
branches: trunk
changeset: 456526:e53548edab09
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Aug 02 12:24:08 2021 +0000
description:
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:
textproc/p5-Text-Markdown-Discount/Makefile | 5 ++---
textproc/p5-Text-Markdown-Discount/distinfo | 12 ++++++------
textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL | 6 +++---
3 files changed, 11 insertions(+), 12 deletions(-)
diffs (58 lines):
diff -r 11081923de40 -r e53548edab09 textproc/p5-Text-Markdown-Discount/Makefile
--- a/textproc/p5-Text-Markdown-Discount/Makefile Mon Aug 02 10:48:34 2021 +0000
+++ b/textproc/p5-Text-Markdown-Discount/Makefile Mon Aug 02 12:24:08 2021 +0000
@@ -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 -r 11081923de40 -r e53548edab09 textproc/p5-Text-Markdown-Discount/distinfo
--- a/textproc/p5-Text-Markdown-Discount/distinfo Mon Aug 02 10:48:34 2021 +0000
+++ b/textproc/p5-Text-Markdown-Discount/distinfo Mon Aug 02 12:24:08 2021 +0000
@@ -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 -r 11081923de40 -r e53548edab09 textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL
--- a/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL Mon Aug 02 10:48:34 2021 +0000
+++ b/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL Mon Aug 02 12:24:08 2021 +0000
@@ -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 @@
- 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(
Home |
Main Index |
Thread Index |
Old Index