svn commit: r550731 - head/devel/geany-plugin-geanypy

Guido Falsi madpilot at FreeBSD.org
Wed Sep 30 18:40:22 UTC 2020


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 at 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 at gtk2
 
 FLAVORS=	# intentionally left empty


More information about the svn-ports-all mailing list