Index: head/net/rtpproxy/Makefile =================================================================== --- head/net/rtpproxy/Makefile (revision 504247) +++ head/net/rtpproxy/Makefile (revision 504248) @@ -1,34 +1,34 @@ # Created by: sobomax # $FreeBSD$ PORTNAME= rtpproxy -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= net MAINTAINER= farrokhi@FreeBSD.org COMMENT= High-performance RTP proxy server for the SIP Express Router (SER) LICENSE= BSD2CLAUSE LIB_DEPENDS= libgsm.so:audio/gsm +USES+= libtool USE_GITHUB= yes GH_ACCOUNT= sippy GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USERS= ${PORTNAME} GROUPS= ${PORTNAME} post-build: ${SED} 's|%%PREFIX%%|${PREFIX}|g ; s|%%RC_SUBR%%|/etc/rc.subr|g' \ ${WRKSRC}/scripts/rtpproxy.in.freebsd > ${WRKDIR}/rtpproxy post-install: ${INSTALL_SCRIPT} ${WRKDIR}/rtpproxy ${STAGEDIR}${PREFIX}/etc/rc.d/rtpproxy .include Index: head/net/rtpproxy/distinfo =================================================================== --- head/net/rtpproxy/distinfo (revision 504247) +++ head/net/rtpproxy/distinfo (revision 504248) @@ -1,2 +1,3 @@ -SHA256 (sippy-rtpproxy-v2.0.0_GH0.tar.gz) = b52bf2a302a8f08c269217e5d507f3c3ba38f4b627bb7029c8dac8ec268b23c6 -SIZE (sippy-rtpproxy-v2.0.0_GH0.tar.gz) = 1091661 +TIMESTAMP = 1560499684 +SHA256 (sippy-rtpproxy-v2.1.0_GH0.tar.gz) = e9a6f62a9959e010478dd56d307e7c211cffd3b4dd14748eaef783b44a54c0e2 +SIZE (sippy-rtpproxy-v2.1.0_GH0.tar.gz) = 1792113 Index: head/net/rtpproxy/pkg-plist =================================================================== --- head/net/rtpproxy/pkg-plist (revision 504247) +++ head/net/rtpproxy/pkg-plist (revision 504248) @@ -1,5 +1,7 @@ etc/rc.d/rtpproxy bin/makeann bin/rtpproxy bin/rtpproxy_debug +lib/rtpproxy/rtpp_acct_csv.so +lib/rtpproxy/rtpp_acct_csv_debug.so man/man8/rtpproxy.8.gz