pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ruby-chef



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 27 23:16:39 UTC 2018

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

Log Message:
ruby-chef: drop ruby23 because dropped in ruby-chef-zero


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/ruby-chef/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.9 pkgsrc/sysutils/ruby-chef/Makefile:1.10
--- pkgsrc/sysutils/ruby-chef/Makefile:1.9      Sun Sep 23 16:31:58 2018
+++ pkgsrc/sysutils/ruby-chef/Makefile  Thu Sep 27 23:16:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/09/23 16:31:58 taca Exp $
+# $NetBSD: Makefile,v 1.10 2018/09/27 23:16:39 tnn Exp $
 
 DISTNAME=      chef-14.5.27
 CATEGORIES=    sysutils
@@ -40,7 +40,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-proxifier>=1
 DEPENDS+=      ${RUBY_PKGPREFIX}-bundler>=1.10:../../misc/ruby-bundler
 
 RUBYGEM_OPTIONS+=      --format-executable
-RUBY_VERSIONS_ACCEPTED=        23 24 25        # misc/ruby-ohai
+RUBY_VERSIONS_ACCEPTED=        24 25   # misc/ruby-ohai
 
 pre-configure:
        cd ${WRKSRC}/bin && ${FIND} . -type f -exec ${CHMOD} ${BINMODE} {} \;



Home | Main Index | Thread Index | Old Index