diff options
author | taca <taca@pkgsrc.org> | 2020-05-21 15:51:51 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-05-21 15:51:51 +0000 |
commit | 8b2fec719ba17c92a60a6d8f7e6df9f1a3d57111 (patch) | |
tree | eb9adb7f988ee5a77f73dc78361597803d549f58 /textproc | |
parent | 091183c125dedc1d04f8efa6edead38bb3328d12 (diff) | |
download | pkgsrc-8b2fec719ba17c92a60a6d8f7e6df9f1a3d57111.tar.gz |
remove ruby24 support.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-json/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile index 8449fb9c380..80cc3444533 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2020/01/18 23:35:31 rillig Exp $ +# $NetBSD: Makefile,v 1.41 2020/05/21 15:51:52 taca Exp $ DISTNAME= json-2.3.0 CATEGORIES= textproc @@ -10,7 +10,7 @@ LICENSE= ruby-license USE_GCC_RUNTIME= yes -RUBY_VERSIONS_ACCEPTED= 24 25 26 +RUBY_VERSIONS_ACCEPTED= 25 26 post-extract: cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w |