From owner-svn-ports-all@freebsd.org Mon Jan 4 08:04:46 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 2CBB1A61520; Mon, 4 Jan 2016 08:04:46 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x22b.google.com (mail-pf0-x22b.google.com [IPv6:2607:f8b0:400e:c00::22b]) (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 044EC13C2; Mon, 4 Jan 2016 08:04:46 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x22b.google.com with SMTP id q63so162537021pfb.0; Mon, 04 Jan 2016 00:04:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=JT/gyd4peFL3fyVIaGE1pDbpb+qePiudmzEUvVX9aCw=; b=uLM7FVQRAiQDU1w1w3M5aHUTsp5QVkjQHP04YR1Jwpe8fagFeAA0HsOJYEJpfHS711 XyFvggfQsIavQ53fBG1V/dnCw9KdCkQcZbfUZLE+Sx8jKU9fyJx0U4RAIF7b69q2jyOW xkydfpsbpRt02MC53Cjg3y30lzhmmrg4R4kCxBLqxhkediecPo0UZla9UpZQP2vdCOZn pXWrmnd9SXA7PbBS7A19DE/jJFqJu0TodtBX6ij4nphVmdMnkVgx91Vo4E95MK0W3WB+ 0Nh0EjHchhn86qA8WF+dGapyDW/3wd0seO9r/MqLCfxRINoPNtqhFWUUumZzyNxLJeHM vdpQ== X-Received: by 10.98.11.209 with SMTP id 78mr99089845pfl.64.1451894685639; Mon, 04 Jan 2016 00:04:45 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01::4? (2001-44b8-31ae-7b01-0000-0000-0000-0004.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::4]) by smtp.gmail.com with ESMTPSA id x3sm56997814pfi.21.2016.01.04.00.04.43 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 Jan 2016 00:04:45 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r405198 - head/math/py-bitvector References: <201601032323.u03NN9F9086841@repo.freebsd.org> To: Raphael Kubo da Costa , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <568A2797.8060108@FreeBSD.org> Date: Mon, 4 Jan 2016 19:04:39 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Thunderbird/43.0 MIME-Version: 1.0 In-Reply-To: <201601032323.u03NN9F9086841@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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 08:04:46 -0000 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 > > Modified: head/math/py-bitvector/Makefile > ============================================================================== > --- head/math/py-bitvector/Makefile Sun Jan 3 23:16:04 2016 (r405197) > +++ head/math/py-bitvector/Makefile Sun Jan 3 23:23:09 2016 (r405198) > @@ -5,7 +5,7 @@ PORTNAME= bitvector > PORTVERSION= 3.1 > PORTREVISION= 1 > CATEGORIES= math python > -MASTER_SITES= CHEESESHOP > +MASTER_SITES= https://engineering.purdue.edu/kak/dist/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > DISTNAME= BitVector-${PORTVERSION} > > It's here: https://pypi.python.org/pypi/BitVector Version 3.4.4