From owner-svn-ports-all@freebsd.org Sat Feb 29 22:53:14 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 2CA132437A9; Sat, 29 Feb 2020 22:53:14 +0000 (UTC) (envelope-from jbeich@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 48VMBd2bvyz47dP; Sat, 29 Feb 2020 22:53:11 +0000 (UTC) (envelope-from jbeich@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 2167C22028; Sat, 29 Feb 2020 22:53:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01TMr9Qk003249; Sat, 29 Feb 2020 22:53:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01TMr9Jf003245; Sat, 29 Feb 2020 22:53:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002292253.01TMr9Jf003245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 29 Feb 2020 22:53:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527481 - in head: mail/thunderbird www/cliqz www/firefox www/firefox-esr X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: mail/thunderbird www/cliqz www/firefox www/firefox-esr X-SVN-Commit-Revision: 527481 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.29 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: Sat, 29 Feb 2020 22:53:14 -0000 Author: jbeich Date: Sat Feb 29 22:53:08 2020 New Revision: 527481 URL: https://svnweb.freebsd.org/changeset/ports/527481 Log: www/firefox: drop py-sqlite3 dependency Not used during build anymore but still required for testing. PR: 244521 Modified: head/mail/thunderbird/Makefile (contents, props changed) head/www/cliqz/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Sat Feb 29 22:52:59 2020 (r527480) +++ head/mail/thunderbird/Makefile Sat Feb 29 22:53:08 2020 (r527481) @@ -21,7 +21,6 @@ BUILD_DEPENDS= nspr>=4.21:devel/nspr \ png>=1.6.35:graphics/png \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.28.0:databases/sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ nasm:devel/nasm \ Modified: head/www/cliqz/Makefile ============================================================================== --- head/www/cliqz/Makefile Sat Feb 29 22:52:59 2020 (r527480) +++ head/www/cliqz/Makefile Sat Feb 29 22:53:08 2020 (r527481) @@ -33,7 +33,6 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libplds4.so:devel/nspr BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xt.pc:x11-toolkits/libXt \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${RUST_DEFAULT}>=1.39:lang/${RUST_DEFAULT} \ autoconf-2.13:devel/autoconf213 \ bash:shells/bash \ Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Sat Feb 29 22:52:59 2020 (r527480) +++ head/www/firefox-esr/Makefile Sat Feb 29 22:53:08 2020 (r527481) @@ -23,7 +23,6 @@ BUILD_DEPENDS= nspr>=4.21:devel/nspr \ png>=1.6.35:graphics/png \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.28.0:databases/sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ nasm:devel/nasm \ Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sat Feb 29 22:52:59 2020 (r527480) +++ head/www/firefox/Makefile Sat Feb 29 22:53:08 2020 (r527481) @@ -22,7 +22,6 @@ BUILD_DEPENDS= nspr>=4.24:devel/nspr \ png>=1.6.35:graphics/png \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.30.1:databases/sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ nasm:devel/nasm \