ports/176890: [maintainer-update] fix gimpfx-foundry dependency
Christoph Moench-Tegeder
cmt at burggraben.net
Tue Mar 12 19:40:01 UTC 2013
>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 at 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 at burggraben.net>
-#
+# Created by: Christoph Moench-Tegeder <cmt at burggraben.net>
# $FreeBSD$
#
@@ -13,9 +10,9 @@
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= cmt at 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:
More information about the freebsd-ports-bugs
mailing list