pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby typo in error message



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d526dd8de41
branches:  trunk
changeset: 458924:5d526dd8de41
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Sep 25 00:47:26 2021 +0000

description:
typo in error message

diffstat:

 lang/ruby/rubyversion.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ccc99e5836b3 -r 5d526dd8de41 lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk  Fri Sep 24 18:56:16 2021 +0000
+++ b/lang/ruby/rubyversion.mk  Sat Sep 25 00:47:26 2021 +0000
@@ -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_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