Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2019 20:29:53 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520662 - in head/sysutils: burp burp-devel
Message-ID:  <201912222029.xBMKTrSA072042@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Dec 22 20:29:52 2019
New Revision: 520662
URL: https://svnweb.freebsd.org/changeset/ports/520662

Log:
  sysutils/burp: missing runtime dependency on shells/bash
  
  Burp ships with some scripts that need bash.
  
  PR:		242723
  Submitted by:	Tassilo Philipp <tphilipp@potion-studios.com>
  Approved by:	 Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)

Modified:
  head/sysutils/burp-devel/Makefile
  head/sysutils/burp/Makefile

Modified: head/sysutils/burp-devel/Makefile
==============================================================================
--- head/sysutils/burp-devel/Makefile	Sun Dec 22 20:23:55 2019	(r520661)
+++ head/sysutils/burp-devel/Makefile	Sun Dec 22 20:29:52 2019	(r520662)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTVERSION=	2.3.18
-PORTREVISION=	0	#this is a slave port that needs PORTREVISION to be tracked separately
+PORTREVISION=	1	#this is a slave port that needs PORTREVISION to be tracked separately
 PKGNAMESUFFIX=	-devel
 
 COMMENT=	Network backup and restore program (development)

Modified: head/sysutils/burp/Makefile
==============================================================================
--- head/sysutils/burp/Makefile	Sun Dec 22 20:23:55 2019	(r520661)
+++ head/sysutils/burp/Makefile	Sun Dec 22 20:29:52 2019	(r520662)
@@ -3,7 +3,7 @@
 
 PORTNAME=	burp
 PORTVERSION?=	2.2.18
-PORTREVISION?=	1	#whenever PORTREVISION is increased, it must be increased for
+PORTREVISION?=	2	#whenever PORTREVISION is increased, it must be increased for
 			#the slave port sysutils/burp-devel too
 CATEGORIES=	sysutils
 
@@ -17,6 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${LOCALBASE}/include/uthash.h:devel/uthash \
 		${LOCALBASE}/include/yajl/yajl_common.h:devel/yajl
 LIB_DEPENDS=	librsync.so:net/librsync2
+RUN_DEPENDS=	bash:shells/bash
 
 USES=		autoreconf gmake libtool ncurses pkgconfig ssl
 USE_GITHUB=	yes



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