pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-commonmarker0



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Feb 12 07:33:50 UTC 2026

Modified Files:
        pkgsrc/textproc/ruby-commonmarker0: Makefile

Log Message:
textproc/ruby-commonmarker0: not for ruby40

This packages is for ruby-redmine50 and ruby-redmine60 and they are not
support by ruby40.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ruby-commonmarker0/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-commonmarker0/Makefile
diff -u pkgsrc/textproc/ruby-commonmarker0/Makefile:1.1 pkgsrc/textproc/ruby-commonmarker0/Makefile:1.2
--- pkgsrc/textproc/ruby-commonmarker0/Makefile:1.1     Mon Nov  3 05:15:27 2025
+++ pkgsrc/textproc/ruby-commonmarker0/Makefile Thu Feb 12 07:33:50 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/11/03 05:15:27 taca Exp $
+# $NetBSD: Makefile,v 1.2 2026/02/12 07:33:50 taca Exp $
 
 DISTNAME=      commonmarker-0.23.12
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/commonmarker/&0/}
@@ -13,6 +13,10 @@ OVERRIDE_GEMSPEC+=   :executables commonma
                        :files bin/commonmarker=bin/commonmarker0
 RUBYGEM_OPTIONS+=      --format-executable
 
+# This packages is for ruby-redmine50 and ruby-redmine60 and they are
+# not support by ruby40.
+RUBY_VERSIONS_ACCEPTED=        32 33 34
+
 pre-configure:
        ${TEST} -f ${WRKSRC}/bin/commonmarker0 || \
                ${MV} ${WRKSRC}/bin/commonmarker ${WRKSRC}/bin/commonmarker0



Home | Main Index | Thread Index | Old Index