svn commit: r504992 - in head/security/zeronet: . files
Yuri Victorovich
yuri at FreeBSD.org
Sun Jun 23 20:51:50 UTC 2019
Author: yuri
Date: Sun Jun 23 20:51:48 2019
New Revision: 504992
URL: https://svnweb.freebsd.org/changeset/ports/504992
Log:
security/zeronet: Add py-sqlite3 dependency because it doesn't start in jail without it.
Modified:
head/security/zeronet/Makefile
head/security/zeronet/files/pkg-message.in
Modified: head/security/zeronet/Makefile
==============================================================================
--- head/security/zeronet/Makefile Sun Jun 23 19:30:19 2019 (r504991)
+++ head/security/zeronet/Makefile Sun Jun 23 20:51:48 2019 (r504992)
@@ -5,6 +5,7 @@ PORTNAME= zeronet
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.5-25
DISTVERSIONSUFFIX= -gabb566e3
+PORTREVISION= 1
CATEGORIES= security net-p2p
MAINTAINER= yuri at FreeBSD.org
@@ -15,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gevent>0:devel/py-gevent@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}stem>0:security/py-stem@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}stem>0:security/py-stem@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
SUB_FILES= zeronet-service zeronet-cmd pkg-message
SUB_LIST= LOCALBASE=${LOCALBASE} USER=${USER} GROUP=${GROUP}
Modified: head/security/zeronet/files/pkg-message.in
==============================================================================
--- head/security/zeronet/files/pkg-message.in Sun Jun 23 19:30:19 2019 (r504991)
+++ head/security/zeronet/files/pkg-message.in Sun Jun 23 20:51:48 2019 (r504992)
@@ -27,6 +27,6 @@ For Tor integration (recommended) please make sure:
Without the Tor integration, you need to make sure that your router
has either UPnP enabled, or port 15441 open.
-For more details please see ZeroNet documentation here:
+For more details please see the ZeroNet documentation here:
http://zeronet.readthedocs.io/en/latest
======================================================================
More information about the svn-ports-all
mailing list