svn commit: r535522 - head/www/onionshare

Vinícius Zavam egypcio at FreeBSD.org
Sun May 17 07:44:43 UTC 2020


Author: egypcio
Date: Sun May 17 07:44:42 2020
New Revision: 535522
URL: https://svnweb.freebsd.org/changeset/ports/535522

Log:
  www/onionshare: add missing dep, flask-httpauth

Modified:
  head/www/onionshare/Makefile

Modified: head/www/onionshare/Makefile
==============================================================================
--- head/www/onionshare/Makefile	Sun May 17 07:44:26 2020	(r535521)
+++ head/www/onionshare/Makefile	Sun May 17 07:44:42 2020	(r535522)
@@ -3,7 +3,7 @@
 PORTNAME=	onionshare
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python security
 
 MAINTAINER=	egypcio at FreeBSD.org
@@ -15,8 +15,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	tor:security/tor \
 		obfs4proxy:security/obfs4proxy-tor \
 		${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}Flask-HTTPAuth>=0:security/py-flask-httpauth@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}stem>=0:security/py-stem@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 


More information about the svn-ports-head mailing list