pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-redmine



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Sep 29 13:13:26 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-redmine: Makefile

Log Message:
devel/ruby-redmine: Fix usage ofRUBY_VERSIONS_ACCEPTED

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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-redmine/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-redmine/Makefile
diff -u pkgsrc/devel/ruby-redmine/Makefile:1.23 pkgsrc/devel/ruby-redmine/Makefile:1.24
--- pkgsrc/devel/ruby-redmine/Makefile:1.23     Mon Sep 18 09:53:18 2017
+++ pkgsrc/devel/ruby-redmine/Makefile  Fri Sep 29 13:13:25 2017
@@ -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 @@ HOMEPAGE=   http://www.redmine.org/
 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