summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-09-19 16:36:07 +0000
committertaca <taca@pkgsrc.org>2017-09-19 16:36:07 +0000
commit8ce0a0f19f0be738c27e762c7d44c1ff944e2a05 (patch)
tree3ab630e65cfab915399aca2a18926d8d15e9c079 /security
parent573af5eaa2fb88b64627d862f6757f51a8acd417 (diff)
downloadpkgsrc-8ce0a0f19f0be738c27e762c7d44c1ff944e2a05.tar.gz
cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED
Remove unnecessary RUBY_VERSIONS_ACCEPTED since ruby21 removed.
Diffstat (limited to 'security')
-rw-r--r--security/ruby-openid/Makefile4
-rw-r--r--security/ruby-rack-openid/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/security/ruby-openid/Makefile b/security/ruby-openid/Makefile
index 8213b6660c1..7d96d892e4d 100644
--- a/security/ruby-openid/Makefile
+++ b/security/ruby-openid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/09/16 19:27:07 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/09/19 16:36:07 taca Exp $
DISTNAME= openid-0.0.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -11,7 +11,5 @@ LICENSE= gnu-lgpl-v2.1 OR ruby-license
USE_LANGUAGES= # none
-RUBY_VERSIONS_ACCEPTED= 23 22 24
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/ruby-rack-openid/Makefile b/security/ruby-rack-openid/Makefile
index 578a83d5f50..2ba0d875ae1 100644
--- a/security/ruby-rack-openid/Makefile
+++ b/security/ruby-rack-openid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:07 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/19 16:36:07 taca Exp $
DISTNAME= rack-openid-1.4.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -14,7 +14,5 @@ DEPENDS+= ${RUBY_PKGPREFIX}-ruby-openid>=2.1.8:../../security/ruby-ruby-openid
USE_LANGUAGES= # none
-RUBY_VERSIONS_ACCEPTED= 22 23 24 # www/ruby-rack
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"