pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun 18 16:24:52 UTC 2017

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

Log Message:
Enable ruby24.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/ruby-chef/Makefile
cvs rdiff -u -r1.6 -r1.7 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/Makefile
diff -u pkgsrc/sysutils/ruby-chef/Makefile:1.6 pkgsrc/sysutils/ruby-chef/Makefile:1.7
--- pkgsrc/sysutils/ruby-chef/Makefile:1.6      Mon Jun 12 14:40:38 2017
+++ pkgsrc/sysutils/ruby-chef/Makefile  Sun Jun 18 16:24:52 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/06/12 14:40:38 taca Exp $
+# $NetBSD: Makefile,v 1.7 2017/06/18 16:24:52 taca Exp $
 
 DISTNAME=      chef-13.1.31
 CATEGORIES=    sysutils
@@ -39,7 +39,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-proxifier>=1
 DEPENDS+=      ${RUBY_PKGPREFIX}-bundler>=1.10:../../misc/ruby-bundler
 
 RUBYGEM_OPTIONS+=      --format-executable
-RUBY_VERSIONS_ACCEPTED=        23      # www/ruby-ohai
+RUBY_VERSIONS_ACCEPTED=        23 24   # www/ruby-ohai
 
 pre-configure:
        cd ${WRKSRC}/bin && ${FIND} . -type f -exec ${CHMOD} ${BINMODE} {} \;

Index: pkgsrc/sysutils/ruby-chef-zero/Makefile
diff -u pkgsrc/sysutils/ruby-chef-zero/Makefile:1.6 pkgsrc/sysutils/ruby-chef-zero/Makefile:1.7
--- pkgsrc/sysutils/ruby-chef-zero/Makefile:1.6 Mon Jun 12 14:32:19 2017
+++ pkgsrc/sysutils/ruby-chef-zero/Makefile     Sun Jun 18 16:24:52 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/06/12 14:32:19 taca Exp $
+# $NetBSD: Makefile,v 1.7 2017/06/18 16:24:52 taca Exp $
 
 DISTNAME=      chef-zero-13.0.0
 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      # www/ruby-rack
+RUBY_VERSIONS_ACCEPTED=        23 24   # www/ruby-rack
 RUBYGEM_OPTIONS+=      --format-executable
 
 pre-configure:



Home | Main Index | Thread Index | Old Index