From owner-svn-ports-head@freebsd.org Fri Apr 28 22:16:59 2017 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 89E3DD54955; Fri, 28 Apr 2017 22:16:59 +0000 (UTC) (envelope-from shaun@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 4E377C19; Fri, 28 Apr 2017 22:16:59 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3SMGwhb091844; Fri, 28 Apr 2017 22:16:58 GMT (envelope-from shaun@FreeBSD.org) Received: (from shaun@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3SMGwmA091843; Fri, 28 Apr 2017 22:16:58 GMT (envelope-from shaun@FreeBSD.org) Message-Id: <201704282216.v3SMGwmA091843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: shaun set sender to shaun@FreeBSD.org using -f From: Shaun Amott Date: Fri, 28 Apr 2017 22:16:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439698 - head/www/mitmproxy 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.23 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: Fri, 28 Apr 2017 22:16:59 -0000 Author: shaun Date: Fri Apr 28 22:16:58 2017 New Revision: 439698 URL: https://svnweb.freebsd.org/changeset/ports/439698 Log: Fix typo in last commit: py-jsbeautifier is in devel. Modified: head/www/mitmproxy/Makefile Modified: head/www/mitmproxy/Makefile ============================================================================== --- head/www/mitmproxy/Makefile Fri Apr 28 21:53:14 2017 (r439697) +++ head/www/mitmproxy/Makefile Fri Apr 28 22:16:58 2017 (r439698) @@ -35,7 +35,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clic ${PYTHON_PKGNAMEPREFIX}pyperclip>=1.5.22:devel/py-pyperclip \ ${PYTHON_PKGNAMEPREFIX}hyperframe>=5.0.0:www/py-hyperframe \ ${PYTHON_PKGNAMEPREFIX}kaitaistruct>=0.6:devel/py-kaitaistruct \ - ${PYTHON_PKGNAMEPREFIX}jsbeautifier>=1.6.3:textproc/py-jsbeautifier \ + ${PYTHON_PKGNAMEPREFIX}jsbeautifier>=1.6.3:devel/py-jsbeautifier \ ${PYTHON_PKGNAMEPREFIX}h2>=3.0.0:www/py-h2 USES= python:3.5+