View | Details | Raw Unified | Return to bug 207568
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mitmproxy
4
PORTNAME=	mitmproxy
5
PORTVERSION=	0.10.1
5
PORTVERSION=	0.15
6
PORTREVISION=	1
7
CATEGORIES=	www python
6
CATEGORIES=	www python
8
MASTER_SITES=	http://mitmproxy.org/download/
7
MASTER_SITES=	http://mitmproxy.org/download/
9
8
(-)files/patch-setup.py (-22 lines)
Lines 1-22 Link Here
1
--- setup.py.orig	2014-02-26 19:33:21.000000000 +0000
2
+++ setup.py	2014-06-06 06:28:44.000000000 +0100
3
@@ -1,4 +1,5 @@
4
 from distutils.core import setup
5
+from setuptools import setup
6
 import fnmatch, os.path
7
 from libmproxy import version
8
 
9
@@ -98,13 +99,4 @@
10
             "Topic :: Internet :: Proxy Servers",
11
             "Topic :: Software Development :: Testing"
12
         ],
13
-        install_requires=[
14
-            "netlib>=%s"%version.MINORVERSION,
15
-            "urwid>=1.1",
16
-            "pyasn1>0.1.2",
17
-            "pyopenssl>=0.13",
18
-            "Pillow>=2.3.0,<2.4",
19
-            "lxml",
20
-            "flask"
21
-        ],
22
 )

Return to bug 207568