svn commit: r365277 - head/net/rtpproxy
William Grzybowski
wg at FreeBSD.org
Mon Aug 18 11:52:28 UTC 2014
Author: wg
Date: Mon Aug 18 11:52:27 2014
New Revision: 365277
URL: http://svnweb.freebsd.org/changeset/ports/365277
QAT: https://qat.redports.org/buildarchive/r365277/
Log:
net/rtpproxy: support stage
PR: 192612
Submitted by: Nikola Kolev
Modified:
head/net/rtpproxy/Makefile
head/net/rtpproxy/pkg-plist
Modified: head/net/rtpproxy/Makefile
==============================================================================
--- head/net/rtpproxy/Makefile Mon Aug 18 11:50:35 2014 (r365276)
+++ head/net/rtpproxy/Makefile Mon Aug 18 11:52:27 2014 (r365277)
@@ -10,22 +10,22 @@ MASTER_SITES= http://www.rtpproxy.org/ch
MAINTAINER= ports at FreeBSD.org
COMMENT= High-performance RTP proxy server for the SIP Express Router (SER)
+LICENSE= BSD2CLAUSE
+
LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
-MAN8= rtpproxy.8
USERS= ${PORTNAME}
GROUPS= ${PORTNAME}
-NO_STAGE= yes
post-build:
${SED} 's|%%PREFIX%%|${PREFIX}|g ; s|%%RC_SUBR%%|/etc/rc.subr|g' \
${WRKSRC}/freebsd/rtpproxy.in > ${WRKDIR}/rtpproxy
post-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/rtpproxy ${PREFIX}/etc/rc.d/rtpproxy
+ ${INSTALL_SCRIPT} ${WRKDIR}/rtpproxy ${STAGEDIR}${PREFIX}/etc/rc.d/rtpproxy
.include <bsd.port.mk>
Modified: head/net/rtpproxy/pkg-plist
==============================================================================
--- head/net/rtpproxy/pkg-plist Mon Aug 18 11:50:35 2014 (r365276)
+++ head/net/rtpproxy/pkg-plist Mon Aug 18 11:52:27 2014 (r365277)
@@ -1,3 +1,4 @@
etc/rc.d/rtpproxy
bin/makeann
bin/rtpproxy
+man/man8/rtpproxy.8.gz
More information about the svn-ports-head
mailing list