From owner-svn-ports-head@freebsd.org Mon Jan 4 06:53:52 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 A5FEDA5F741; Mon, 4 Jan 2016 06:53:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x235.google.com (mail-pa0-x235.google.com [IPv6:2607:f8b0:400e:c03::235]) (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 74F141F9A; Mon, 4 Jan 2016 06:53:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pa0-x235.google.com with SMTP id uo6so172730081pac.1; Sun, 03 Jan 2016 22:53:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=0GeoDD5pfw9F4dLleMYIb9JiJboKBQpRJ7D4g7RJWXA=; b=JlBkYfsklYRJmfpq55I09TPCd3F119hrEhlEQNL8pgsX7de3hFgF7eMqtAh+3nFvtm /1pPPnTJxBpWpNZORb5uOJzXd0llvmZPYGLXOtzCm3but6Rpyl4mjRtxbTYHPCEDDG2j fyODh8Nuxecv5/zapUhg934MSm9/qPRQpj0vNuSw26ndyqwK8DrS8T9/nnQ8a5637IG/ VKnlkt5GP4zwoewtIQbTbKLui/9mQ+Fm620bDLVKaR5loAyqFRnncB54o0fiq4VRUUZc owuuc1HN9K2vG52LArEcOqyKmv6hAKhW+WA8HF30W9/yeku3N50H2+Ers/BJOi7+2Adg Z1ig== X-Received: by 10.66.192.42 with SMTP id hd10mr122580887pac.111.1451890431987; Sun, 03 Jan 2016 22:53:51 -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 z3sm104855959pfi.69.2016.01.03.22.53.48 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jan 2016 22:53:51 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r404408 - head/devel/py-cycler References: <201512250919.tBP9Jhga021187@repo.freebsd.org> <86bn92qn5z.fsf@FreeBSD.org> To: Raphael Kubo da Costa , "Vanilla I. Shu" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <568A16F8.9090609@FreeBSD.org> Date: Mon, 4 Jan 2016 17:53:44 +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: <86bn92qn5z.fsf@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Mon, 04 Jan 2016 06:53:52 -0000 On 4/01/2016 10:05 AM, Raphael Kubo da Costa wrote: > "Vanilla I. Shu" writes: > >> Author: vanilla >> Date: Fri Dec 25 09:19:42 2015 >> New Revision: 404408 >> URL: https://svnweb.freebsd.org/changeset/ports/404408 >> >> Log: >> Set DISTNAME to preclude overwriting of MASTER_SITE_SUBDIR. >> >> Approved by: koobs@ > > This actually broke `make fetch'. Due to how MASTER_SITE_SUBDIRS is set > for CHEESESHOP (bug 205762), MASTER_SITE now looks like > https://pypi.python.org/packages/source/c/cycler/cycler-0.9.0.tar.gz > but the "cycler" directory is actually called "Cycler". > >> Modified: >> head/devel/py-cycler/Makefile >> >> Modified: head/devel/py-cycler/Makefile >> ============================================================================== >> --- head/devel/py-cycler/Makefile Fri Dec 25 07:47:01 2015 (r404407) >> +++ head/devel/py-cycler/Makefile Fri Dec 25 09:19:42 2015 (r404408) >> @@ -1,12 +1,12 @@ >> # Created by: Yuri Victorovich >> # $FreeBSD$ >> >> -PORTNAME= cycler >> +PORTNAME= Cycler >> PORTVERSION= 0.9.0 >> CATEGORIES= devel python >> MASTER_SITES= CHEESESHOP >> -MASTER_SITE_SUBDIR= source/C/Cycler >> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >> +DISTNAME= cycler-${PORTVERSION} >> >> MAINTAINER= yuri@rawbw.com >> COMMENT= Composable style cycles >> _______________________________________________ >> svn-ports-all@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/svn-ports-all >> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" DISTNAME needs Overriding to Cycler