Date: Sun, 1 Mar 2020 20:13:07 +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: r527599 - in head: devel/py-liblarch graphics/gimp-resynthesizer graphics/py-gimp multimedia/py-gstreamer net-im/farsight2 Message-ID: <202003012013.021KD790082592@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Mar 1 20:13:07 2020 New Revision: 527599 URL: https://svnweb.freebsd.org/changeset/ports/527599 Log: Deprecate a few python 2.7 ports With hat: portmgr Modified: head/devel/py-liblarch/Makefile head/graphics/gimp-resynthesizer/Makefile head/graphics/py-gimp/Makefile head/multimedia/py-gstreamer/Makefile head/net-im/farsight2/Makefile Modified: head/devel/py-liblarch/Makefile ============================================================================== --- head/devel/py-liblarch/Makefile Sun Mar 1 18:27:21 2020 (r527598) +++ head/devel/py-liblarch/Makefile Sun Mar 1 20:13:07 2020 (r527599) @@ -13,6 +13,9 @@ COMMENT= Python library to easily handle data structur LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + USES= gnome python:2.7 USE_GITHUB= yes USE_GNOME= pygobject Modified: head/graphics/gimp-resynthesizer/Makefile ============================================================================== --- head/graphics/gimp-resynthesizer/Makefile Sun Mar 1 18:27:21 2020 (r527598) +++ head/graphics/gimp-resynthesizer/Makefile Sun Mar 1 20:13:07 2020 (r527599) @@ -14,6 +14,9 @@ COMMENT= Gimp plug-in for texture synthesis LICENSE= GPLv2+ # though COPYING has GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + RUN_DEPENDS= ${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:graphics/py-gimp BUILD_DEPENDS= intltool-extract:textproc/intltool LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app Modified: head/graphics/py-gimp/Makefile ============================================================================== --- head/graphics/py-gimp/Makefile Sun Mar 1 18:27:21 2020 (r527598) +++ head/graphics/py-gimp/Makefile Sun Mar 1 20:13:07 2020 (r527599) @@ -9,6 +9,9 @@ PKGNAMESUFFIX= MAINTAINER= gnome@FreeBSD.org COMMENT= GIMP python plugin +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + GIMP_SLAVE= pygimp USES= python:2.7 Modified: head/multimedia/py-gstreamer/Makefile ============================================================================== --- head/multimedia/py-gstreamer/Makefile Sun Mar 1 18:27:21 2020 (r527598) +++ head/multimedia/py-gstreamer/Makefile Sun Mar 1 20:13:07 2020 (r527599) @@ -16,6 +16,9 @@ COMMENT= Python bindings for gstreamer LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2@${PY_FLAVOR} Modified: head/net-im/farsight2/Makefile ============================================================================== --- head/net-im/farsight2/Makefile Sun Mar 1 18:27:21 2020 (r527598) +++ head/net-im/farsight2/Makefile Sun Mar 1 20:13:07 2020 (r527599) @@ -12,6 +12,9 @@ MASTER_SITES= http://www.freedesktop.org/software/fars MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of GStreamer modules and libraries for videoconferencing +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + LIB_DEPENDS= libnice.so:net-im/libnice RUN_DEPENDS= libnice-gst010>=0:net-im/libnice-gst010
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003012013.021KD790082592>