Bug 179661

Summary: finance/skrooge: distfile unfetchable due to MASTER_SITES reorg
Product: Ports & Packages Reporter: John Marino <draco>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description John Marino 2013-06-18 00:10:00 UTC
The distfile is currently unfetchable.
The latest version is at http://skrooge.org/files/skrooge-1.7.1.tar.bz2

It looks like skrooge 1.6 has been removed (skrooge has a nasty habit of removing old distfiles, it's not the first time).

Fix: 

Update to the port to version 1.7.1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-18 00:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-06-18 13:51:39 UTC
Thanks for the report. I have sent and email to the Skrooge developers
asking for more information on this (whether the files simply got
removed, or just moved somewhere else etc).
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-23 23:04:09 UTC
Author: rakuco
Date: Sun Jun 23 22:03:56 2013
New Revision: 321658
URL: http://svnweb.freebsd.org/changeset/ports/321658

Log:
  Switch to MASTER_SITE_KDE for Skrooge.
  
  The Skrooge developers were not aware that removing the tarballs of old
  versions from their website was not a good idea :-)
  
  After talking to them, they've both switched to hosting the files on KDE's
  infrastructure and hopefully stop removing older tarballs from now on.
  
  Thanks to John Marino <draco@marino.st> for bringing this up.
  
  PR:		ports/179661

Modified:
  head/finance/skrooge/Makefile

Modified: head/finance/skrooge/Makefile
==============================================================================
--- head/finance/skrooge/Makefile	Sun Jun 23 21:26:52 2013	(r321657)
+++ head/finance/skrooge/Makefile	Sun Jun 23 22:03:56 2013	(r321658)
@@ -3,7 +3,8 @@
 PORTNAME=	skrooge
 PORTVERSION=	1.6.0
 CATEGORIES=	finance kde
-MASTER_SITES=	http://skrooge.org/files/
+MASTER_SITES=	${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR=	stable/${PORTNAME}
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	KDE4 personal finance manager
_______________________________________________
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 4 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-06-23 23:06:18 UTC
State Changed
From-To: open->closed

Fixed in r321658, the commit message has more information. Thanks!