Date: Tue, 7 Jan 2020 09:01:17 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522318 - in head: graphics/gimp misc/gimp-help-en Message-ID: <202001070901.00791HIa097240@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001070901.00791HIa097240>