summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2017-06-21 02:13:14 +0000
committertaca <taca>2017-06-21 02:13:14 +0000
commit32ecea6479efe51d263e812b46c073cf1630cf64 (patch)
treeca2bd5a6a2fb86040a16884174eb1e56238e8454 /devel
parent6ab271b72ecf2fcf447f9c5dfc0eb484e7a67396 (diff)
downloadpkgsrc-32ecea6479efe51d263e812b46c073cf1630cf64.tar.gz
Set RUBY_VERSIONS_ACCEPTED to 22 instead of using
RUBY_VERSIONS_INCOMPATIBLE since Ruby 24 is not supported by redmine 3.3.x.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-redmine/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ruby-redmine/Makefile b/devel/ruby-redmine/Makefile
index f1c6b225d2c..0858d49b779 100644
--- a/devel/ruby-redmine/Makefile
+++ b/devel/ruby-redmine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2017/04/22 21:03:33 adam Exp $
+# $NetBSD: Makefile,v 1.22 2017/06/21 02:13:14 taca Exp $
DISTNAME= redmine-3.3.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -14,7 +14,9 @@ LICENSE= gnu-gpl-v2 # and so on.
.include "../../lang/ruby/rubyversion.mk"
-RUBY_VERSIONS_INCOMPATIBLE= 23 # nokogirl version required is broken in 2.3
+# nokogirl version required is broken in Ruby 2.3
+# Ruby 2.4 will be supported by Redmine 3.4.
+RUBY_VERSIONS_ACCEPTED= 22
GEMS_DISTFILES+= actionmailer-4.2.7.1.gem actionpack-4.2.7.1.gem
GEMS_DISTFILES+= actionpack-action_caching-1.1.1.gem