Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2014 08:31:29 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354613 - head/graphics/gimp-gmic-plugin
Message-ID:  <201405200831.s4K8VTOf060725@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Tue May 20 08:31:28 2014
New Revision: 354613
URL: http://svnweb.freebsd.org/changeset/ports/354613
QAT: https://qat.redports.org/buildarchive/r354613/

Log:
  graphics/gimp-gmic-plugin: fix fetch once again
  
  Upstream changed the distfile location second time in a month.
  
  Reported by:	Heino Tiedemann <rotkaps_spam_trap@gmx.de> (ports@ ML)

Modified:
  head/graphics/gimp-gmic-plugin/Makefile

Modified: head/graphics/gimp-gmic-plugin/Makefile
==============================================================================
--- head/graphics/gimp-gmic-plugin/Makefile	Tue May 20 08:14:22 2014	(r354612)
+++ head/graphics/gimp-gmic-plugin/Makefile	Tue May 20 08:31:28 2014	(r354613)
@@ -4,8 +4,8 @@ PORTNAME=	gmic
 PORTVERSION=	1.5.8.3
 PORTREVISION=	1
 CATEGORIES=	graphics
-MASTER_SITES=	SF/${PORTNAME}/ \
-		SF/${PORTNAME}/old_versions/
+MASTER_SITES=	SF/${PORTNAME}/older_versions/ \
+		SF/${PORTNAME}/
 PKGNAMEPREFIX=	gimp-
 PKGNAMESUFFIX=	-plugin
 DISTNAME=	${PORTNAME}_${PORTVERSION}



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