From owner-svn-ports-all@freebsd.org Wed Jun 14 05:40:43 2017 Return-Path: Delivered-To: svn-ports-all@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 4C708D86755; Wed, 14 Jun 2017 05:40:43 +0000 (UTC) (envelope-from antoine@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 1A8C97A9F3; Wed, 14 Jun 2017 05:40:43 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5E5egAA098138; Wed, 14 Jun 2017 05:40:42 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5E5egws098136; Wed, 14 Jun 2017 05:40:42 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201706140540.v5E5egws098136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 14 Jun 2017 05:40:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443553 - in head/www: . py-flexget py-vcrpy 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.23 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: Wed, 14 Jun 2017 05:40:43 -0000 Author: antoine Date: Wed Jun 14 05:40:41 2017 New Revision: 443553 URL: https://svnweb.freebsd.org/changeset/ports/443553 Log: Remove www/py-vcrpy, duplicate of devel/py-vcrpy Deleted: head/www/py-vcrpy/ Modified: head/www/Makefile head/www/py-flexget/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Jun 14 02:08:56 2017 (r443552) +++ head/www/Makefile Wed Jun 14 05:40:41 2017 (r443553) @@ -1831,7 +1831,6 @@ SUBDIR += py-urlobject SUBDIR += py-user_agent SUBDIR += py-utidylib - SUBDIR += py-vcrpy SUBDIR += py-w3lib SUBDIR += py-waitress SUBDIR += py-webassets Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Wed Jun 14 02:08:56 2017 (r443552) +++ head/www/py-flexget/Makefile Wed Jun 14 05:40:41 2017 (r443553) @@ -46,7 +46,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=1.0. TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}pytest-capturelog>0:devel/py-pytest-capturelog \ ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \ - ${PYTHON_PKGNAMEPREFIX}vcrpy>0:www/py-vcrpy + ${PYTHON_PKGNAMEPREFIX}vcrpy>0:devel/py-vcrpy USE_GITHUB= yes GH_PROJECT= Flexget