pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/cmark cmark: updated to 0.30.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0cbc8dd586f
branches:  trunk
changeset: 459572:f0cbc8dd586f
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Oct 09 19:20:08 2021 +0000

description:
cmark: updated to 0.30.2

0.30.2

* Fix parsing of emphasis before links.
  Fixes a regression introduced with commit ed0a4bf.

* Update to Unicode 14.0 (data-man).

* Add `~` to safe href character set.

* Update CMakeLists.txt.  Bump the minimum required
  CMake to 3.7. Imperatively define output name for static library.

* Fix install paths in libcmark.pc.
  `CMAKE_INSTALL_<dir>` can be relative or absolute path, so it is wrong to
  prefix CMAKE_INSTALL_PREFIX because if CMAKE_INSTALL_<dir> is set to an
  absolute path it will result in a malformed path with two absolute paths
  joined together.  Instead, use `CMAKE_INSTALL_FULL_<dir>` from
  GNUInstallDirs.

diffstat:

 textproc/cmark/Makefile |  6 ++++--
 textproc/cmark/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r 708676269ef0 -r f0cbc8dd586f textproc/cmark/Makefile
--- a/textproc/cmark/Makefile   Sat Oct 09 15:35:02 2021 +0000
+++ b/textproc/cmark/Makefile   Sat Oct 09 19:20:08 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2021/07/17 16:29:31 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/10/09 19:20:08 adam Exp $
 
-DISTNAME=      cmark-0.30.1
+DISTNAME=      cmark-0.30.2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jgm/}
 
@@ -21,6 +21,8 @@
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 TEST_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/build/src
+# For Darwin
+TEST_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/build/src
 TEST_TARGET=   test
 
 post-extract:
diff -r 708676269ef0 -r f0cbc8dd586f textproc/cmark/distinfo
--- a/textproc/cmark/distinfo   Sat Oct 09 15:35:02 2021 +0000
+++ b/textproc/cmark/distinfo   Sat Oct 09 19:20:08 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/10/07 15:00:52 nia Exp $
+$NetBSD: distinfo,v 1.9 2021/10/09 19:20:08 adam Exp $
 
-RMD160 (cmark-0.30.1.tar.gz) = 52f149cc0a9af0c28bb66d78f1b0103612f56ce2
-SHA512 (cmark-0.30.1.tar.gz) = 883bf559874f05af501de9dbce7e08c7297c09ebb26b3e08f55a8a5c43109e47ac14d129a2db31d7f105803e7259e3e104fe4241fd5c1248820a96e5228008f4
-Size (cmark-0.30.1.tar.gz) = 245126 bytes
+RMD160 (cmark-0.30.2.tar.gz) = 2f4deda50e72393d3caf91add5610dcb34d436fc
+SHA512 (cmark-0.30.2.tar.gz) = aaa9b2103cf89c522f9b42a2b43c07ecf75e07eb42214c0be5de17682ea1faf9c85e3dd28fe91d446b69a34f9980bcab6e276a99b42540c40c9ee1481b3a0d17
+Size (cmark-0.30.2.tar.gz) = 246033 bytes
 SHA1 (patch-src_CMakeLists.txt) = 6403931bb8c07738d4e8c0f1fc96db67c04addb4



Home | Main Index | Thread Index | Old Index