Date: Sat, 6 Mar 2021 16:46:24 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567499 - head/net/nbdkit Message-ID: <202103061646.126GkOK6058041@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Sat Mar 6 16:46:23 2021 New Revision: 567499 URL: https://svnweb.freebsd.org/changeset/ports/567499 Log: net/nbdkit: Fix packaging issues after r566543 * Add shells/bash-completion, which was a transitive dependency via security/p11-kit until r566543, to BUILD_DEPENDS to fix packaging issues. Approved by: portmgr (build fix) Modified: head/net/nbdkit/Makefile Modified: head/net/nbdkit/Makefile ============================================================================== --- head/net/nbdkit/Makefile Sat Mar 6 15:06:47 2021 (r567498) +++ head/net/nbdkit/Makefile Sat Mar 6 16:46:23 2021 (r567499) @@ -15,7 +15,8 @@ COMMENT= Network Block Device server toolkit with stab LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= bash:shells/bash +BUILD_DEPENDS= bash:shells/bash \ + bash-completion>0:shells/bash-completion USES= compiler:c11 gmake libtool pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103061646.126GkOK6058041>