Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Dec 2014 11:17:27 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374368 - head/graphics/gimp
Message-ID:  <201412091117.sB9BHRr0094840@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 .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.



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