From nobody@FreeBSD.org  Sat Apr 20 18:03:52 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 9E862459
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Apr 2013 18:03:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 8FAFE891
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Apr 2013 18:03:52 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3KI3q3E084788
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Apr 2013 18:03:52 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r3KI3qSP084787;
	Sat, 20 Apr 2013 18:03:52 GMT
	(envelope-from nobody)
Message-Id: <201304201803.r3KI3qSP084787@red.freebsd.org>
Date: Sat, 20 Apr 2013 18:03:52 GMT
From: John Marino <draco@marino.st>
To: freebsd-gnats-submit@FreeBSD.org
Subject: x11/rsibreak: [PATCH] unfetchable, master_site disappeared
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         177999
>Category:       ports
>Synopsis:       x11/rsibreak: [PATCH] unfetchable, master_site disappeared
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 20 18:10:00 UTC 2013
>Closed-Date:    Tue Apr 23 08:43:52 UTC 2013
>Last-Modified:  Tue Apr 23 08:50:00 UTC 2013
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
rsibreak.org domain is a wordpress site now, distfiles are unfetchable.
Solution is either host distfile at freebsd or change the master_site.  Dports changed the master_site (patch attached).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-11-17 06:03:19.000000000 +0000
+++ Makefile
@@ -9,7 +9,7 @@ PORTNAME=	rsibreak
 PORTVERSION=	0.8.0
 PORTREVISION=	7
 CATEGORIES=	x11 kde
-MASTER_SITES=	http://www.rsibreak.org/files/
+MASTER_SITES=	http://pkgs.fedoraproject.org/repo/pkgs/rsibreak/Rsibreak-0.8.0.tar.bz2/62a62ff2f405461cfbf978484fb2d62c/
 
 MAINTAINER=	ale@FreeBSD.org
 COMMENT=	A KDE RSI prevention tool


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Apr 20 18:10:07 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177999 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Tue Apr 23 08:43:40 UTC 2013 
State-Changed-Why:  
Fixed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177999: commit references a PR
Date: Tue, 23 Apr 2013 08:43:38 +0000 (UTC)

 Author: ale
 Date: Tue Apr 23 08:43:30 2013
 New Revision: 316323
 URL: http://svnweb.freebsd.org/changeset/ports/316323
 
 Log:
   Distfile disappeared, host it on FreeBSD cluster.
   
   PR:		ports/177999
   Submitted by:	John Marino <draco@marino.st>
 
 Modified:
   head/x11/rsibreak/Makefile
 
 Modified: head/x11/rsibreak/Makefile
 ==============================================================================
 --- head/x11/rsibreak/Makefile	Tue Apr 23 08:33:33 2013	(r316322)
 +++ head/x11/rsibreak/Makefile	Tue Apr 23 08:43:30 2013	(r316323)
 @@ -1,15 +1,12 @@
 -# New ports collection makefile for:	RSIBreak
 -# Date created:			15 Mar 2006
 -# Whom:				Alex Dupre <ale@FreeBSD.org>
 -#
 +# Created by: Alex Dupre <ale@FreeBSD.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	rsibreak
  PORTVERSION=	0.8.0
  PORTREVISION=	7
  CATEGORIES=	x11 kde
 -MASTER_SITES=	http://www.rsibreak.org/files/
 +MASTER_SITES=	${MASTER_SITE_LOCAL}
 +MASTER_SITE_SUBDIR=	ale
  
  MAINTAINER=	ale@FreeBSD.org
  COMMENT=	A KDE RSI prevention tool
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
