pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-redmine Set RUBY_VERSIONS_ACCEPTED to 22 in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65620a81bf96
branches:  trunk
changeset: 364106:65620a81bf96
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jun 21 02:13:14 2017 +0000

description:
Set RUBY_VERSIONS_ACCEPTED to 22 instead of using
RUBY_VERSIONS_INCOMPATIBLE since Ruby 24 is not supported by redmine 3.3.x.

diffstat:

 devel/ruby-redmine/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 1706acfeee53 -r 65620a81bf96 devel/ruby-redmine/Makefile
--- a/devel/ruby-redmine/Makefile       Wed Jun 21 01:13:28 2017 +0000
+++ b/devel/ruby-redmine/Makefile       Wed Jun 21 02:13:14 2017 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index