From owner-svn-ports-head@FreeBSD.ORG Tue Dec 9 11:17:28 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CC626BB; Tue, 9 Dec 2014 11:17:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDA253E2; Tue, 9 Dec 2014 11:17:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB9BHRLv094842; Tue, 9 Dec 2014 11:17:27 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB9BHRr0094840; Tue, 9 Dec 2014 11:17:27 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201412091117.sB9BHRr0094840@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 9 Dec 2014 11:17:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374368 - head/graphics/gimp 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.18-1 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: Tue, 09 Dec 2014 11:17:28 -0000 Author: kwm Date: Tue Dec 9 11:17:26 2014 New Revision: 374368 URL: https://svnweb.freebsd.org/changeset/ports/374368 QAT: https://qat.redports.org/buildarchive/r374368/ Log: Only bring in the english help instead of depending on the gimp-help meta port which will include all the translated gimp help ports. Add pkg-message to point to the other available translations. Suggested by: des@ Added: head/graphics/gimp/pkg-message (contents, props changed) Modified: head/graphics/gimp/Makefile Modified: head/graphics/gimp/Makefile ============================================================================== --- head/graphics/gimp/Makefile Tue Dec 9 11:14:54 2014 (r374367) +++ head/graphics/gimp/Makefile Tue Dec 9 11:17:26 2014 (r374368) @@ -4,7 +4,7 @@ PORTNAME= gimp DISTVERSION?= 2.8.10 -PORTREVISION?= 2 +PORTREVISION?= 3 PORTEPOCH?= 2 CATEGORIES= graphics gnome MASTER_SITES?= # empty @@ -29,7 +29,7 @@ NO_MTREE= yes .include .if ${PORT_OPTIONS:MHELP} -RUN_DEPENDS+= gimp-help*>0:${PORTSDIR}/graphics/gimp-help +RUN_DEPENDS+= en-gimp-help-html>=0:${PORTSDIR}/misc/gimp-help-en .endif .if ${PORT_OPTIONS:MPYTHON} Added: head/graphics/gimp/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gimp/pkg-message Tue Dec 9 11:17:26 2014 (r374368) @@ -0,0 +1,3 @@ +Only the english gimp manual is supplied with this port. But other +translations are available. Please use "pkg search gimp-help" or check +the graphics/gimp-help meta port.