svn commit: r557219 - head/editors/gedit-plugins

Tobias C. Berner tcberner at FreeBSD.org
Mon Dec 7 09:15:59 UTC 2020


Author: tcberner
Date: Mon Dec  7 09:15:58 2020
New Revision: 557219
URL: https://svnweb.freebsd.org/changeset/ports/557219

Log:
  editors/gedit-plugins: remove no longer used zeitgeist dependency
  
  the gedit zeitgeist integration is gone since 3.36.0:
  	https://gitlab.gnome.org/GNOME/gedit-plugins/-/commit/5953e917f3b90cb60d3037bc804d0dbcf4109c1a
  
  PR:		251637
  Reported by:	Greg V <greg at unrelenting.technology>

Modified:
  head/editors/gedit-plugins/Makefile

Modified: head/editors/gedit-plugins/Makefile
==============================================================================
--- head/editors/gedit-plugins/Makefile	Mon Dec  7 08:57:40 2020	(r557218)
+++ head/editors/gedit-plugins/Makefile	Mon Dec  7 09:15:58 2020	(r557219)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gedit-plugins
 PORTVERSION=	3.38.1
+PORTREVISION=	1
 CATEGORIES=	editors gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
@@ -18,7 +19,6 @@ BUILD_DEPENDS=	gedit>=0:editors/gedit \
 		itstool:textproc/itstool \
 		${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR}
 LIB_DEPENDS=	libpeas-1.0.so:devel/libpeas \
-		libzeitgeist-2.0.so:sysutils/zeitgeist \
 		libgit2-glib-1.0.so:devel/libgit2-glib \
 		libgucharmap_2_90.so:deskutils/gucharmap
 RUN_DEPENDS=	gedit>=0:editors/gedit \


More information about the svn-ports-all mailing list