aboutsummaryrefslogtreecommitdiff
path: root/net/py-sshuttle
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2019-01-01 12:12:57 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2019-01-01 12:12:57 +0000
commit0d4ca719f0bb011e031228092b9de0ca81b36908 (patch)
tree4bd98c9518c964f99176c36d28bdcfc2db3cc378 /net/py-sshuttle
parent7f8930d9357a5a08d7f9c0e2326da8d8a7f5f896 (diff)
downloadports-0d4ca719f0bb011e031228092b9de0ca81b36908.tar.gz
ports-0d4ca719f0bb011e031228092b9de0ca81b36908.zip
net/py-sshuttle: Update to 0.78.4
- Update incorrectly specified LICENSE - Remove unecessary setup.py patch Changelog: https://github.com/sshuttle/sshuttle/blob/v0.78.4/CHANGES.rstnet/py-sshuttle: Update to 0.78.4 - Update incorrectly specified LICENSE - Remove unecessary setup.py patch Changelog: https://github.com/sshuttle/sshuttle/blob/v0.78.4/CHANGES.rst
Notes
Notes: svn path=/head/; revision=488867
Diffstat (limited to 'net/py-sshuttle')
-rw-r--r--net/py-sshuttle/Makefile4
-rw-r--r--net/py-sshuttle/distinfo6
-rw-r--r--net/py-sshuttle/files/patch-setup.py19
3 files changed, 5 insertions, 24 deletions
diff --git a/net/py-sshuttle/Makefile b/net/py-sshuttle/Makefile
index f7ab103946d8..c81867983342 100644
--- a/net/py-sshuttle/Makefile
+++ b/net/py-sshuttle/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sshuttle
-PORTVERSION= 0.78.1
+PORTVERSION= 0.78.4
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Full-featured VPN over an SSH tunnel
-LICENSE= GPLv2+
+LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
diff --git a/net/py-sshuttle/distinfo b/net/py-sshuttle/distinfo
index 339c99f3295b..295b4c70a30f 100644
--- a/net/py-sshuttle/distinfo
+++ b/net/py-sshuttle/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476071476
-SHA256 (sshuttle-0.78.1.tar.gz) = 03a71648ce476de06a075bd9a972492d494b414ae51304bf535b80ff22be2d3c
-SIZE (sshuttle-0.78.1.tar.gz) = 67173
+TIMESTAMP = 1546339832
+SHA256 (sshuttle-0.78.4.tar.gz) = 30c1d8f62486b3eb7f565f00a75e0ffc7166af9a88da87cd8338b3d3e620135f
+SIZE (sshuttle-0.78.4.tar.gz) = 72465
diff --git a/net/py-sshuttle/files/patch-setup.py b/net/py-sshuttle/files/patch-setup.py
deleted file mode 100644
index dd8f7fd2d766..000000000000
--- a/net/py-sshuttle/files/patch-setup.py
+++ /dev/null
@@ -1,19 +0,0 @@
---- setup.py.orig 2016-10-10 04:57:26 UTC
-+++ setup.py
-@@ -36,7 +36,7 @@ setup(
- 'write_to': "sshuttle/version.py",
- 'version_scheme': version_scheme,
- },
-- setup_requires=['setuptools_scm', 'pytest-runner'],
-+ setup_requires=['setuptools_scm'],
- # version=version,
- url='https://github.com/sshuttle/sshuttle',
- author='Brian May',
-@@ -61,6 +61,6 @@ setup(
- 'sshuttle = sshuttle.cmdline:main',
- ],
- },
-- tests_require=['pytest', 'mock'],
-+ tests_require=['pytest', 'pytest-runner', 'mock'],
- keywords="ssh vpn",
- )