svn commit: r492019 - head/security/vanguards-tor
Yuri Victorovich
yuri at FreeBSD.org
Sat Feb 2 21:58:00 UTC 2019
Author: yuri
Date: Sat Feb 2 21:57:27 2019
New Revision: 492019
URL: https://svnweb.freebsd.org/changeset/ports/492019
Log:
security/vanguards-tor: Update 0.2.2 -> 0.3.0
Reported by: portscout
Modified:
head/security/vanguards-tor/Makefile
head/security/vanguards-tor/distinfo
Modified: head/security/vanguards-tor/Makefile
==============================================================================
--- head/security/vanguards-tor/Makefile Sat Feb 2 21:56:43 2019 (r492018)
+++ head/security/vanguards-tor/Makefile Sat Feb 2 21:57:27 2019 (r492019)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= vanguards
-DISTVERSION= 0.2.2
+DISTVERSION= 0.3.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMESUFFIX= -tor
@@ -21,6 +21,6 @@ USE_PYTHON= distutils autoplist noflavors
NO_ARCH= yes
do-test: # 3 testcases are known to fail: https://github.com/mikeperry-tor/vanguards/issues/27
- @cd ${WRKSRC} && ${SETENV} PYTHONPATH=${WRKSRC}/src ${PYTHON_CMD} -m pytest -rs tests
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} PYTHONPATH=${WRKSRC}/src ${PYTHON_CMD} -m pytest -rs tests
.include <bsd.port.mk>
Modified: head/security/vanguards-tor/distinfo
==============================================================================
--- head/security/vanguards-tor/distinfo Sat Feb 2 21:56:43 2019 (r492018)
+++ head/security/vanguards-tor/distinfo Sat Feb 2 21:57:27 2019 (r492019)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1535646653
-SHA256 (vanguards-0.2.2.tar.gz) = 7c8312956ebfa9e011e4a9a88e64a16182e1d8bd4aee9e128e1d6fe1682ffdb5
-SIZE (vanguards-0.2.2.tar.gz) = 911972
+TIMESTAMP = 1549144033
+SHA256 (vanguards-0.3.0.tar.gz) = 97f8f123cf30e50a7d3acf02d8e93871ab3f689266d1d3d61bbdd49a6fa3ac1c
+SIZE (vanguards-0.3.0.tar.gz) = 913676
More information about the svn-ports-head
mailing list