diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-07 09:01:16 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-07 09:01:16 +0000 |
commit | dfc633860a42444f1cf672ab70ff0ce17dea1326 (patch) | |
tree | c52ac99eeb5c157b1575381a407470c749680085 | |
parent | update to 0.32.1 (diff) |
Deprecate gimp-help ports
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=522318
-rw-r--r-- | graphics/gimp/Makefile | 3 | ||||
-rw-r--r-- | misc/gimp-help-en/Makefile | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 00260660ea4c..228456809814 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -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) diff --git a/misc/gimp-help-en/Makefile b/misc/gimp-help-en/Makefile index b2e1bf04608e..0ac192e1f38b 100644 --- a/misc/gimp-help-en/Makefile +++ b/misc/gimp-help-en/Makefile @@ -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 |