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:   jperkin
Date:           Thu Mar 26 12:14:01 UTC 2020

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

Log Message:
ruby-chef: Remove trailing slash from DEPENDS.

This causes problems with bulk builds, at least with limited builds, as the
trailing slash in a package directory name causes pbulk-scan to fail with
"Invalid path from master" and leads to a hung scan phase.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/sysutils/ruby-chef/Makefile:1.14
--- pkgsrc/sysutils/ruby-chef/Makefile:1.13     Tue Mar 24 18:09:30 2020
+++ pkgsrc/sysutils/ruby-chef/Makefile  Thu Mar 26 12:14:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/03/24 18:09:30 taca Exp $
+# $NetBSD: Makefile,v 1.14 2020/03/26 12:14:01 jperkin Exp $
 
 DISTNAME=      chef-15.8.23
 CATEGORIES=    sysutils
@@ -12,7 +12,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-chef-config>
 #DEPENDS+=     ${RUBY_PKGPREFIX}-chef-utils>=15.8.23<15.9:../../sysutils/ruby-chef-utils
 DEPENDS+=      ${RUBY_PKGPREFIX}-train-core>=3.1<4:../../net/ruby-train-core
 DEPENDS+=      ${RUBY_PKGPREFIX}-train-winrm>=0.2.5:../../net/ruby-train-winrm
-DEPENDS+=      ${RUBY_PKGPREFIX}-license-acceptance>=1.0.5:../../misc/ruby-license-acceptance/
+DEPENDS+=      ${RUBY_PKGPREFIX}-license-acceptance>=1.0.5:../../misc/ruby-license-acceptance
 DEPENDS+=      ${RUBY_PKGPREFIX}-mixlib-cli>=2.1.1:../../devel/ruby-mixlib-cli
 DEPENDS+=      ${RUBY_PKGPREFIX}-mixlib-log>=2.0.3:../../devel/ruby-mixlib-log
 DEPENDS+=      ${RUBY_PKGPREFIX}-mixlib-authentication>=2.1:../../devel/ruby-mixlib-authentication



Home | Main Index | Thread Index | Old Index