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:           Sun Feb 15 12:40:40 UTC 2026

Modified Files:
        pkgsrc/textproc/cmark: Makefile distinfo

Log Message:
cmark: updated to 0.31.2

0.31.2

* Export `cmark_node_is_inline`, `cmark_node_is_block`,
  `cmark_node_is_leaf` [non-breaking API change].

* Don't append a newline character when rendering inline nodes
  (Samuel Williams).

* Fix inline source positions
  Account for partially removed delimiter chars.

* Commonmark renderer: fix bug with empty item at end of list

* Fix email autolink rendering in latex

* CMake: Remove handling CMP0063 (Christophh Grüninger).
  Required CMake is 3.7 which automatically sets CMP0063 to NEW.

* Makefile: Don't depend on $(SPEC) (Nick Wellnhofer).
  The spec file is always present.

* Makefile: Clean up cmake invocations (Nick Wellnhofer).
  Use cmake command to build and install instead of invoking make. Also
  use -G option consistently. This allows to use other generators like
  Ninja: `make GENERATOR=Ninja`.

* Fix python warnings about regexp escape sequences
  (Azamat H. Hackimov).

* Update cmake_minimum_required to 3.14 (Azamat H. Hackimov).

* Update to Unicode 17.0 (Dmitry Atamanov).

* README: Make cmake instructions more portable and simple
  (Nick Wellnhofer). Don't assume that make is used. Don't
  change directories.

* Replace link to unmaintained Python bindings (Ofek Lev).


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/cmark/Makefile
cvs rdiff -u -r1.14 -r1.15 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.16 pkgsrc/textproc/cmark/Makefile:1.17
--- pkgsrc/textproc/cmark/Makefile:1.16 Wed Aug 20 11:35:11 2025
+++ pkgsrc/textproc/cmark/Makefile      Sun Feb 15 12:40:39 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2025/08/20 11:35:11 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2026/02/15 12:40:39 adam Exp $
 
-DISTNAME=      cmark-0.31.1
+DISTNAME=      cmark-0.31.2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jgm/}
 
@@ -18,8 +18,6 @@ CMAKE_CONFIGURE_ARGS+=        -DCMAKE_POLICY_VE
 
 PYTHON_FOR_BUILD_ONLY= yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 TEST_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}/src
 # For Darwin
 TEST_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}/src

Index: pkgsrc/textproc/cmark/distinfo
diff -u pkgsrc/textproc/cmark/distinfo:1.14 pkgsrc/textproc/cmark/distinfo:1.15
--- pkgsrc/textproc/cmark/distinfo:1.14 Mon Aug  5 09:22:23 2024
+++ pkgsrc/textproc/cmark/distinfo      Sun Feb 15 12:40:39 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/08/05 09:22:23 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/02/15 12:40:39 adam Exp $
 
-BLAKE2s (cmark-0.31.1.tar.gz) = 9ae8af01d6202f8078dd57aa0e91eec00871242acb358b37ae7c99f372bf88f4
-SHA512 (cmark-0.31.1.tar.gz) = 3b4f8b47d8ea270078ab986aa22fc32b227786459bd33c7225aac578d8dd014e3d8788a6add60ea10571fdb4c7dc6a1ece960815a02f04f153b1775c73ccff8f
-Size (cmark-0.31.1.tar.gz) = 264170 bytes
+BLAKE2s (cmark-0.31.2.tar.gz) = bed5c8a6a7f2a62e96f73720269faf43f9dc96222526d863763e56c2694bb21c
+SHA512 (cmark-0.31.2.tar.gz) = 8dcf4f25b53e84a16afa506214f17c3d2d7b0cc78d9d289b469ad8d1e481c4b355263eca3fb1e2b595c30734bc2d617fd38e00d17a14dcfa9de8c71580916265
+Size (cmark-0.31.2.tar.gz) = 267259 bytes



Home | Main Index | Thread Index | Old Index