pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-activesupport80
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 16 14:36:02 UTC 2025
Modified Files:
pkgsrc/devel/ruby-activesupport80: Makefile
Log Message:
ruby-activesupport80: does not support Ruby 3.1
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-activesupport80/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-activesupport80/Makefile
diff -u pkgsrc/devel/ruby-activesupport80/Makefile:1.1 pkgsrc/devel/ruby-activesupport80/Makefile:1.2
--- pkgsrc/devel/ruby-activesupport80/Makefile:1.1 Thu Jan 2 07:02:34 2025
+++ pkgsrc/devel/ruby-activesupport80/Makefile Thu Jan 16 14:36:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/01/02 07:02:34 taca Exp $
+# $NetBSD: Makefile,v 1.2 2025/01/16 14:36:02 wiz Exp $
DISTNAME= activesupport-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
@@ -19,6 +19,8 @@ USE_LANGUAGES= # none
RUBY_RAILS_ACCEPTED= 80
RUBY_RAILS_STRICT_DEP= yes
+RUBY_VERSIONS_INCOMPATIBLE= 31
+
.include "../../lang/ruby/rubyversion.mk"
.if ${RUBY_VER} < 33
DEPENDS+= ${RUBY_PKGPREFIX}-benchmark>=0.3:../../benchmarks/ruby-benchmark
Home |
Main Index |
Thread Index |
Old Index