Index: head/sysutils/burp/Makefile =================================================================== --- head/sysutils/burp/Makefile (revision 520661) +++ head/sysutils/burp/Makefile (revision 520662) @@ -1,45 +1,46 @@ # Created by: Loic Pefferkorn # $FreeBSD$ 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 MAINTAINER= phascolarctos@protonmail.ch COMMENT= Network backup and restore program LICENSE= AGPLv3 PD LICENSE_COMB= multi 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 GH_ACCOUNT= grke GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${ETCDIR} INSTALL_TARGET= install-all CONFLICTS_INSTALL?= burp-devel PORTSCOUT?= limit:^2\.2\. PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= IPV6 IPV6_CONFIGURE_ENABLE= ipv6 post-patch: ${REINPLACE_CMD} "s,/usr/local,${LOCALBASE},g" ${WRKSRC}/freebsd/rc.d/burp post-install: ${INSTALL_SCRIPT} ${WRKSRC}/freebsd/rc.d/burp ${STAGEDIR}${PREFIX}/etc/rc.d/burp .include Index: head/sysutils/burp-devel/Makefile =================================================================== --- head/sysutils/burp-devel/Makefile (revision 520661) +++ head/sysutils/burp-devel/Makefile (revision 520662) @@ -1,15 +1,15 @@ # $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) MASTERDIR= ${.CURDIR}/../burp DISTINFO_FILE= ${.CURDIR}/distinfo CONFLICTS_INSTALL= burp PORTSCOUT= .include "${MASTERDIR}/Makefile"