summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBabak Farrokhi <farrokhi@FreeBSD.org>2015-08-29 13:56:55 +0000
committerBabak Farrokhi <farrokhi@FreeBSD.org>2015-08-29 13:56:55 +0000
commitd4f8ec703649fb23370ffda2c57fd68fc220ef4d (patch)
tree691e566729861ae2639b69752b03d710256aec6b
parentnet/radvd: (diff)
net/rtpproxy:
- Update to 2.0.0 - Pet portlint - Take maintainership Approved by: mat Differential Revision: https://reviews.freebsd.org/D3523
Notes
Notes: svn path=/head/; revision=395556
-rw-r--r--net/rtpproxy/Makefile12
-rw-r--r--net/rtpproxy/distinfo4
-rw-r--r--net/rtpproxy/files/patch-scripts_rtpproxy.in.freebsd (renamed from net/rtpproxy/files/patch-freebsd_rtpproxy.in)6
-rw-r--r--net/rtpproxy/pkg-plist1
4 files changed, 13 insertions, 10 deletions
diff --git a/net/rtpproxy/Makefile b/net/rtpproxy/Makefile
index 7830273bef60..7061712709d1 100644
--- a/net/rtpproxy/Makefile
+++ b/net/rtpproxy/Makefile
@@ -2,18 +2,20 @@
# $FreeBSD$
PORTNAME= rtpproxy
-PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTVERSION= 2.0.0
+DISTVERSIONPREFIX= v
CATEGORIES= net
-MASTER_SITES= http://www.rtpproxy.org/chrome/site/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= farrokhi@FreeBSD.org
COMMENT= High-performance RTP proxy server for the SIP Express Router (SER)
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm
+USE_GITHUB= yes
+GH_ACCOUNT= sippy
+
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
@@ -23,7 +25,7 @@ GROUPS= ${PORTNAME}
post-build:
${SED} 's|%%PREFIX%%|${PREFIX}|g ; s|%%RC_SUBR%%|/etc/rc.subr|g' \
- ${WRKSRC}/freebsd/rtpproxy.in > ${WRKDIR}/rtpproxy
+ ${WRKSRC}/scripts/rtpproxy.in.freebsd > ${WRKDIR}/rtpproxy
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/rtpproxy ${STAGEDIR}${PREFIX}/etc/rc.d/rtpproxy
diff --git a/net/rtpproxy/distinfo b/net/rtpproxy/distinfo
index 58cb0b09603f..2da559165797 100644
--- a/net/rtpproxy/distinfo
+++ b/net/rtpproxy/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rtpproxy-1.2.1.tar.gz) = aba667136420adfc6dbf6ff94a778e1e2484116ed13ea5196f3293d4d645df85
-SIZE (rtpproxy-1.2.1.tar.gz) = 203334
+SHA256 (sippy-rtpproxy-v2.0.0_GH0.tar.gz) = b52bf2a302a8f08c269217e5d507f3c3ba38f4b627bb7029c8dac8ec268b23c6
+SIZE (sippy-rtpproxy-v2.0.0_GH0.tar.gz) = 1091661
diff --git a/net/rtpproxy/files/patch-freebsd_rtpproxy.in b/net/rtpproxy/files/patch-scripts_rtpproxy.in.freebsd
index 49ea8fe28ca8..bc916217b721 100644
--- a/net/rtpproxy/files/patch-freebsd_rtpproxy.in
+++ b/net/rtpproxy/files/patch-scripts_rtpproxy.in.freebsd
@@ -1,6 +1,6 @@
---- freebsd/rtpproxy.in.orig
-+++ freebsd/rtpproxy.in
-@@ -25,7 +25,10 @@
+--- scripts/rtpproxy.in.freebsd.orig 2015-03-09 17:40:27 UTC
++++ scripts/rtpproxy.in.freebsd
+@@ -22,7 +22,10 @@ load_rc_config ${name}
rtpproxy_enable=${rtpproxy_enable:-"NO"}
rtpproxy_laddr=${rtpproxy_laddr:-"0.0.0.0"}
diff --git a/net/rtpproxy/pkg-plist b/net/rtpproxy/pkg-plist
index 996a6166fb80..6a99637b86b3 100644
--- a/net/rtpproxy/pkg-plist
+++ b/net/rtpproxy/pkg-plist
@@ -1,4 +1,5 @@
etc/rc.d/rtpproxy
bin/makeann
bin/rtpproxy
+bin/rtpproxy_debug
man/man8/rtpproxy.8.gz