From owner-svn-ports-all@FreeBSD.ORG Fri Jun 6 15:31:11 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F440453; Fri, 6 Jun 2014 15:31:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D68E92EBC; Fri, 6 Jun 2014 15:31:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s56FVA98093795; Fri, 6 Jun 2014 15:31:10 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s56FVAW8093792; Fri, 6 Jun 2014 15:31:10 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406061531.s56FVAW8093792@svn.freebsd.org> From: Martin Wilke Date: Fri, 6 Jun 2014 15:31:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356804 - in head/www/mitmproxy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 15:31:11 -0000 Author: miwi Date: Fri Jun 6 15:31:09 2014 New Revision: 356804 URL: http://svnweb.freebsd.org/changeset/ports/356804 QAT: https://qat.redports.org/buildarchive/r356804/ Log: - Update to 0.10.1 PR: 190691 Submitted by: Jamie Landeg-Jones Modified: head/www/mitmproxy/Makefile head/www/mitmproxy/distinfo head/www/mitmproxy/files/patch-setup.py Modified: head/www/mitmproxy/Makefile ============================================================================== --- head/www/mitmproxy/Makefile Fri Jun 6 15:26:41 2014 (r356803) +++ head/www/mitmproxy/Makefile Fri Jun 6 15:31:09 2014 (r356804) @@ -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 Modified: head/www/mitmproxy/distinfo ============================================================================== --- head/www/mitmproxy/distinfo Fri Jun 6 15:26:41 2014 (r356803) +++ head/www/mitmproxy/distinfo Fri Jun 6 15:31:09 2014 (r356804) @@ -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 Modified: head/www/mitmproxy/files/patch-setup.py ============================================================================== --- head/www/mitmproxy/files/patch-setup.py Fri Jun 6 15:26:41 2014 (r356803) +++ head/www/mitmproxy/files/patch-setup.py Fri Jun 6 15:31:09 2014 (r356804) @@ -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",