pkgsrc-WIP-changes archive

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

ruby-passenger: Set RUBY_VERSIONS_ACCEPTED before includes.



Module Name:	pkgsrc-wip
Committed By:	Jonathan Perkin <jperkin%joyent.com@localhost>
Pushed By:	jperkin
Date:		Wed Jun 7 10:33:14 2017 +0100
Changeset:	889b03fcf6aa2855d87081c0c5b10a4309cf7568

Modified Files:
	ruby-passenger/Makefile

Log Message:
ruby-passenger: Set RUBY_VERSIONS_ACCEPTED before includes.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=889b03fcf6aa2855d87081c0c5b10a4309cf7568

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

diffstat:
 ruby-passenger/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/ruby-passenger/Makefile b/ruby-passenger/Makefile
index 99596f05c5..5183dfac6c 100644
--- a/ruby-passenger/Makefile
+++ b/ruby-passenger/Makefile
@@ -4,6 +4,8 @@ PKGNAME=		${RUBY_PKGPREFIX}-${DISTNAME}
 
 COMMENT=		Modules for running Ruby on Rails and Rack applications
 
+RUBY_VERSIONS_ACCEPTED=	22 23	# www/ruby-rack
+
 .include "Makefile.common"
 
 BUILD_DEPENDS+=		asciidoc-[0-9]*:../../textproc/asciidoc
@@ -13,8 +15,6 @@ DEPENDS+=		${RUBY_PKGPREFIX}-rack-[0-9]*:../../www/ruby-rack
 DEPENDS+=		${RUBY_PKGPREFIX}-rubygems>=1.2.0:../../misc/rubygems
 .endif
 
-RUBY_VERSIONS_ACCEPTED=	22 23	# www/ruby-rack
-
 INSTALL_ENV+=		FS_PREFIX=${PREFIX}
 INSTALL_ENV+=		FS_DOCDIR=${PREFIX}/share/doc
 INSTALL_ENV+=		RUBYLIBDIR=${PREFIX}/${RUBY_VENDORLIB_BASE}


Home | Main Index | Thread Index | Old Index