pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar 24 18:03:50 UTC 2020

Modified Files:
        pkgsrc/sysutils/ruby-chef-config: Makefile PLIST distinfo

Log Message:
sysutils/ruby-chef-config: update to 15.8.23

Update ruby-chef-config to 15.8.23.

Changes are too many to write here, please refer
<https://github.com/chef/chef/blob/master/CHANGELOG.md>.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/ruby-chef-config/Makefile \
    pkgsrc/sysutils/ruby-chef-config/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/ruby-chef-config/PLIST

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-config/Makefile
diff -u pkgsrc/sysutils/ruby-chef-config/Makefile:1.5 pkgsrc/sysutils/ruby-chef-config/Makefile:1.6
--- pkgsrc/sysutils/ruby-chef-config/Makefile:1.5       Sun Feb  3 16:10:44 2019
+++ pkgsrc/sysutils/ruby-chef-config/Makefile   Tue Mar 24 18:03:50 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/02/03 16:10:44 taca Exp $
+# $NetBSD: Makefile,v 1.6 2020/03/24 18:03:50 taca Exp $
 
-DISTNAME=      chef-config-14.10.9
+DISTNAME=      chef-config-15.8.23
 CATEGORIES=    sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,8 +8,9 @@ HOMEPAGE=       https://github.com/chef/chef
 COMMENT=       Chef's default configuration and config loading
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-mixlib-config>=2.0<3:../../devel/ruby-mixlib-config
-DEPENDS+=      ${RUBY_PKGPREFIX}-mixlib-shellout>=2.0<3:../../devel/ruby-mixlib-shellout
+DEPENDS+=      ${RUBY_PKGPREFIX}-chef-utils>=15.8.23<15.9:../../sysutils/ruby-chef-utils
+DEPENDS+=      ${RUBY_PKGPREFIX}-mixlib-shellout>=2.0:../../devel/ruby-mixlib-shellout
+DEPENDS+=      ${RUBY_PKGPREFIX}-mixlib-config>=2.2.12:../../devel/ruby-mixlib-config
 DEPENDS+=      ${RUBY_PKGPREFIX}-fuzzyurl>=0:../../textproc/ruby-fuzzyurl
 DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=0:../../net/ruby-addressable
 DEPENDS+=      ${RUBY_PKGPREFIX}-tomlrb>=1.2<2:../../devel/ruby-tomlrb
Index: pkgsrc/sysutils/ruby-chef-config/distinfo
diff -u pkgsrc/sysutils/ruby-chef-config/distinfo:1.5 pkgsrc/sysutils/ruby-chef-config/distinfo:1.6
--- pkgsrc/sysutils/ruby-chef-config/distinfo:1.5       Sun Feb  3 16:10:44 2019
+++ pkgsrc/sysutils/ruby-chef-config/distinfo   Tue Mar 24 18:03:50 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/02/03 16:10:44 taca Exp $
+$NetBSD: distinfo,v 1.6 2020/03/24 18:03:50 taca Exp $
 
-SHA1 (chef-config-14.10.9.gem) = c7284c8a9e6e8b36ac0d9f581f77b3c11f868075
-RMD160 (chef-config-14.10.9.gem) = 0c69581bc2ce7e72188acac64ced7766ae6585b7
-SHA512 (chef-config-14.10.9.gem) = 2c5660cd5346b0f7429fe1b142eb2fa6c2724afe4f40855504cb44023fcaa634cd9c471b2aae512062c1d8e1b7a4a9546da6eab407a1fec71d15432aaf0af3c6
-Size (chef-config-14.10.9.gem) = 48128 bytes
+SHA1 (chef-config-15.8.23.gem) = 6a63e592d5423ac11d67d7d6425ceb6aec2ac7a3
+RMD160 (chef-config-15.8.23.gem) = 57ed0f359d453eacd192e15a794417c4d4a53ef3
+SHA512 (chef-config-15.8.23.gem) = 886a3b7d2598c719dee2dbeb6d6e2c10e52202711ee42425b66542a5c580dfc6a9396084e541252bbd5945ec40ad747bd88aa7dd0aba41ba5f3b1b774965793a
+Size (chef-config-15.8.23.gem) = 49664 bytes

Index: pkgsrc/sysutils/ruby-chef-config/PLIST
diff -u pkgsrc/sysutils/ruby-chef-config/PLIST:1.3 pkgsrc/sysutils/ruby-chef-config/PLIST:1.4
--- pkgsrc/sysutils/ruby-chef-config/PLIST:1.3  Sun Sep 23 16:31:58 2018
+++ pkgsrc/sysutils/ruby-chef-config/PLIST      Tue Mar 24 18:03:50 2020
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2018/09/23 16:31:58 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/03/24 18:03:50 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/chef-config.gemspec
 ${GEM_LIBDIR}/lib/chef-config.rb
 ${GEM_LIBDIR}/lib/chef-config/config.rb
+${GEM_LIBDIR}/lib/chef-config/dist.rb
 ${GEM_LIBDIR}/lib/chef-config/exceptions.rb
 ${GEM_LIBDIR}/lib/chef-config/fips.rb
 ${GEM_LIBDIR}/lib/chef-config/logger.rb



Home | Main Index | Thread Index | Old Index