Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2012 09:10:35 -0400
From:      Rich Neese <r.neese@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/167873: update for audio/freeswitch-music
Message-ID:  <4FB1044B.9000206@gmail.com>
In-Reply-To: <201205141310.q4EDA44e071058@freefall.freebsd.org>
References:  <201205141310.q4EDA44e071058@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

--------------040000010304020800070908--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FB1044B.9000206>