From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 14 13:20:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 42228106568F for ; Mon, 14 May 2012 13:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 126C88FC0A for ; Mon, 14 May 2012 13:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4EDK6EH081077 for ; Mon, 14 May 2012 13:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4EDK6JS081076; Mon, 14 May 2012 13:20:06 GMT (envelope-from gnats) Date: Mon, 14 May 2012 13:20:06 GMT Message-Id: <201205141320.q4EDK6JS081076@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Rich Neese Cc: Subject: Re: ports/167873: update for audio/freeswitch-music X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rich Neese List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2012 13:20:07 -0000 The following reply was made to PR ports/167873; it has been noted by GNATS. From: Rich Neese To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/167873: update for audio/freeswitch-music Date: Mon, 14 May 2012 09:10:35 -0400 This is a multi-part message in MIME format. --------------040000010304020800070908 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 5/14/2012 9:10 AM, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/167873'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=167873 > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: update for audio/freeswitch-music >> Arrival-Date: Mon May 14 13:10:04 UTC 2012 --------------040000010304020800070908 Content-Type: text/plain; charset=windows-1252; name="freeswitch-music.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="freeswitch-music.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/freeswitch-music/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 15 Mar 2012 18:18:41 -0000 1.5 +++ Makefile 12 May 2012 18:44:57 -0000 @@ -6,20 +6,21 @@ # PORTNAME= freeswitch-music -PORTVERSION= 1.0.8 -PORTREVISION= 1 +DISTVERSION= 1.0.8 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://files.freeswitch.org/ -DIST_SUBDIR= freeswitch-music +PKGNAMESUFFIX= -music +DIST_SUBDIR= freeswitch MAINTAINER= r.neese@gmail.com COMMENT= FreeSwitch Music - All Bitrates +RUN_DEPENDS= ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core + NO_WRKSUBDIR= yes NO_BUILD= yes -BASE_PORTNAME= freeswitch - OPTIONS= 8K "Install 8000Hz Music" on \ 16K "Install 16000Hz Music" on \ 32K "Install 32000Hz Music" on \ @@ -49,8 +50,8 @@ do-install: @${ECHO_MSG} "Installing files..." - ${MKDIR} ${PREFIX}/share/${BASE_PORTNAME}/sounds - ${TOUCH} ${PREFIX}/share/${BASE_PORTNAME}/sounds/.freeswitch-music - (cd ${WRKSRC} &&${COPYTREE_SHARE} \* ${PREFIX}/share/${BASE_PORTNAME}/sounds/) + ${MKDIR} ${PREFIX}/share/${PORTNAME}/sounds + ${TOUCH} ${PREFIX}/share/${PORTNAME}/sounds/.freeswitch-music + (cd ${WRKSRC} &&${COPYTREE_SHARE} \* ${PREFIX}/share/${PORTNAME}/sounds/) .include --------------040000010304020800070908--