From owner-svn-ports-head@FreeBSD.ORG Sun Mar 17 23:29:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5B1544EE; Sun, 17 Mar 2013 23:29:23 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4D21D8CE; Sun, 17 Mar 2013 23:29:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2HNTNN7095490; Sun, 17 Mar 2013 23:29:23 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2HNTNto095489; Sun, 17 Mar 2013 23:29:23 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201303172329.r2HNTNto095489@svn.freebsd.org> From: Bryan Drewery Date: Sun, 17 Mar 2013 23:29:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314502 - head/graphics/gimpfx-foundry X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Mar 2013 23:29:23 -0000 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 (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 -# +# Created by: Christoph Moench-Tegeder # $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