Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2021 00:27:10 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563853 - head/net/onedrive
Message-ID:  <202102030027.1130RAYD088378@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Feb  3 00:27:09 2021
New Revision: 563853
URL: https://svnweb.freebsd.org/changeset/ports/563853

Log:
  net/onedrive: Fix build by adding missing dependency shells/bash-completion
  
  PR:		253112
  Reported by:	fallout

Modified:
  head/net/onedrive/Makefile

Modified: head/net/onedrive/Makefile
==============================================================================
--- head/net/onedrive/Makefile	Tue Feb  2 23:41:59 2021	(r563852)
+++ head/net/onedrive/Makefile	Wed Feb  3 00:27:09 2021	(r563853)
@@ -3,7 +3,7 @@
 PORTNAME=	onedrive
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.4.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 
 MAINTAINER=	hiroo.ono+freebsd@gmail.com
@@ -34,8 +34,10 @@ NOTIFY_USES=		gnome
 NOTIFY_USE=		GNOME=glib20,gdkpixbuf2
 NOTIFY_LIB_DEPENDS=	libnotify.so:devel/libnotify
 
-COMPLETION_DESC=	Install completion for BASH, FISH and ZSH
+COMPLETION_DESC=		Install completion for BASH, FISH and ZSH
 COMPLETION_CONFIGURE_ENABLE=	completions
+COMPLETION_BUILD_DEPENDS=	bash-completion>0:shells/bash-completion
+COMPLETION_RUN_DEPENDS=		bash-completion>0:shells/bash-completion
 
 ONEDRIVE_LOGDIR=	/var/log/${PORTNAME}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102030027.1130RAYD088378>