From nobody@FreeBSD.org  Tue Oct 30 22:43:35 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D4A5516A41B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 30 Oct 2007 22:43:35 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C417F13C4BF
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 30 Oct 2007 22:43:35 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l9UMhY3w091264
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 30 Oct 2007 22:43:34 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l9UMhYR1091263;
	Tue, 30 Oct 2007 22:43:34 GMT
	(envelope-from nobody)
Message-Id: <200710302243.l9UMhYR1091263@www.freebsd.org>
Date: Tue, 30 Oct 2007 22:43:34 GMT
From: Warren Block <wblock@wonkity.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] fix xfce4-mpc-plugin so site path is not hardcoded
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         117695
>Category:       ports
>Synopsis:       [patch] fix audio/xfce4-mpc-plugin so site path is not hardcoded
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 30 22:50:03 UTC 2007
>Closed-Date:    Wed Dec 12 13:57:48 UTC 2007
>Last-Modified:  Wed Dec 12 14:00:11 UTC 2007
>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@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@FreeBSD.org


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Oct 31 06:27:19 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117695 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Dec 12 13:57:47 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117695 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117695: commit references a PR
Date: Wed, 12 Dec 2007 13:58:23 +0000 (UTC)

 miwi        2007-12-12 13:58:11 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/xfce4-mpc-plugin Makefile 
   Log:
   - Update MASTER_SITES
   
   PR:             117695
   Submitted by:   Warren Block <wblock@wonkity.com>
   
   Revision  Changes    Path
   1.7       +1 -1      ports/audio/xfce4-mpc-plugin/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
