Bug 177999

Summary: x11/rsibreak: [PATCH] unfetchable, master_site disappeared
Product: Ports & Packages Reporter: John Marino <draco>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description John Marino 2013-04-20 19:10:00 UTC
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).

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-20 19:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-04-23 09:43:38 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"
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2013-04-23 09:43:40 UTC
State Changed
From-To: open->closed

Fixed, thanks.