Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2012 16:45:32 GMT
From:      Richard Neese <r.neese@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166206: audio/freeswitch-music update
Message-ID:  <201203171645.q2HGjWUd063042@red.freebsd.org>
Resent-Message-ID: <201203171650.q2HGoDP8008650@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166206
>Category:       ports
>Synopsis:       audio/freeswitch-music update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 17 16:50:13 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Richard Neese
>Release:        FreeBSD 9.0-RELEASE
>Organization:
>Environment:
FreeBSD ports.freebsd.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
made some minor changes to the port to clean it up
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

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	15 Mar 2012 22:10:01 -0000
@@ -6,11 +6,12 @@
 #
 
 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
@@ -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>


>Release-Note:
>Audit-Trail:
>Unformatted:



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