pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/cmark



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Oct  9 19:20:08 UTC 2021

Modified Files:
        pkgsrc/textproc/cmark: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/cmark/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/cmark/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/cmark/Makefile
diff -u pkgsrc/textproc/cmark/Makefile:1.9 pkgsrc/textproc/cmark/Makefile:1.10
--- pkgsrc/textproc/cmark/Makefile:1.9  Sat Jul 17 16:29:31 2021
+++ pkgsrc/textproc/cmark/Makefile      Sat Oct  9 19:20:08 2021
@@ -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_FOR_BUILD_ONLY=        yes
 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:

Index: pkgsrc/textproc/cmark/distinfo
diff -u pkgsrc/textproc/cmark/distinfo:1.8 pkgsrc/textproc/cmark/distinfo:1.9
--- pkgsrc/textproc/cmark/distinfo:1.8  Thu Oct  7 15:00:52 2021
+++ pkgsrc/textproc/cmark/distinfo      Sat Oct  9 19:20:08 2021
@@ -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