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)
This commit is contained in:
parent
25fbb7c3c9
commit
17fac6b9ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520662
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user