pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ruby-chef-zero



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 27 23:15:32 UTC 2018

Modified Files:
        pkgsrc/sysutils/ruby-chef-zero: Makefile

Log Message:
chef-zero: requires Ruby version >= 2.4.0


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/ruby-chef-zero/Makefile

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

Modified files:

Index: pkgsrc/sysutils/ruby-chef-zero/Makefile
diff -u pkgsrc/sysutils/ruby-chef-zero/Makefile:1.9 pkgsrc/sysutils/ruby-chef-zero/Makefile:1.10
--- pkgsrc/sysutils/ruby-chef-zero/Makefile:1.9 Sun Sep 23 16:28:59 2018
+++ pkgsrc/sysutils/ruby-chef-zero/Makefile     Thu Sep 27 23:15:31 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/09/23 16:28:59 taca Exp $
+# $NetBSD: Makefile,v 1.10 2018/09/27 23:15:31 tnn Exp $
 
 DISTNAME=      chef-zero-14.0.6
 CATEGORIES=    sysutils
@@ -14,7 +14,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-uuidtools>=2
 DEPENDS+=      ${RUBY_PKGPREFIX}-hashie>=2.0.5<4.0:../../misc/ruby-hashie
 DEPENDS+=      ${RUBY_PKGPREFIX}-rack>=2.0<3:../../www/ruby-rack
 
-RUBY_VERSIONS_ACCEPTED=        23 24 25        # www/ruby-rack
+RUBY_VERSIONS_ACCEPTED=        24 25   # www/ruby-rack
 RUBYGEM_OPTIONS+=      --format-executable
 
 pre-configure:



Home | Main Index | Thread Index | Old Index