summaryrefslogtreecommitdiff
path: root/textproc/ruby-json
diff options
context:
space:
mode:
authortaca <taca>2015-11-23 15:46:58 +0000
committertaca <taca>2015-11-23 15:46:58 +0000
commit4e57610abff16d8bacf0c9424042a2fa2ffd70e4 (patch)
tree19f0ab78adb720aad58d2d004f27a837a5dbd911 /textproc/ruby-json
parent3b1c362de6ca76a0606d82a4d19cd0a2152b839f (diff)
downloadpkgsrc-4e57610abff16d8bacf0c9424042a2fa2ffd70e4.tar.gz
Remove 193 from RUBY_VERSION_SUPPORTED.
Diffstat (limited to 'textproc/ruby-json')
-rw-r--r--textproc/ruby-json/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile
index 3f255a204ba..c074e06bb51 100644
--- a/textproc/ruby-json/Makefile
+++ b/textproc/ruby-json/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2015/06/11 15:40:57 taca Exp $
+# $NetBSD: Makefile,v 1.31 2015/11/23 15:46:59 taca Exp $
DISTNAME= json-1.8.3
CATEGORIES= textproc
@@ -10,7 +10,7 @@ LICENSE= ruby-license
USE_GCC_RUNTIME= yes
-RUBY_VERSION_SUPPORTED= 200 193 18 21 22
+RUBY_VERSION_SUPPORTED= 200 18 21 22
post-extract:
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w