From owner-svn-ports-all@freebsd.org Mon Jan 4 10:06:51 2016 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 EE52CA606FB; Mon, 4 Jan 2016 10:06:51 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9957C1A77; Mon, 4 Jan 2016 10:06:51 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by mail-wm0-x234.google.com with SMTP id f206so134237592wmf.0; Mon, 04 Jan 2016 02:06:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=bstdl/O0GdKyHxhnsaNYJJzfcQVceb8FBW4nCY+qALY=; b=NX+rbeWOZhYjvXH0YbLGZ7D9sAm0fnqKXOmpbJrkc7xO7hvl+crhm2wZM4tYBOOQUn cokbi6FPCW8Qx3Z3KMzTbZZ41MadqYfxtN7yWhCp9dKaWas5SnS53XnIJKozxIWIJL9I YWYqy6F28d+4yhLA3iFftfO1tuJXWh/zGPqrr+FijRt9F8Kbihyqtero/eWouhaZ5mfU H0BG7OTtj9+b9a1wLgZhchOZCUdPExcj3Rk80Y0Zdd1nsjzRjI5ELrNGbzbf0TmaKRFo ieFeMzRN+k5CBIirWx9C5jLlPEfrBLnS4l10i213iCYQkqpZ34iJ3p8pwooGF3qcxLN8 tDiA== X-Received: by 10.194.47.231 with SMTP id g7mr96255519wjn.42.1451902010099; Mon, 04 Jan 2016 02:06:50 -0800 (PST) Received: from orwell.gmail.com (dhcp-077-248-147-050.chello.nl. [77.248.147.50]) by smtp.gmail.com with ESMTPSA id y188sm29845414wmy.11.2016.01.04.02.06.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Jan 2016 02:06:49 -0800 (PST) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Kubilay Kocak Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r405198 - head/math/py-bitvector References: <201601032323.u03NN9F9086841@repo.freebsd.org> <568A2797.8060108@FreeBSD.org> Date: Mon, 04 Jan 2016 11:06:48 +0100 In-Reply-To: <568A2797.8060108@FreeBSD.org> (Kubilay Kocak's message of "Mon, 4 Jan 2016 19:04:39 +1100") Message-ID: <864metslon.fsf@FreeBSD.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 04 Jan 2016 10:06:52 -0000 Kubilay Kocak writes: > On 4/01/2016 10:23 AM, Raphael Kubo da Costa wrote: >> Author: rakuco >> Date: Sun Jan 3 23:23:09 2016 >> New Revision: 405198 >> URL: https://svnweb.freebsd.org/changeset/ports/405198 >> >> Log: >> Switch to a working MASTER_SITE. >> >> Version 3.1 does not seem to be released in PyPI. >> >> MFH: 2016Q1 >> >> Modified: >> head/math/py-bitvector/Makefile > > It's here: https://pypi.python.org/pypi/BitVector > > Version 3.4.4 I did see that. It's possible to switch back to CHEESESHOP if anyone chooses to update the port. Until then, we need to fetch the tarball from another location.