ports/166206: audio/freeswitch-music update
Richard Neese
r.neese at gmail.com
Sat Mar 17 16:50:14 UTC 2012
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list