Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2013 23:29:23 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314502 - head/graphics/gimpfx-foundry
Message-ID:  <201303172329.r2HNTNto095489@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sun Mar 17 23:29:22 2013
New Revision: 314502
URL: http://svnweb.freebsd.org/changeset/ports/314502

Log:
  - Fix dependency on updated gimp-2.8
  - Trim header
  
  PR:		ports/176890
  Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net> (maintainer)

Modified:
  head/graphics/gimpfx-foundry/Makefile

Modified: head/graphics/gimpfx-foundry/Makefile
==============================================================================
--- head/graphics/gimpfx-foundry/Makefile	Sun Mar 17 23:10:18 2013	(r314501)
+++ head/graphics/gimpfx-foundry/Makefile	Sun Mar 17 23:29:22 2013	(r314502)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   gimpfx-foundry
-# Date created:        7 February 2008
-# Whom:                Christoph Moench-Tegeder <cmt@burggraben.net>
-#
+# Created by: Christoph Moench-Tegeder <cmt@burggraben.net>
 # $FreeBSD$
-#
 
 PORTNAME=	gimpfx-foundry
 PORTVERSION=	2.6
@@ -13,9 +9,11 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1
 
 MAINTAINER=	cmt@burggraben.net
-COMMENT=	A collection of scripts for The Gimp 2.6
+COMMENT=	Collection of scripts for The Gimp 2.6
 
-RUN_DEPENDS=	gimp-2.6:${PORTSDIR}/graphics/gimp-app
+# Maintainer has requested this use a specific version
+# as the plugins may not always be backwards-compatible
+RUN_DEPENDS=	gimp-2.8:${PORTSDIR}/graphics/gimp-app
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes



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