Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2020 14:27:22 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535240 - head/editors/xed
Message-ID:  <202005141427.04EERMcn055701@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu May 14 14:27:22 2020
New Revision: 535240
URL: https://svnweb.freebsd.org/changeset/ports/535240

Log:
  - Update `editors/xed' to version 2.6.0, adjust LICENSE
  - Ignore bogus `master.mintXX' tags, track normal versions
  - Enable optional spell checking support (with gspell)
  
  Found out via:	repology.org

Modified:
  head/editors/xed/Makefile
  head/editors/xed/distinfo
  head/editors/xed/pkg-plist

Modified: head/editors/xed/Makefile
==============================================================================
--- head/editors/xed/Makefile	Thu May 14 14:20:48 2020	(r535239)
+++ head/editors/xed/Makefile	Thu May 14 14:27:22 2020	(r535240)
@@ -2,14 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	xed
-PORTVERSION=	2.4.2
+PORTVERSION=	2.6.0
 CATEGORIES=	editors
 
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Small and lightweight graphical text editor
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 
+PORTSCOUT=	limit:^[0-9.]+$$	# ignore master.mint* tags
+
 BUILD_DEPENDS=	intltool-merge:textproc/intltool \
 		itstool:textproc/itstool
 LIB_DEPENDS=	libpeas-1.0.so:devel/libpeas \
@@ -22,13 +24,22 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	linuxmint
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 \
 		introspection pango
+USE_LDCONFIG=	yes
 USE_XORG=	x11
 GLIB_SCHEMAS=	org.x.editor.gschema.xml \
 		org.x.editor.plugins.filebrowser.gschema.xml \
 		org.x.editor.plugins.time.gschema.xml \
 		org.x.editor.plugins.wordcompletion.gschema.xml
 
-# XXX: should become OPTIONs
-MESON_ARGS=	-Denable_spell=false
+OPTIONS_DEFINE=	GSPELL
+OPTIONS_DEFAULT=	GSPELL
+GSPELL_DESC=	Spell checking support via gspell
+
+GSPELL_LIB_DEPENDS=	libgspell-1.so:textproc/gspell
+GSPELL_MESON_OFF=	-Denable_spell=false
+GSPELL_PLIST_FILES=	lib/xed/plugins/libspell.so \
+			lib/xed/plugins/spell.plugin \
+		${DATADIR_REL}/plugins/spell/xed-spell-setup-dialog.ui
+GSPELL_VARS=	GLIB_SCHEMAS+=org.x.editor.plugins.spell.gschema.xml
 
 .include <bsd.port.mk>

Modified: head/editors/xed/distinfo
==============================================================================
--- head/editors/xed/distinfo	Thu May 14 14:20:48 2020	(r535239)
+++ head/editors/xed/distinfo	Thu May 14 14:27:22 2020	(r535240)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576075791
-SHA256 (linuxmint-xed-2.4.2_GH0.tar.gz) = ead304447e23be359f979d8d74c083f1369e2799c84955c71263aacf4228f1a9
-SIZE (linuxmint-xed-2.4.2_GH0.tar.gz) = 4029991
+TIMESTAMP = 1589201969
+SHA256 (linuxmint-xed-2.6.0_GH0.tar.gz) = bf87d68acf28f94d0a6530a0cb19fa9dc2be45d14c1ed4ab8ba233ff23c60d00
+SIZE (linuxmint-xed-2.6.0_GH0.tar.gz) = 4827260

Modified: head/editors/xed/pkg-plist
==============================================================================
--- head/editors/xed/pkg-plist	Thu May 14 14:20:48 2020	(r535239)
+++ head/editors/xed/pkg-plist	Thu May 14 14:27:22 2020	(r535240)
@@ -23,6 +23,8 @@ lib/xed/girepository-1.0/Xed-1.0.typelib
 lib/xed/libxed.so
 lib/xed/plugins/docinfo.plugin
 lib/xed/plugins/filebrowser.plugin
+lib/xed/plugins/joinlines.plugin
+lib/xed/plugins/joinlines/__init__.py
 lib/xed/plugins/libdocinfo.so
 lib/xed/plugins/libfilebrowser.so
 lib/xed/plugins/libmodelines.so



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