svn commit: r374368 - head/graphics/gimp

Koop Mast kwm at FreeBSD.org
Tue Dec 9 11:17:28 UTC 2014


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.


More information about the svn-ports-head mailing list