From owner-svn-ports-head@FreeBSD.ORG Sat Dec 22 17:29:18 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD385C49; Sat, 22 Dec 2012 17:29:18 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A79348FC0C; Sat, 22 Dec 2012 17:29:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBMHTIl2020846; Sat, 22 Dec 2012 17:29:18 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBMHTIO6020840; Sat, 22 Dec 2012 17:29:18 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201212221729.qBMHTIO6020840@svn.freebsd.org> From: Chris Rees Date: Sat, 22 Dec 2012 17:29:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309401 - in head: . net/rtpproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2012 17:29:18 -0000 Author: crees Date: Sat Dec 22 17:29:17 2012 New Revision: 309401 URL: http://svnweb.freebsd.org/changeset/ports/309401 Log: Use USERS and GROUPS Approved by: sobomax (maintainer) Deleted: head/net/rtpproxy/pkg-install Modified: head/GIDs head/UIDs head/net/rtpproxy/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Sat Dec 22 17:25:08 2012 (r309400) +++ head/GIDs Sat Dec 22 17:29:17 2012 (r309401) @@ -110,6 +110,7 @@ hg:*:212: drizzle:*:213: opendnssec:*:215: bs:*:220: +rtpproxy:*:222: postgrey:*:225: sqlgrey:*:226: kismet:*:229: Modified: head/UIDs ============================================================================== --- head/UIDs Sat Dec 22 17:25:08 2012 (r309400) +++ head/UIDs Sat Dec 22 17:29:17 2012 (r309401) @@ -117,6 +117,7 @@ hg:*:212:212::0:0:mercurial-server user: drizzle:*:213:213::0:0:Drizzle daemon:/var/db/drizzle:/usr/sbin/nologin opendnssec:*:215:215::0:0:Opendnssec Pseudo User:/nonexistent:/usr/sbin/nologin bs:*:220:220::0:0:Big Sister:/usr/local/bigsister:/bin/sh +rtpproxy:*:222:222::0:0:& user:/nonexistent:/sbin/nologin postgrey:*:225:225::0:0:Postgrey Owner:/nonexistent:/usr/sbin/nologin sqlgrey:*:226:226::0:0:SQLgrey Owner:/nonexistent:/usr/sbin/nologin aprsd:*:240:240::0:0:aprsd:/nonexistent:/bin/sh Modified: head/net/rtpproxy/Makefile ============================================================================== --- head/net/rtpproxy/Makefile Sat Dec 22 17:25:08 2012 (r309400) +++ head/net/rtpproxy/Makefile Sat Dec 22 17:29:17 2012 (r309401) @@ -1,9 +1,5 @@ -# New ports collection makefile for: rtpproxy -# Date created: 20 April 2005 -# Whom: sobomax@FreeBSD.org -# +# Created by: sobomax # $FreeBSD$ -# PORTNAME= rtpproxy PORTVERSION= 1.2.1 @@ -12,7 +8,7 @@ CATEGORIES= net MASTER_SITES= http://www.rtpproxy.org/chrome/site/ MAINTAINER= sobomax@FreeBSD.org -COMMENT= A high-performance RTP proxy server for the SIP Express Router (SER) +COMMENT= High-performance RTP proxy server for the SIP Express Router (SER) LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm @@ -22,13 +18,13 @@ CPPFLAGS+= -I${LOCALBASE}/include #CONFIGURE_ARGS= --mandir=${LOCALBASE}/man MAN8= rtpproxy.8 +USERS= ${PORTNAME} +GROUPS= ${PORTNAME} + post-build: ${SED} 's|%%PREFIX%%|${PREFIX}|g ; s|%%RC_SUBR%%|/etc/rc.subr|g' \ ${WRKSRC}/freebsd/rtpproxy.in > ${WRKDIR}/rtpproxy -pre-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - post-install: ${INSTALL_SCRIPT} ${WRKDIR}/rtpproxy ${PREFIX}/etc/rc.d/rtpproxy