pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-Text-Markdown-Discount



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Aug  2 12:24:08 UTC 2021

Modified Files:
        pkgsrc/textproc/p5-Text-Markdown-Discount: Makefile distinfo
        pkgsrc/textproc/p5-Text-Markdown-Discount/patches: patch-Makefile.PL

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/p5-Text-Markdown-Discount/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/p5-Text-Markdown-Discount/distinfo
cvs rdiff -u -r1.4 -r1.5 \
    pkgsrc/textproc/p5-Text-Markdown-Discount/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-Text-Markdown-Discount/Makefile
diff -u pkgsrc/textproc/p5-Text-Markdown-Discount/Makefile:1.22 pkgsrc/textproc/p5-Text-Markdown-Discount/Makefile:1.23
--- pkgsrc/textproc/p5-Text-Markdown-Discount/Makefile:1.22     Mon May 24 19:54:44 2021
+++ pkgsrc/textproc/p5-Text-Markdown-Discount/Makefile  Mon Aug  2 12:24:08 2021
@@ -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/}
 

Index: pkgsrc/textproc/p5-Text-Markdown-Discount/distinfo
diff -u pkgsrc/textproc/p5-Text-Markdown-Discount/distinfo:1.12 pkgsrc/textproc/p5-Text-Markdown-Discount/distinfo:1.13
--- pkgsrc/textproc/p5-Text-Markdown-Discount/distinfo:1.12     Tue Jan 21 10:28:50 2020
+++ pkgsrc/textproc/p5-Text-Markdown-Discount/distinfo  Mon Aug  2 12:24:08 2021
@@ -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

Index: pkgsrc/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL
diff -u pkgsrc/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL:1.4 pkgsrc/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL:1.5
--- pkgsrc/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL:1.4     Tue Jan 21 10:28:51 2020
+++ pkgsrc/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL Mon Aug  2 12:24:08 2021
@@ -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 
 -    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