svn commit: r314502 - head/graphics/gimpfx-foundry

Bryan Drewery bdrewery at FreeBSD.org
Sun Mar 17 23:29:23 UTC 2013


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 at 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 at burggraben.net>
-#
+# Created by: Christoph Moench-Tegeder <cmt at burggraben.net>
 # $FreeBSD$
-#
 
 PORTNAME=	gimpfx-foundry
 PORTVERSION=	2.6
@@ -13,9 +9,11 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1
 
 MAINTAINER=	cmt at 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


More information about the svn-ports-head mailing list