Index: head/net/py-sshuttle/Makefile =================================================================== --- head/net/py-sshuttle/Makefile (revision 499934) +++ head/net/py-sshuttle/Makefile (revision 499935) @@ -1,29 +1,28 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= sshuttle -PORTVERSION= 0.78.4 -PORTREVISION= 1 +PORTVERSION= 0.78.5 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Full-featured VPN over an SSH tunnel LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest .include Index: head/net/py-sshuttle/distinfo =================================================================== --- head/net/py-sshuttle/distinfo (revision 499934) +++ head/net/py-sshuttle/distinfo (revision 499935) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546339832 -SHA256 (sshuttle-0.78.4.tar.gz) = 30c1d8f62486b3eb7f565f00a75e0ffc7166af9a88da87cd8338b3d3e620135f -SIZE (sshuttle-0.78.4.tar.gz) = 72465 +TIMESTAMP = 1556167877 +SHA256 (sshuttle-0.78.5.tar.gz) = a88b59bd9a25510a6643451ec2d5fc35e149098a6a7fafdf37957498791fe16e +SIZE (sshuttle-0.78.5.tar.gz) = 74663 Index: head/net/py-sshuttle/files/patch-setup.cfg =================================================================== --- head/net/py-sshuttle/files/patch-setup.cfg (nonexistent) +++ head/net/py-sshuttle/files/patch-setup.cfg (revision 499935) @@ -0,0 +1,12 @@ +--- setup.cfg.orig 2019-04-25 04:53:45 UTC ++++ setup.cfg +@@ -8,9 +8,6 @@ universal = 1 + sign = true + identity = 0x1784577F811F6EAC + +-[tool:pytest] +-addopts = --cov=sshuttle --cov-branch --cov-report=term-missing +- + [egg_info] + tag_build = + tag_date = 0 Property changes on: head/net/py-sshuttle/files/patch-setup.cfg ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property