diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-06-24 06:03:56 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-06-24 06:03:56 +0800 |
commit | e2e3fb5043f64887abe8c1a7eb2a4a72cea74daa (patch) | |
tree | e1fa2463912111de1ea74a90ab08c379e8468a46 /finance | |
parent | 5f67703b51bb1823d4205bda57a29987d01c51f0 (diff) | |
download | freebsd-ports-gnome-e2e3fb5043f64887abe8c1a7eb2a4a72cea74daa.tar.gz freebsd-ports-gnome-e2e3fb5043f64887abe8c1a7eb2a4a72cea74daa.tar.zst freebsd-ports-gnome-e2e3fb5043f64887abe8c1a7eb2a4a72cea74daa.zip |
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
Diffstat (limited to 'finance')
-rw-r--r-- | finance/skrooge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index 0008b4849352..dc00010ccdec 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 |