pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ruby
Module Name: pkgsrc
Committed By: dholland
Date: Sat Sep 25 00:47:26 UTC 2021
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
Log Message:
typo in error message
To generate a diff of this commit:
cvs rdiff -u -r1.236 -r1.237 pkgsrc/lang/ruby/rubyversion.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ruby/rubyversion.mk
diff -u pkgsrc/lang/ruby/rubyversion.mk:1.236 pkgsrc/lang/ruby/rubyversion.mk:1.237
--- pkgsrc/lang/ruby/rubyversion.mk:1.236 Wed Jul 21 14:39:05 2021
+++ pkgsrc/lang/ruby/rubyversion.mk Sat Sep 25 00:47:26 2021
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.236 2021/07/21 14:39:05 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.237 2021/09/25 00:47:26 dholland Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -232,7 +232,7 @@ RUBY_VERSIONS_ACCEPTED?= 27 30 26
RUBY_VERSIONS_INCOMPATIBLE?=
.if empty(RUBY_VERSIONS_SUPPORTED:M${RUBY_VERSION_DEFAULT})
-. error Unsuported RUBY_VERSION_DEFAULT: ${RUBY_VERSION_DEFAULT}
+. error Unsupported RUBY_VERSION_DEFAULT: ${RUBY_VERSION_DEFAULT}
.endif
.for rv in ${RUBY_VERSIONS_ACCEPTED}
Home |
Main Index |
Thread Index |
Old Index