From owner-svn-ports-all@freebsd.org Tue May 5 09:32:36 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0CAEE2DEAA2; Tue, 5 May 2020 09:32:36 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49GZJM6dw5z4cvQ; Tue, 5 May 2020 09:32:35 +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 DF408BCE4; Tue, 5 May 2020 09:32:35 +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 0459WZnG051949; Tue, 5 May 2020 09:32:35 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0459WZI3051948; Tue, 5 May 2020 09:32:35 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202005050932.0459WZI3051948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 5 May 2020 09:32:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534052 - head/www/domoticz X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/www/domoticz X-SVN-Commit-Revision: 534052 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.30 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, 05 May 2020 09:32:36 -0000 Author: rene Date: Tue May 5 09:32:35 2020 New Revision: 534052 URL: https://svnweb.freebsd.org/changeset/ports/534052 Log: www/domoticz: remove expired optional dependency on comms/telldus-core Modified: head/www/domoticz/Makefile Modified: head/www/domoticz/Makefile ============================================================================== --- head/www/domoticz/Makefile Tue May 5 09:23:53 2020 (r534051) +++ head/www/domoticz/Makefile Tue May 5 09:32:35 2020 (r534052) @@ -17,7 +17,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ CONFLICTS_INSTALL?= domoticz-[23]* domoticz-devel-* OPTIONS_SUB= YES -OPTIONS_DEFINE= PYTHON SBOOST SLUA SMINIZIP SMQTT SSQLITE SSSL TELLDUS +OPTIONS_DEFINE= PYTHON SBOOST SLUA SMINIZIP SMQTT SSQLITE SSSL SBOOST_DESC= Use static Boost instead of dynamic linking SSSL_DESC= Use static OpenSSL library instead of dynamic linking SLUA_DESC= Use domoticz provided LUA instead of ports one @@ -25,7 +25,6 @@ SMQTT_DESC= Use domoticz mosquitto instead of ports on SSQLITE_DESC= Use domoticz SQLLite instead of ports one SMINIZIP_DESC= Use domoticz minizip instead of ports one PYTHON_DESC= Enable support for Python Plugins -TELLDUS_DESC= Enable support for Telldus .include @@ -93,10 +92,6 @@ CMAKE_ARGS+= -DUSE_PYTHON="YES" USES+= python:3.6 .else CMAKE_ARGS+= -DUSE_PYTHON="NO" -.endif - -.if ${PORT_OPTIONS:MTELLDUS} -LIB_DEPENDS+= libtelldus-core.so:comms/telldus-core .endif post-patch: