svn commit: r567499 - head/net/nbdkit

Kai Knoblich kai at FreeBSD.org
Sat Mar 6 16:46:24 UTC 2021


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
 


More information about the svn-ports-head mailing list