1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to 0.10.1

PR:		190691
Submitted by:	 Jamie Landeg-Jones
This commit is contained in:
Martin Wilke 2014-06-06 15:31:09 +00:00
parent 12e263b358
commit a0e5a04a45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356804
3 changed files with 6 additions and 9 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mitmproxy
PORTVERSION= 0.10
PORTVERSION= 0.10.1
CATEGORIES= www python
MASTER_SITES= http://mitmproxy.org/download/
@ -23,7 +23,4 @@ PYDISTUTILS_AUTOPLIST= yes
USE_PYDISTUTILS=yes
USE_PYTHON= yes
PLIST_FILES= bin/mitmdump \
bin/mitmproxy
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (mitmproxy-0.10.tar.gz) = 524e3e91ec9b63f1aec4fd86c55a43e935808da7d558d806c1212b4ba18deea5
SIZE (mitmproxy-0.10.tar.gz) = 3408925
SHA256 (mitmproxy-0.10.1.tar.gz) = 527cbff76e0d49d7db62561252d399e1c747730676515c4ed89250c223e2fe56
SIZE (mitmproxy-0.10.1.tar.gz) = 3426109

View File

@ -1,5 +1,5 @@
--- setup.py.orig 2014-02-21 08:17:11.000000000 +0800
+++ setup.py 2014-02-21 08:19:43.000000000 +0800
--- setup.py.orig 2014-02-26 19:33:21.000000000 +0000
+++ setup.py 2014-06-06 06:28:44.000000000 +0100
@@ -1,4 +1,5 @@
from distutils.core import setup
+from setuptools import setup
@ -11,7 +11,7 @@
"Topic :: Software Development :: Testing"
],
- install_requires=[
- "netlib>=%s"%version.VERSION,
- "netlib>=%s"%version.MINORVERSION,
- "urwid>=1.1",
- "pyasn1>0.1.2",
- "pyopenssl>=0.13",