svn commit: r537976 - head/net-im/jitsi-videobridge

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Jun 4 22:58:08 UTC 2020


Author: acm
Date: Thu Jun  4 22:58:07 2020
New Revision: 537976
URL: https://svnweb.freebsd.org/changeset/ports/537976

Log:
  - Add shells/bash as dependency
  - Bump PORTREVISION
  
  PR:		246662
  Submitted by:	kaltheat at gmail.com

Modified:
  head/net-im/jitsi-videobridge/Makefile

Modified: head/net-im/jitsi-videobridge/Makefile
==============================================================================
--- head/net-im/jitsi-videobridge/Makefile	Thu Jun  4 22:56:17 2020	(r537975)
+++ head/net-im/jitsi-videobridge/Makefile	Thu Jun  4 22:58:07 2020	(r537976)
@@ -2,7 +2,7 @@
 
 PORTNAME=	jitsi
 DISTVERSION=	2.1-183
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im java
 PKGNAMESUFFIX=	-videobridge
 
@@ -12,6 +12,7 @@ COMMENT=	WebRTC compatible video router or SFU
 LICENSE=	APACHE20
 
 BUILD_DEPENDS=	${LOCALBASE}/share/java/maven/bin/mvn:devel/maven
+RUN_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash
 
 ONLY_FOR_ARCHS=	i386 amd64
 


More information about the svn-ports-head mailing list