svn commit: r522318 - in head: graphics/gimp misc/gimp-help-en

Antoine Brodin antoine at FreeBSD.org
Tue Jan 7 09:01:17 UTC 2020


Author: antoine
Date: Tue Jan  7 09:01:16 2020
New Revision: 522318
URL: https://svnweb.freebsd.org/changeset/ports/522318

Log:
  Deprecate gimp-help ports
  
  With hat:	portmgr

Modified:
  head/graphics/gimp/Makefile
  head/misc/gimp-help-en/Makefile

Modified: head/graphics/gimp/Makefile
==============================================================================
--- head/graphics/gimp/Makefile	Tue Jan  7 08:01:32 2020	(r522317)
+++ head/graphics/gimp/Makefile	Tue Jan  7 09:01:16 2020	(r522318)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gimp
 DISTVERSION?=	2.10.14
+PORTREVISION=	1
 PORTEPOCH?=	2
 CATEGORIES=	graphics gnome
 
@@ -14,7 +15,7 @@ RUN_DEPENDS=	gimp-2.10:graphics/gimp-app
 USES+=	metaport
 
 OPTIONS_DEFINE=	PYTHON PRINT HELP
-OPTIONS_DEFAULT=PYTHON PRINT HELP
+OPTIONS_DEFAULT=PYTHON PRINT
 PYTHON_DESC=	Python-fu support
 PRINT_DESC=	Gutenprint (gimp-print) plugin
 HELP_DESC=	Gimp-Help (50+MB distfile)

Modified: head/misc/gimp-help-en/Makefile
==============================================================================
--- head/misc/gimp-help-en/Makefile	Tue Jan  7 08:01:32 2020	(r522317)
+++ head/misc/gimp-help-en/Makefile	Tue Jan  7 09:01:16 2020	(r522318)
@@ -17,6 +17,9 @@ COMMENT?=	GIMP User Manual in English
 
 LICENSE=	GFDL
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-08
+
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2@${PY_FLAVOR} \
 		${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl
 


More information about the svn-ports-all mailing list