From owner-svn-ports-all@freebsd.org Fri Dec 21 13:46:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17D22134A1DF; Fri, 21 Dec 2018 13:46:04 +0000 (UTC) (envelope-from rene@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 85BB2970F0; Fri, 21 Dec 2018 13:46:03 +0000 (UTC) (envelope-from rene@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 725D5E2CE; Fri, 21 Dec 2018 13:46:03 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBLDk3K7092612; Fri, 21 Dec 2018 13:46:03 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBLDk2UW092610; Fri, 21 Dec 2018 13:46:03 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812211346.wBLDk2UW092610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 21 Dec 2018 13:46:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487996 - head/editors/abiword X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/editors/abiword X-SVN-Commit-Revision: 487996 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 85BB2970F0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2018 13:46:04 -0000 Author: rene Date: Fri Dec 21 13:46:02 2018 New Revision: 487996 URL: https://svnweb.freebsd.org/changeset/ports/487996 Log: editors/abiword: remove optional dependency on expired textproc/ots Modified: head/editors/abiword/Makefile head/editors/abiword/pkg-plist Modified: head/editors/abiword/Makefile ============================================================================== --- head/editors/abiword/Makefile Fri Dec 21 13:44:17 2018 (r487995) +++ head/editors/abiword/Makefile Fri Dec 21 13:46:02 2018 (r487996) @@ -35,7 +35,7 @@ INSTALL_TARGET= install-strip PLIST_SUB+= ABIVERSION=3.0 -OPTIONS_DEFINE= CLIPART DEBUG MATHVIEW NLS OTS PSION \ +OPTIONS_DEFINE= CLIPART DEBUG MATHVIEW NLS PSION \ TEMPLATES WP OPTIONS_DEFAULT=CLIPART COLSERVICE COLSUGAR COLTCP SPELLCHECK TEMPLATES OPTIONS_SUB= yes @@ -56,7 +56,6 @@ COLXMPP_DESC= Collaborate with the Jabber/XMPP backen DICT_DESC= Spelling and grammar checking GRAMMAR_DESC= Grammar checking plugin MATHVIEW_DESC= MathML render plugin -OTS_DESC= Text Summarizer plugin PSION_DESC= Psion 5(MX) files convertion plugin SPELLCHECK_DESC= Spell checking support TEMPLATES_DESC= Include additional templates @@ -110,8 +109,6 @@ MATHVIEW_LIB_DEPENDS= libmathview.so:x11-toolkits/gtk NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -OTS_LIB_DEPENDS= libots-1.so:textproc/ots - PSION_LIB_DEPENDS= libpsiconv.so:converters/psiconv SPELLCHECK_LIB_DEPENDS= libenchant.so:textproc/enchant @@ -139,10 +136,6 @@ ABIWORD_PLUGINS+= grammar .if ${PORT_OPTIONS:MMATHVIEW} ABIWORD_PLUGINS+= mathview -.endif - -.if ${PORT_OPTIONS:MOTS} -ABIWORD_PLUGINS+= ots .endif .if ${PORT_OPTIONS:MPSION} Modified: head/editors/abiword/pkg-plist ============================================================================== --- head/editors/abiword/pkg-plist Fri Dec 21 13:44:17 2018 (r487995) +++ head/editors/abiword/pkg-plist Fri Dec 21 13:46:02 2018 (r487996) @@ -31,7 +31,6 @@ lib/abiword-%%ABIVERSION%%/plugins/opendocument.so lib/abiword-%%ABIVERSION%%/plugins/openwriter.so lib/abiword-%%ABIVERSION%%/plugins/openxml.so lib/abiword-%%ABIVERSION%%/plugins/opml.so -%%OTS%%lib/abiword-%%ABIVERSION%%/plugins/ots.so lib/abiword-%%ABIVERSION%%/plugins/paint.so lib/abiword-%%ABIVERSION%%/plugins/passepartout.so lib/abiword-%%ABIVERSION%%/plugins/pdb.so @@ -361,7 +360,6 @@ man/man1/abiword.1.gz %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Stylist.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Tab.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_WordCount.ui -%%OTS%%%%DATADIR%%-%%ABIVERSION%%/ui/ots.ui %%DATADIR%%-%%ABIVERSION%%/ui/pd_RDFContact.ui %%DATADIR%%-%%ABIVERSION%%/ui/pd_RDFEvent.ui %%DATADIR%%-%%ABIVERSION%%/ui/pd_RDFInsertReference.ui