Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2020 17:22:43 +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: r552430 - in head: . devel devel/geany-plugin-geanypy devel/geany-plugins/files
Message-ID:  <202010151722.09FHMhTX097873@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Oct 15 17:22:42 2020
New Revision: 552430
URL: https://svnweb.freebsd.org/changeset/ports/552430

Log:
  Remove expired port: devel/geany-plugin-geanypy
  
  Uses deprecated version of python.

Deleted:
  head/devel/geany-plugin-geanypy/
Modified:
  head/MOVED
  head/devel/Makefile
  head/devel/geany-plugins/files/bsd.geany-plugins.mk

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Oct 15 17:22:38 2020	(r552429)
+++ head/MOVED	Thu Oct 15 17:22:42 2020	(r552430)
@@ -15650,3 +15650,4 @@ dns/opendnssec|dns/opendnssec2|2020-10-12|Has expired:
 sysutils/syslog-ng323|sysutils/syslog-ng|2020-10-12|Has expired: Agreed upon upstream one year deprecation policy
 devel/libsoup-gnome|devel/libsoup|2020-10-12|Reunited into on package they have the same dependencies
 sysutils/plasma5-user-manager|x11/plasma5-plasma-desktop|2020-10-13|Reintegrated into other plasma5 components
+devel/geany-plugin-geanypy||2020-10-15|Has expired: Uses deprecated version of python

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Oct 15 17:22:38 2020	(r552429)
+++ head/devel/Makefile	Thu Oct 15 17:22:42 2020	(r552430)
@@ -722,7 +722,6 @@
     SUBDIR += geany-plugin-defineformat
     SUBDIR += geany-plugin-doc
     SUBDIR += geany-plugin-extrasel
-    SUBDIR += geany-plugin-geanypy
     SUBDIR += geany-plugin-gendoc
     SUBDIR += geany-plugin-geniuspaste
     SUBDIR += geany-plugin-git-changebar

Modified: head/devel/geany-plugins/files/bsd.geany-plugins.mk
==============================================================================
--- head/devel/geany-plugins/files/bsd.geany-plugins.mk	Thu Oct 15 17:22:38 2020	(r552429)
+++ head/devel/geany-plugins/files/bsd.geany-plugins.mk	Thu Oct 15 17:22:42 2020	(r552430)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 GEANY_VER=		1.36
-GEANY_PLUGINS_GTK2=	geanypy \
-			multiterm
+GEANY_PLUGINS_GTK2=	multiterm
 
 GEANY_PLUGINS_GTK3=	markdown
 
@@ -55,7 +54,6 @@ ctags_DESC=		generate and query ctags files
 debugger_DESC=		debugging support (via GDB currently)
 defineformat_DESC=	on-the-fly \#define formatter
 doc_DESC=		execute command on the word at cursor position
-geanypy_DESC=		support for Python plugins
 extrasel_DESC=		additional selection tools
 gendoc_DESC=		generate documentation from the sources comments
 geniuspaste_DESC=	pastebins support



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