svn commit: r375915 - head/net-im/gajim

Ruslan Makhmatkhanov rm at FreeBSD.org
Thu Jan 1 11:20:42 UTC 2015


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
 


More information about the svn-ports-all mailing list