From owner-svn-ports-all@freebsd.org Tue Oct 16 13:08:22 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 B520510D2B95; Tue, 16 Oct 2018 13:08:22 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6ACFE8C342; Tue, 16 Oct 2018 13:08:22 +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 65B831CE98; Tue, 16 Oct 2018 13:08:22 +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 w9GD8Mds093970; Tue, 16 Oct 2018 13:08:22 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9GD8MkN093969; Tue, 16 Oct 2018 13:08:22 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201810161308.w9GD8MkN093969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 16 Oct 2018 13:08:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482224 - head/net-im/proxy65 X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/net-im/proxy65 X-SVN-Commit-Revision: 482224 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 16 Oct 2018 13:08:22 -0000 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