From e2e3fb5043f64887abe8c1a7eb2a4a72cea74daa Mon Sep 17 00:00:00 2001 From: rakuco Date: Sun, 23 Jun 2013 22:03:56 +0000 Subject: 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 for bringing this up. PR: ports/179661 --- finance/skrooge/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'finance') diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index 0008b484935..dc00010ccde 100644 --- a/finance/skrooge/Makefile +++ b/finance/skrooge/Makefile @@ -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 -- cgit