From owner-dev-commits-ports-all@freebsd.org Sun Jun 13 13:51:54 2021 Return-Path: Delivered-To: dev-commits-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 2166965D39A; Sun, 13 Jun 2021 13:51:54 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G2wx563h5z3Q5v; Sun, 13 Jun 2021 13:51:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B3F8821FC3; Sun, 13 Jun 2021 13:51:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15DDprkO019131; Sun, 13 Jun 2021 13:51:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15DDprce019130; Sun, 13 Jun 2021 13:51:53 GMT (envelope-from git) Date: Sun, 13 Jun 2021 13:51:53 GMT Message-Id: <202106131351.15DDprce019130@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: 182121fa6582 - main - www/searx: Update to 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 182121fa658239fb8f2f74b29e0df89a2b15fe8b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2021 13:51:54 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=182121fa658239fb8f2f74b29e0df89a2b15fe8b commit 182121fa658239fb8f2f74b29e0df89a2b15fe8b Author: Rainer Hurling AuthorDate: 2021-06-13 13:43:27 +0000 Commit: Rainer Hurling CommitDate: 2021-06-13 13:51:27 +0000 www/searx: Update to 1.0.0 - Change maintainer - Needs Python >= 3.7 because of www/py-httpx-socks dependency Changelog: https://github.com/searx/searx/releases/tag/1.0.0 PR: 256529 Reported by: Zane C. Bowers-Hadley (new maintainer) --- www/searx/Makefile | 19 ++++++++++++------- www/searx/distinfo | 6 +++--- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/www/searx/Makefile b/www/searx/Makefile index 239965266be4..7dc4383c464b 100644 --- a/www/searx/Makefile +++ b/www/searx/Makefile @@ -2,10 +2,10 @@ PORTNAME= searx DISTVERSIONPREFIX= v -DISTVERSION= 0.18.0 +DISTVERSION= 1.0.0 CATEGORIES= www python -MAINTAINER= loic.blot@unix-experience.fr +MAINTAINER= vvelox@vvelox.net COMMENT= Privacy-respecting, hackable metasearch engine LICENSE= AGPLv3 @@ -18,13 +18,21 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ndg-httpsclient>0:net/py-ndg-httpsclient@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httpx>0:www/py-httpx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}brotli>0:archivers/py-brotli@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}uvloop>0:devel/py-uvloop@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}langdetect>0:textproc/py-langdetect@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httpx-socks>0:www/py-httpx-socks@${PY_FLAVOR} \ ${PY_PYGMENTS} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}splinter>0:www/py-splinter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR} +BUILD_DEPENDS= ${RUN_DEPENDS} -USES= python:3.6+ +USES= python:3.7+ USE_GITHUB= yes GH_ACCOUNT= asciimoo USE_PYTHON= distutils autoplist noflavors @@ -39,10 +47,7 @@ post-patch: # expect dependencies to be backwards-compatible, otherwise it is di @${REINPLACE_CMD} -e 's|==|>=|' ${WRKSRC}/requirements.txt post-install: - # workaround for https://github.com/asciimoo/searx/issues/1208 - @${RM} -r ${STAGEDIR}${PYTHON_SITELIBDIR}/tests - @${REINPLACE_CMD} -e 's|.*/tests/.*||' ${_PYTHONPKGLIST} - # move settings to etc/ /usr/local/lib/python2.7/site-packages/searx/settings.yml + # move settings to etc/ /usr/local/lib/python3.x/site-packages/searx/settings.yml @${MV} ${STAGEDIR}${PYTHON_SITELIBDIR}/searx/settings.yml ${STAGEDIR}${PREFIX}/etc/${PORTNAME}-settings.yml.sample @${LN} -s ${PREFIX}/etc/${PORTNAME}-settings.yml ${STAGEDIR}${PYTHON_SITELIBDIR}/searx/settings.yml diff --git a/www/searx/distinfo b/www/searx/distinfo index c0898c86446f..58cdc73bc1b6 100644 --- a/www/searx/distinfo +++ b/www/searx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618356792 -SHA256 (asciimoo-searx-v0.18.0_GH0.tar.gz) = d22430ad92262d9114ad169e001975fe5195afdcc679d6f6bf030e0c1a5b79f0 -SIZE (asciimoo-searx-v0.18.0_GH0.tar.gz) = 2628144 +TIMESTAMP = 1623305653 +SHA256 (asciimoo-searx-v1.0.0_GH0.tar.gz) = 4587acc9bd2bf428fe9ac8e4d79d3637dac308a8e5bdeee4f0bae85bfe5c67fe +SIZE (asciimoo-searx-v1.0.0_GH0.tar.gz) = 2466997