svn commit: r479897 - in head: . www www/py-searx www/searx
Yuri Victorovich
yuri at FreeBSD.org
Sun Sep 16 17:16:04 UTC 2018
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 at 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 at 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
More information about the svn-ports-all
mailing list