svn commit: r482224 - head/net-im/proxy65
Rene Ladan
rene at FreeBSD.org
Tue Oct 16 13:08:22 UTC 2018
Author: rene
Date: Tue Oct 16 13:08:21 2018
New Revision: 482224
URL: https://svnweb.freebsd.org/changeset/ports/482224
Log:
net-im/proxy65: remove optional dependency on expired net-im/jabber
Modified:
head/net-im/proxy65/Makefile
Modified: head/net-im/proxy65/Makefile
==============================================================================
--- head/net-im/proxy65/Makefile Tue Oct 16 12:56:00 2018 (r482223)
+++ head/net-im/proxy65/Makefile Tue Oct 16 13:08:21 2018 (r482224)
@@ -20,10 +20,9 @@ GH_TAGNAME= 4e76bf2
OPTIONS_DEFINE= DOCS
OPTIONS_SINGLE= SERVER
-OPTIONS_SINGLE_SERVER= NOJABBER JABBER JABBERD EJABBERD
+OPTIONS_SINGLE_SERVER= NOJABBER JABBERD EJABBERD
OPTIONS_DEFAULT= NOJABBER
NOJABBER_DESC= Do not depend on a jabber server
-JABBER_DESC= Use with jabberd14 (net-im/jabber)
JABBERD_DESC= Use with jabberd 2.x (net-im/jabberd)
EJABBERD_DESC= Use with ejabberd (net-im/ejabberd)
@@ -42,9 +41,6 @@ GROUPS= ${PROXY65_GROUP}
.if ${PORT_OPTIONS:MNOJABBER}
# No jabber depends
-.elif ${PORT_OPTIONS:MJABBER}
-JABBER_REQUIRE?= jabber
-RUN_DEPENDS+= jabberd14:net-im/jabber
.elif ${PORT_OPTIONS:MJABBERD}
JABBER_REQUIRE?= jabberd
RUN_DEPENDS+= jabberd:net-im/jabberd
More information about the svn-ports-all
mailing list