Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 18:40:22 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550731 - head/devel/geany-plugin-geanypy
Message-ID:  <202009301840.08UIeMvb007118@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Sep 30 18:40:21 2020
New Revision: 550731
URL: https://svnweb.freebsd.org/changeset/ports/550731

Log:
  Mark geany-plugin-geanypy deprecated due to it depending on EOLed python 2.
  
  Set a short expiration time.

Modified:
  head/devel/geany-plugin-geanypy/Makefile

Modified: head/devel/geany-plugin-geanypy/Makefile
==============================================================================
--- head/devel/geany-plugin-geanypy/Makefile	Wed Sep 30 18:25:03 2020	(r550730)
+++ head/devel/geany-plugin-geanypy/Makefile	Wed Sep 30 18:40:21 2020	(r550731)
@@ -9,6 +9,9 @@ CATEGORIES=	devel
 MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-10-15
+
 LIB_DEPENDS=	libgeany.so:devel/geany@gtk2
 
 FLAVORS=	# intentionally left empty



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009301840.08UIeMvb007118>