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:   taca
Date:           Mon Apr  6 14:21:02 UTC 2026

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

Log Message:
www/unit-ruby: remove restriction to ruby32

Now unit-ruby build fine with ruby33, ruby34 and ruby40.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/www/unit-ruby/Makefile:1.11
--- pkgsrc/www/unit-ruby/Makefile:1.10  Thu Jan 22 07:46:06 2026
+++ pkgsrc/www/unit-ruby/Makefile       Mon Apr  6 14:21:02 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2026/01/22 07:46:06 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2026/04/06 14:21:02 taca Exp $
 
 PKGNAME=       unit-${LANG}${RUBY_VER}-${UNIT_VERSION}
 COMMENT=       Ruby module for NGINX Unit
@@ -13,10 +13,6 @@ 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
-
 .include "../../lang/${LANG}/buildlink3.mk"
 .include "../../www/unit/ext.mk"
 .include "../../www/unit/Makefile.common"



Home | Main Index | Thread Index | Old Index