pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-commonmarker
Module Name: pkgsrc
Committed By: taca
Date: Mon Nov 3 07:26:12 UTC 2025
Modified Files:
pkgsrc/textproc/ruby-commonmarker: Makefile
Log Message:
textproc/ruby-commonmarker: update to 2.5.0
2.4.0 (2025-09-16)
What's Changed
* Bump actions/checkout from 4 to 5 by @dependabot[bot] in #387
* Bump magnus from 0.7.1 to 0.8.0 by @dependabot[bot] in #388
* Bump magnus from 0.8.0 to 0.8.1 by @dependabot[bot] in #389
* Bump comrak from 0.41.0 to 0.41.1 by @dependabot[bot] in #391
* Update dependencies + release new minor by @gjtorikian in #392
* [skip test] Release v2.4.0 by @github-actions[bot] in #393
2.4.1 (2025-09-29)
What's Changed
* Bump comrak from 0.41.1 to 0.42.0 by @dependabot[bot] in #395
* Bump comrak from 0.42.0 to 0.43.0 by @kivikakk in #396
* 2.4.1 by @kivikakk in #397
* [skip test] Release v2.4.1 by @github-actions[bot] in #398
2.5.0 (2025-10-14)
What's Changed
* Bump syntect from 5.2.0 to 5.3.0 by @dependabot[bot] in #399
* Bump magnus from 0.8.1 to 0.8.2 by @dependabot[bot] in #400
* Bump Comrak to 0.44.0, add inline_footnotes support. by @kivikakk in #401
* 2.5.0 by @kivikakk in #402
* [skip test] Release v2.5.0 by @github-actions[bot] in #403
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/ruby-commonmarker/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/ruby-commonmarker/Makefile
diff -u pkgsrc/textproc/ruby-commonmarker/Makefile:1.6 pkgsrc/textproc/ruby-commonmarker/Makefile:1.7
--- pkgsrc/textproc/ruby-commonmarker/Makefile:1.6 Sat Aug 5 12:14:54 2023
+++ pkgsrc/textproc/ruby-commonmarker/Makefile Mon Nov 3 07:26:12 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/08/05 12:14:54 taca Exp $
+# $NetBSD: Makefile,v 1.7 2025/11/03 07:26:12 taca Exp $
-DISTNAME= commonmarker-0.23.10
+DISTNAME= commonmarker-2.5.0
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,17 @@ HOMEPAGE= https://github.com/gjtorikian/
COMMENT= CommonMark parser and renderer written in C, wrapped in Ruby
LICENSE= mit
+DEPENDS+= ${RUBY_PKGPREFIX}-rb_sys>=0.9<1:../../devel/ruby-rb_sys
+
+USE_TOOLS+= gmake
+
RUBYGEM_OPTIONS+= --format-executable
+.include "cargo-depends.mk"
+
+# XXX: including "lang/ruby/gem.mk" after "lang/rust/cargo.mk" cause
+# ignoring gem-extract target...
+#
.include "../../lang/ruby/gem.mk"
+.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index