pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ruby-chef ruby-chef: Remove trailing slash fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bae0eb365979
branches:  trunk
changeset: 414363:bae0eb365979
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Mar 26 12:14:01 2020 +0000

description:
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.

diffstat:

 sysutils/ruby-chef/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b7fe11843ce6 -r bae0eb365979 sysutils/ruby-chef/Makefile
--- a/sysutils/ruby-chef/Makefile       Thu Mar 26 12:08:47 2020 +0000
+++ b/sysutils/ruby-chef/Makefile       Thu Mar 26 12:14:01 2020 +0000
@@ -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-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