Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2013 22:03:57 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321658 - head/finance/skrooge
Message-ID:  <201306232203.r5NM3vtU000205@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306232203.r5NM3vtU000205>