svn commit: r321658 - head/finance/skrooge

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jun 23 22:03:57 UTC 2013


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 at 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 at FreeBSD.org
 COMMENT=	KDE4 personal finance manager


More information about the svn-ports-all mailing list