ports/167873: update for audio/freeswitch-music

Rich Neese r.neese at gmail.com
Mon May 14 13:10:37 UTC 2012


On 5/14/2012 9:10 AM, FreeBSD-gnats-submit at 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

-------------- next part --------------
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 at 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>


More information about the freebsd-ports-bugs mailing list