pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-redmine devel/ruby-redmine: Fix usage ofRUB...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfd597417473
branches:  trunk
changeset: 369387:cfd597417473
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Sep 29 13:13:25 2017 +0000

description:
devel/ruby-redmine: Fix usage ofRUBY_VERSIONS_ACCEPTED

Define RUBY_VERSIONS_ACCEPTED before including rubyversion.mk.
Should be fix pbulk problem.

diffstat:

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

diffs (24 lines):

diff -r fba8f5bf83fe -r cfd597417473 devel/ruby-redmine/Makefile
--- a/devel/ruby-redmine/Makefile       Fri Sep 29 13:01:54 2017 +0000
+++ b/devel/ruby-redmine/Makefile       Fri Sep 29 13:13:25 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2017/09/18 09:53:18 maya Exp $
+# $NetBSD: Makefile,v 1.24 2017/09/29 13:13:25 taca Exp $
 
 DISTNAME=      redmine-3.3.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -12,12 +12,12 @@
 COMMENT=       Flexible project management web application
 LICENSE=       gnu-gpl-v2 # and so on.
 
-.include "../../lang/ruby/rubyversion.mk"
-
 # nokogirl version required is broken in Ruby 2.3
 # Ruby 2.4 will be supported by Redmine 3.4.
 RUBY_VERSIONS_ACCEPTED=        22
 
+.include "../../lang/ruby/rubyversion.mk"
+
 GEMS_DISTFILES+=       actionmailer-4.2.7.1.gem actionpack-4.2.7.1.gem
 GEMS_DISTFILES+=       actionpack-action_caching-1.1.1.gem
 GEMS_DISTFILES+=       actionpack-xml_parser-1.0.2.gem actionview-4.2.7.1.gem



Home | Main Index | Thread Index | Old Index