From owner-svn-ports-head@freebsd.org Wed Nov 18 21:41:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 629AFA322E2; Wed, 18 Nov 2015 21:41:51 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2A2641C5B; Wed, 18 Nov 2015 21:41:51 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAILfofw074594; Wed, 18 Nov 2015 21:41:50 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAILfm0m074575; Wed, 18 Nov 2015 21:41:48 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201511182141.tAILfm0m074575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 18 Nov 2015 21:41:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401898 - in head: . devel devel/py-asn1 devel/py-pyasn1 net-im/gajim net-mgmt/py-snmp4 net-p2p/tribler net/py-impacket net/py-ldap3 net/py-ndg_httpsclient net/py-netlib net/py-pysmb se... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 21:41:51 -0000 Author: rm Date: Wed Nov 18 21:41:48 2015 New Revision: 401898 URL: https://svnweb.freebsd.org/changeset/ports/401898 Log: devel/py-asn1: move to devel/py-pyasn1 to match PyPI name - move to devel/py-pyasn1 to match PyPI name - update *_DEPENDS and bump PORTREVISION in dependent ports - reset PORTEPOCH PR: 204567 Submitted by: John W. O'Brien Approved by: mhjacks@swbell.net (maintainer of devel/py-asn1) Added: head/devel/py-pyasn1/ - copied from r401897, head/devel/py-asn1/ Deleted: head/devel/py-asn1/ Modified: head/MOVED head/devel/Makefile head/devel/py-pyasn1/Makefile head/net-im/gajim/Makefile head/net-mgmt/py-snmp4/Makefile head/net-p2p/tribler/Makefile head/net/py-impacket/Makefile head/net/py-ldap3/Makefile head/net/py-ndg_httpsclient/Makefile head/net/py-netlib/Makefile head/net/py-pysmb/Makefile head/security/py-acme/Makefile head/security/py-cryptography/Makefile head/security/py-oauth2client/Makefile head/security/py-rsa/Makefile head/security/py-service_identity/Makefile head/security/py-twistedConch/Makefile head/sysutils/azure-agent/Makefile head/www/mitmproxy/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 18 20:43:38 2015 (r401897) +++ head/MOVED Wed Nov 18 21:41:48 2015 (r401898) @@ -7941,3 +7941,4 @@ devel/py-experimental.cssselect||2015-11 databases/mariadb-client||2015-11-18|Vulnerable, no updates expected, use mariadb55 or mariadb100 instead databases/mariadb-server||2015-11-18|Vulnerable, no updates expected, use mariadb55 or mariadb100 instead databases/mariadb-scripts||2015-11-18|Vulnerable, no updates expected, use mariadb55 or mariadb100 instead +devel/py-asn1|devel/py-pyasn1|2015-11-18|Renamed to match upstream naming Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/devel/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -3906,7 +3906,6 @@ SUBDIR += py-argh SUBDIR += py-argparse SUBDIR += py-args - SUBDIR += py-asn1 SUBDIR += py-aspects SUBDIR += py-aspyct SUBDIR += py-astroid @@ -4185,6 +4184,7 @@ SUBDIR += py-pudb SUBDIR += py-px SUBDIR += py-py + SUBDIR += py-pyasn1 SUBDIR += py-pyasn1-modules SUBDIR += py-pycalendar SUBDIR += py-pycallgraph Modified: head/devel/py-pyasn1/Makefile ============================================================================== --- head/devel/py-asn1/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/devel/py-pyasn1/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -1,13 +1,11 @@ # Created by: Martin Jackson # $FreeBSD$ -PORTNAME= asn1 +PORTNAME= pyasn1 PORTVERSION= 0.1.8 -PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= mhjacks@swbell.net COMMENT= ASN.1 toolkit for Python Modified: head/net-im/gajim/Makefile ============================================================================== --- head/net-im/gajim/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/net-im/gajim/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -3,6 +3,7 @@ PORTNAME= gajim PORTVERSION= 0.16.4 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://gajim.org/downloads/0.16/ @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 \ + ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:${PORTSDIR}/devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}nbxmpp>0:${PORTSDIR}/net-im/py-nbxmpp NO_ARCH= yes Modified: head/net-mgmt/py-snmp4/Makefile ============================================================================== --- head/net-mgmt/py-snmp4/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/net-mgmt/py-snmp4/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -3,6 +3,7 @@ PORTNAME= snmp4 PORTVERSION= 4.2.5 +PORTREVISION= 1 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP \ SF/pysnmp/pysnmp/${PORTVERSION} @@ -14,7 +15,7 @@ COMMENT= SNMP framework for Python LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.2:${PORTSDIR}/devel/py-asn1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.2:${PORTSDIR}/devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.4.1:${PORTSDIR}/security/py-pycrypto USES= python Modified: head/net-p2p/tribler/Makefile ============================================================================== --- head/net-p2p/tribler/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/net-p2p/tribler/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -3,7 +3,7 @@ PORTNAME= tribler PORTVERSION= 6.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Tribler/tribler/releases/download/${PORTVERSION:S/^/v/}/ DISTFILES= ${PORTNAME}_${PORTVERSION}_all.deb @@ -16,7 +16,7 @@ LICENSE_COMB= multi RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apsw>0:${PORTSDIR}/databases/py-apsw \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.7:${PORTSDIR}/devel/py-asn1 \ + ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:${PORTSDIR}/devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}gmpy>0:${PORTSDIR}/math/py-gmpy \ ${PYTHON_PKGNAMEPREFIX}netifaces>0:${PORTSDIR}/net/py-netifaces \ Modified: head/net/py-impacket/Makefile ============================================================================== --- head/net/py-impacket/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/net/py-impacket/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -3,6 +3,7 @@ PORTNAME= impacket PORTVERSION= 0.9.13 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP \ https://github.com/CoreSecurity/impacket/releases/download/impacket_${PORTVERSION:S,.,_,g}/ @@ -14,7 +15,7 @@ COMMENT= Collection of Python classes pr LICENSE= APACHE11 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:${PORTSDIR}/devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}pcapy>=0:${PORTSDIR}/net/py-pcapy \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto Modified: head/net/py-ldap3/Makefile ============================================================================== --- head/net/py-ldap3/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/net/py-ldap3/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -2,6 +2,7 @@ PORTNAME= ldap3 PORTVERSION= 0.9.9.2 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Strictly RFC 4511 conforming LD LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>0:${PORTSDIR}/devel/py-asn1 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:${PORTSDIR}/devel/py-pyasn1 NO_ARCH= yes USES= python Modified: head/net/py-ndg_httpsclient/Makefile ============================================================================== --- head/net/py-ndg_httpsclient/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/net/py-ndg_httpsclient/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -3,7 +3,7 @@ PORTNAME= ndg_httpsclient PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= CHEESESHOP/source/n/ndg-httpsclient PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Enhance HTTPS support for httpl LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.4:${PORTSDIR}/devel/py-asn1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.4:${PORTSDIR}/devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl NO_ARCH= yes Modified: head/net/py-netlib/Makefile ============================================================================== --- head/net/py-netlib/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/net/py-netlib/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -3,6 +3,7 @@ PORTNAME= netlib PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Collection of network utilities LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>0:${PORTSDIR}/devel/py-asn1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:${PORTSDIR}/devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl USES= python Modified: head/net/py-pysmb/Makefile ============================================================================== --- head/net/py-pysmb/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/net/py-pysmb/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -3,6 +3,7 @@ PORTNAME= pysmb PORTVERSION= 1.1.17 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP \ http://miketeo.net/files/Projects/${PORTNAME}/ @@ -14,7 +15,7 @@ COMMENT= SMB/CIFS library written in Pyt LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:${PORTSDIR}/devel/py-pyasn1 OPTIONS_DEFINE= DOCS Modified: head/security/py-acme/Makefile ============================================================================== --- head/security/py-acme/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/security/py-acme/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= acme +PORTREVISION= 1 DISTVERSIONPREFIX= v DISTVERSION= 0.0.0.dev20151104 CATEGORIES= security python @@ -12,7 +13,7 @@ COMMENT= ACME implementation LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>0:${PORTSDIR}/devel/py-asn1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:${PORTSDIR}/devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:${PORTSDIR}/security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:${PORTSDIR}/devel/py-mock \ ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.4.0:${PORTSDIR}/net/py-ndg_httpsclient \ Modified: head/security/py-cryptography/Makefile ============================================================================== --- head/security/py-cryptography/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/security/py-cryptography/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -3,7 +3,7 @@ PORTNAME= cryptography PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:${PORTSDIR}/devel/py-cffi RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:${PORTSDIR}/devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.8:${PORTSDIR}/devel/py-asn1 \ + ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.8:${PORTSDIR}/devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:${PORTSDIR}/devel/py-cffi \ ${PYTHON_PKGNAMEPREFIX}idna>=2.0:${PORTSDIR}/dns/py-idna TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest \ Modified: head/security/py-oauth2client/Makefile ============================================================================== --- head/security/py-oauth2client/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/security/py-oauth2client/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -3,7 +3,7 @@ PORTNAME= oauth2client PORTVERSION= 1.4.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= OAuth 2.0 client library LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.7:${PORTSDIR}/devel/py-asn1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:${PORTSDIR}/devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.0.5:${PORTSDIR}/devel/py-pyasn1-modules \ ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:${PORTSDIR}/www/py-httplib2 \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4:${PORTSDIR}/security/py-rsa \ Modified: head/security/py-rsa/Makefile ============================================================================== --- head/security/py-rsa/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/security/py-rsa/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -3,6 +3,7 @@ PORTNAME= rsa PORTVERSION= 3.1.4 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Pure-Python RSA implementation LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.3:${PORTSDIR}/devel/py-asn1 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:${PORTSDIR}/devel/py-pyasn1 TEST_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 \ ${RUN_DEPENDS} Modified: head/security/py-service_identity/Makefile ============================================================================== --- head/security/py-service_identity/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/security/py-service_identity/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -3,7 +3,7 @@ PORTNAME= service_identity PORTVERSION= 14.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:${PORTSDIR}/security/py-openssl \ - ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.7:${PORTSDIR}/devel/py-asn1 \ + ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:${PORTSDIR}/devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.0.5:${PORTSDIR}/devel/py-pyasn1-modules \ ${PYTHON_PKGNAMEPREFIX}characteristic>=14.0.0:${PORTSDIR}/devel/py-characteristic Modified: head/security/py-twistedConch/Makefile ============================================================================== --- head/security/py-twistedConch/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/security/py-twistedConch/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -3,6 +3,7 @@ PORTNAME= twistedConch PORTVERSION= 15.2.1 +PORTREVISION= 1 CATEGORIES= security devel python MASTER_SITES= http://twistedmatrix.com/Releases/Conch/${PORTVERSION:R}/ \ LOCAL/sunpoet @@ -14,7 +15,7 @@ COMMENT= SSH and SFTP protocol implement LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.0.9a:${PORTSDIR}/devel/py-pyasn1 NO_ARCH= yes USE_PYTHON= autoplist distutils Modified: head/sysutils/azure-agent/Makefile ============================================================================== --- head/sysutils/azure-agent/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/sysutils/azure-agent/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -2,6 +2,7 @@ PORTNAME= azure-agent PORTVERSION= ${GH_TAGNAME}.11 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= gjb@FreeBSD.org @@ -12,7 +13,7 @@ LICENSE= APACHE20 RUN_DEPENDS= python:${PORTSDIR}/lang/python \ sudo:${PORTSDIR}/security/sudo \ bash:${PORTSDIR}/shells/bash \ - ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 + ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:${PORTSDIR}/devel/py-pyasn1 NO_BUILD= yes USES= python:2 Modified: head/www/mitmproxy/Makefile ============================================================================== --- head/www/mitmproxy/Makefile Wed Nov 18 20:43:38 2015 (r401897) +++ head/www/mitmproxy/Makefile Wed Nov 18 21:41:48 2015 (r401898) @@ -3,6 +3,7 @@ PORTNAME= mitmproxy PORTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://mitmproxy.org/download/ @@ -11,7 +12,7 @@ COMMENT= SSL-capable man-in-the-middle p LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>0:${PORTSDIR}/devel/py-asn1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:${PORTSDIR}/devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}Flask>0:${PORTSDIR}/www/py-flask \ ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}netlib>0:${PORTSDIR}/net/py-netlib \