From owner-svn-ports-all@freebsd.org Sun Sep 16 17:16:03 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 CD29910A61F7; Sun, 16 Sep 2018 17:16:03 +0000 (UTC) (envelope-from yuri@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 7420371022; Sun, 16 Sep 2018 17:16:03 +0000 (UTC) (envelope-from yuri@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 612422508F; Sun, 16 Sep 2018 17:16:03 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8GHG3II055599; Sun, 16 Sep 2018 17:16:03 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8GHG2AH055597; Sun, 16 Sep 2018 17:16:02 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809161716.w8GHG2AH055597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 16 Sep 2018 17:16:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479897 - in head: . www www/py-searx www/searx X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . www www/py-searx www/searx X-SVN-Commit-Revision: 479897 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: Sun, 16 Sep 2018 17:16:04 -0000 Author: yuri Date: Sun Sep 16 17:16:02 2018 New Revision: 479897 URL: https://svnweb.freebsd.org/changeset/ports/479897 Log: www/py-searx: Move to www/searx because this is a server, not a library Port changes: * Add USE_PYTHON=noflavors * While here, add missing dependency dns/py-idna PR: 231401 Approved by: loic.blot@unix-experience.fr (maintainer) Added: head/www/searx/ - copied from r479896, head/www/py-searx/ Deleted: head/www/py-searx/ Modified: head/MOVED head/www/Makefile head/www/searx/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Sep 16 14:54:58 2018 (r479896) +++ head/MOVED Sun Sep 16 17:16:02 2018 (r479897) @@ -10526,3 +10526,4 @@ www/hs-hS3||2018-09-16|Has expired: Not being develope converters/hs-dataenc||2018-09-16|Has expired: Not being developed upstream devel/tinyq||2018-09-16|Has expired: Unmaintained upstream and unused in the ports tree devel/hs-hashed-storage||2018-09-16|Has expired: Not being developed upstream +www/py-searx|www/searx|2018-09-16|Move to a proper directory: this is a server, not a library Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Sep 16 14:54:58 2018 (r479896) +++ head/www/Makefile Sun Sep 16 17:16:02 2018 (r479897) @@ -1854,7 +1854,6 @@ SUBDIR += py-scrapy SUBDIR += py-seafdav SUBDIR += py-seafobj - SUBDIR += py-searx SUBDIR += py-selector SUBDIR += py-selenium SUBDIR += py-slimit @@ -2234,6 +2233,7 @@ SUBDIR += seahub SUBDIR += seamonkey SUBDIR += seamonkey-i18n + SUBDIR += searx SUBDIR += selenium SUBDIR += serendipity SUBDIR += serf Modified: head/www/searx/Makefile ============================================================================== --- head/www/py-searx/Makefile Sun Sep 16 14:54:58 2018 (r479896) +++ head/www/searx/Makefile Sun Sep 16 17:16:02 2018 (r479897) @@ -3,9 +3,9 @@ PORTNAME= searx DISTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= loic.blot@unix-experience.fr COMMENT= Privacy-respecting, hackable metasearch engine @@ -16,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask-Babel>0:devel/py-flask-babel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${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} \ @@ -26,7 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR} USES= python:2.7 -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes USE_RC_SUBR= searx