Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2013 20:36:05 +0100 (CET)
From:      Christoph Moench-Tegeder <cmt@burggraben.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/176890: [maintainer-update] fix gimpfx-foundry dependency
Message-ID:  <20130312193605.1E09530E80@elch.exwg.net>
Resent-Message-ID: <201303121940.r2CJe0FO063670@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176890
>Category:       ports
>Synopsis:       [maintainer-update] fix gimpfx-foundry dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 12 19:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Christoph Moench-Tegeder
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD elch.exwg.net 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Sun Jan 13 22:47:33 CET 2013 cmt@elch.exwg.net:/usr/obj/usr/src/sys/ELCH amd64

gimp-2.8.4,2        The "meta-port" for The Gimp
gimp-app-2.8.4,1    GNU Image Manipulation Program
gimpfx-foundry-2.6,1 A collection of scripts for The Gimp 2.6

>Description:
THe gimpfx-foundry port depends on gimp 2.6, which was recently updated
to version 2.8, breaking the dependency.
>How-To-Repeat:

>Fix:
Until a gimp-2.8-reworked gimpfx-foundry is released, I'll just fix the
dependency (and while here, I'm doing some cleanup in the Makefile header).


Index: gimpfx-foundry/Makefile
===================================================================
--- gimpfx-foundry/Makefile	(revision 313998)
+++ gimpfx-foundry/Makefile	(working copy)
@@ -1,7 +1,4 @@
-# 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$
 #
 
@@ -13,9 +10,9 @@
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1
 
 MAINTAINER=	cmt@burggraben.net
-COMMENT=	A collection of scripts for The Gimp 2.6
+COMMENT=	A collection of scripts for The Gimp
 
-RUN_DEPENDS=	gimp-2.6:${PORTSDIR}/graphics/gimp-app
+RUN_DEPENDS=	gimp-2.8:${PORTSDIR}/graphics/gimp-app
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



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