Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2020 09:15:58 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557219 - head/editors/gedit-plugins
Message-ID:  <202012070915.0B79FwCP035571@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



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