From owner-svn-ports-head@freebsd.org Tue Jan 5 17:57:56 2016 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 18F1FA63324; Tue, 5 Jan 2016 17:57:56 +0000 (UTC) (envelope-from rakuco@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 DB48218CF; Tue, 5 Jan 2016 17:57:55 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u05HvtIH015547; Tue, 5 Jan 2016 17:57:55 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u05HvtnG015546; Tue, 5 Jan 2016 17:57:55 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601051757.u05HvtnG015546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 5 Jan 2016 17:57:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405309 - head/net/py-novaclient 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: Tue, 05 Jan 2016 17:57:56 -0000 Author: rakuco Date: Tue Jan 5 17:57:54 2016 New Revision: 405309 URL: https://svnweb.freebsd.org/changeset/ports/405309 Log: Mark BROKEN: unfetchable. Version 2.6.8 does not exist in PyPI anymore, and there is no corresponding tag on GitHub or OpenStack's git repositories. Modified: head/net/py-novaclient/Makefile Modified: head/net/py-novaclient/Makefile ============================================================================== --- head/net/py-novaclient/Makefile Tue Jan 5 17:55:21 2016 (r405308) +++ head/net/py-novaclient/Makefile Tue Jan 5 17:57:54 2016 (r405309) @@ -11,6 +11,9 @@ DISTNAME= python-${PORTNAME}-${PORTVERSI MAINTAINER= novel@FreeBSD.org COMMENT= Client for the OpenStack Nova API +# Newer releases do exist in PyPI. +BROKEN= unfetchable + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0:${PORTSDIR}/devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}prettytable>=0:${PORTSDIR}/devel/py-prettytable \ ${PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2