ports/141217: [MAINTAINER] fix rc-script of mpdas 0.2.5

Henrik Friedrichsen hrkfdn at gmail.com
Sun Dec 6 13:00:13 UTC 2009


>Number:         141217
>Category:       ports
>Synopsis:       [MAINTAINER] fix rc-script of mpdas 0.2.5
>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:   Sun Dec 06 13:00:12 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Friedrichsen
>Release:        8.0
>Organization:
>Environment:
FreeBSD reaktor.nachtfabrik.org 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Fri Dec  4 16:49:15 CET 2009     root at reaktor.nachtfabrik.org:/usr/obj/usr/src/sys/BENZIN  amd64
>Description:
This patch fixes the rc script that comes with the mpdas port. It was lacking a '%' resulting in %%PREFIX%% not being replaced with the real path, therefore rendering the script useless.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Naur ./Makefile ../mpdas/Makefile
--- ./Makefile	2009-12-06 13:54:53.000000000 +0100
+++ ../mpdas/Makefile	2009-12-06 13:56:44.000000000 +0100
@@ -7,6 +7,7 @@
 
 PORTNAME=	mpdas
 PORTVERSION=	0.2.5
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://50hz.ws/mpdas/
 
diff -Naur ./files/mpdas.in ../mpdas/files/mpdas.in
--- ./files/mpdas.in	2009-12-06 13:54:53.000000000 +0100
+++ ../mpdas/files/mpdas.in	2009-12-06 13:55:05.000000000 +0100
@@ -14,7 +14,7 @@
 name=mpdas
 rcvar=`set_rcvar`
 
-command=%%PREFIX%/bin/mpdas
+command=%%PREFIX%%/bin/mpdas
 
 load_rc_config $name
 


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



More information about the freebsd-ports-bugs mailing list