pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/unit-ruby



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 22 07:46:06 UTC 2026

Modified Files:
        pkgsrc/www/unit-ruby: Makefile

Log Message:
unit-ruby: does not find ruby 3.3


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/unit-ruby/Makefile

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

Modified files:

Index: pkgsrc/www/unit-ruby/Makefile
diff -u pkgsrc/www/unit-ruby/Makefile:1.9 pkgsrc/www/unit-ruby/Makefile:1.10
--- pkgsrc/www/unit-ruby/Makefile:1.9   Sat Oct 25 01:52:48 2025
+++ pkgsrc/www/unit-ruby/Makefile       Thu Jan 22 07:46:06 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2025/10/25 01:52:48 osa Exp $
+# $NetBSD: Makefile,v 1.10 2026/01/22 07:46:06 wiz Exp $
 
 PKGNAME=       unit-${LANG}${RUBY_VER}-${UNIT_VERSION}
 COMMENT=       Ruby module for NGINX Unit
@@ -13,8 +13,9 @@ post-configure:
                ${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS}                   \
                        ${CONFIGURE_SCRIPT} ${LANG} --module=${MODNAME}
 
+# only recognizes ruby 3.2
 # ruby 3.4: error: 'rb_data_object_get_warning' is deprecated
-RUBY_VERSIONS_ACCEPTED=                32 33
+RUBY_VERSIONS_ACCEPTED=                32
 
 .include "../../lang/${LANG}/buildlink3.mk"
 .include "../../www/unit/ext.mk"



Home | Main Index | Thread Index | Old Index