Date: Tue, 16 Oct 2018 13:08:22 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482224 - head/net-im/proxy65 Message-ID: <201810161308.w9GD8MkN093969@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810161308.w9GD8MkN093969>