diff options
author | taca <taca@pkgsrc.org> | 2020-03-15 16:42:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-03-15 16:42:10 +0000 |
commit | 3f5b681297f5b8a54446d197105f1f74d2ac2a57 (patch) | |
tree | 728c5b8b81a6f80a4d97a06a934867749eed3023 | |
parent | 5b6fd2268eed9a8eb453e7442d2268c3ceeb6870 (diff) | |
download | pkgsrc-3f5b681297f5b8a54446d197105f1f74d2ac2a57.tar.gz |
Drop support for ruby22.
-rw-r--r-- | databases/ruby-gdbm/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-fiddle/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-readline/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/databases/ruby-gdbm/Makefile b/databases/ruby-gdbm/Makefile index abfae16745b..defda33a11a 100644 --- a/databases/ruby-gdbm/Makefile +++ b/databases/ruby-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2020/03/15 15:29:10 taca Exp $ +# $NetBSD: Makefile,v 1.41 2020/03/15 16:42:10 taca Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -11,7 +11,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= ${RUBY_HOMEPAGE} COMMENT= Ruby extension to GDBM library -RUBY_VERSIONS_ACCEPTED= 24 25 26 22 27 +RUBY_VERSIONS_ACCEPTED= 24 25 26 27 USE_RUBY_EXTCONF= yes DISTINFO_FILE= ${RUBY_DISTINFO_FILE} diff --git a/devel/ruby-fiddle/Makefile b/devel/ruby-fiddle/Makefile index 51ed6f325bb..05e14234ec7 100644 --- a/devel/ruby-fiddle/Makefile +++ b/devel/ruby-fiddle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2020/03/15 15:29:11 taca Exp $ +# $NetBSD: Makefile,v 1.19 2020/03/15 16:42:10 taca Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -12,7 +12,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= ${RUBY_HOMEPAGE} COMMENT= Ruby fiddle library to wrap libffi -RUBY_VERSIONS_ACCEPTED= 24 25 26 22 27 +RUBY_VERSIONS_ACCEPTED= 24 25 26 27 USE_RUBY_EXTCONF= yes EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/fiddle ${RUBY_DISTNAME}/include \ diff --git a/devel/ruby-readline/Makefile b/devel/ruby-readline/Makefile index 3d76bcc5040..ed0ba293011 100644 --- a/devel/ruby-readline/Makefile +++ b/devel/ruby-readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2020/03/15 15:29:11 taca Exp $ +# $NetBSD: Makefile,v 1.52 2020/03/15 16:42:10 taca Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -11,7 +11,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= ${RUBY_HOMEPAGE} COMMENT= Ruby extension to readline library -RUBY_VERSIONS_ACCEPTED= 24 25 26 22 27 +RUBY_VERSIONS_ACCEPTED= 24 25 26 27 USE_RUBY_EXTCONF= yes EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/readline \ |