From owner-svn-ports-head@FreeBSD.ORG Thu Jan 1 11:20:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFBE6FD6; Thu, 1 Jan 2015 11:20:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABA7D2D15; Thu, 1 Jan 2015 11:20:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t01BKg7W068237; Thu, 1 Jan 2015 11:20:42 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t01BKgpA068236; Thu, 1 Jan 2015 11:20:42 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201501011120.t01BKgpA068236@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 1 Jan 2015 11:20:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375915 - head/net-im/gajim X-SVN-Group: ports-head 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.18-1 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, 01 Jan 2015 11:20:42 -0000 Author: rm Date: Thu Jan 1 11:20:41 2015 New Revision: 375915 URL: https://svnweb.freebsd.org/changeset/ports/375915 QAT: https://qat.redports.org/buildarchive/r375915/ Log: net-im/gajim: drop KEYRING option Drop KEYRING option - it is depends on no more existing gnome component. Not bumping PORTREVISION because it wasn't default option. Modified: head/net-im/gajim/Makefile Modified: head/net-im/gajim/Makefile ============================================================================== --- head/net-im/gajim/Makefile Thu Jan 1 10:56:38 2015 (r375914) +++ head/net-im/gajim/Makefile Thu Jan 1 11:20:41 2015 (r375915) @@ -28,20 +28,18 @@ INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include -OPTIONS_DEFINE= AVAHI CRYPTO DBUS DOCS GUPNP KEYRING NLS SPELL +OPTIONS_DEFINE= AVAHI CRYPTO DBUS DOCS GUPNP NLS SPELL OPTIONS_DEFAULT=DBUS NLS SPELL OPTIONS_SUB= yes CRYPTO_DESC= End to end encryption support GUPNP_DESC= UPnP IGD protocol support -KEYRING_DESC= Gnome Keyring support SPELL_DESC= Spell checking support AVAHI_RUN_DEPENDS= avahi-discover:${PORTSDIR}/net/py-avahi CRYPTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.82.2:${PORTSDIR}/devel/py-dbus GUPNP_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gupnp/__init__.py:${PORTSDIR}/net/gupnp-igd -KEYRING_USE= GNOME=pygnomedesktop NLS_USES= gettext SPELL_LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell