ports/117695: [patch] fix xfce4-mpc-plugin so site path is not hardcoded

Warren Block wblock at wonkity.com
Tue Oct 30 22:50:04 UTC 2007


>Number:         117695
>Category:       ports
>Synopsis:       [patch] fix xfce4-mpc-plugin so site path is not hardcoded
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 30 22:50:03 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Warren Block
>Release:        6.2-STABLE
>Organization:
>Environment:
FreeBSD speedy.wonkity.com 6.2-STABLE FreeBSD 6.2-STABLE #0: Wed Oct 10 12:48:47 MDT 2007     root at speedy.wonkity.com:/usr/obj/usr/src/sys/SPEEDY  i386
>Description:
The Makefile for audio/xfce4-mpc-plugin hardcodes the site path:

    MASTER_SITES=  http://goodies.xfce.org/releases/xfce4-mpc-plugin/

But should be consistent with other Xfce "goodies" plugins and use ${PORTNAME}:

    MASTER_SITES=  http://goodies.xfce.org/releases/${PORTNAME}/
>How-To-Repeat:
Check /usr/ports/audio/xfce4-mpc-plugin MASTER_SITES path.
>Fix:
Apply this patch:

--- Makefile.orig       2007-10-30 16:34:05.000000000 -0600
+++ Makefile    2007-10-30 16:34:54.000000000 -0600
@@ -8,7 +8,7 @@
 PORTNAME=      xfce4-mpc-plugin
 PORTVERSION=   0.3.2
 CATEGORIES=    audio xfce
-MASTER_SITES=  http://goodies.xfce.org/releases/xfce4-mpc-plugin/
+MASTER_SITES=  http://goodies.xfce.org/releases/${PORTNAME}/
 DIST_SUBDIR=   xfce4
 
 MAINTAINER=    miwi at FreeBSD.org


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



More information about the freebsd-ports-bugs mailing list