From owner-svn-ports-head@freebsd.org Thu May 14 14:27:23 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1E14C2F35C1; Thu, 14 May 2020 14:27:23 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49NDQL72BLz4PJL; Thu, 14 May 2020 14:27:22 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D3096C68C; Thu, 14 May 2020 14:27:22 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04EERMAQ055704; Thu, 14 May 2020 14:27:22 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04EERMcn055701; Thu, 14 May 2020 14:27:22 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202005141427.04EERMcn055701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 14 May 2020 14:27:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535240 - head/editors/xed X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/editors/xed X-SVN-Commit-Revision: 535240 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2020 14:27:23 -0000 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 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