diff --git a/sysutils/burp-devel/Makefile b/sysutils/burp-devel/Makefile index 263267fa4d43..eb9a58d6c20b 100644 --- a/sysutils/burp-devel/Makefile +++ b/sysutils/burp-devel/Makefile @@ -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) diff --git a/sysutils/burp/Makefile b/sysutils/burp/Makefile index 759dd7dbed03..47a0a4ce447c 100644 --- a/sysutils/burp/Makefile +++ b/sysutils/burp/Makefile @@ -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