pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-readline
Module Name: pkgsrc
Committed By: taca
Date: Wed Jan 3 15:59:34 UTC 2024
Modified Files:
pkgsrc/devel/ruby-readline: Makefile
Log Message:
devel/ruby-readline: restrict to Ruby 3.1 and 3.2
This is preparation for Ruby 3.3 import.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/ruby-readline/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-readline/Makefile
diff -u pkgsrc/devel/ruby-readline/Makefile:1.54 pkgsrc/devel/ruby-readline/Makefile:1.55
--- pkgsrc/devel/ruby-readline/Makefile:1.54 Mon Dec 28 08:20:48 2020
+++ pkgsrc/devel/ruby-readline/Makefile Wed Jan 3 15:59:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2020/12/28 08:20:48 taca Exp $
+# $NetBSD: Makefile,v 1.55 2024/01/03 15:59:34 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -11,6 +11,7 @@ MAINTAINER= taca%NetBSD.org@localhost
HOMEPAGE= ${RUBY_HOMEPAGE}
COMMENT= Ruby extension to readline library
+RUBY_VERSIONS_ACCEPTED= 31 32
USE_RUBY_EXTCONF= yes
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/readline \
${RUBY_DISTNAME}/include ${RUBY_DISTNAME}/internal.h
Home |
Main Index |
Thread Index |
Old Index