Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2016 17:53:44 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Raphael Kubo da Costa <rakuco@FreeBSD.org>, "Vanilla I. Shu" <vanilla@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r404408 - head/devel/py-cycler
Message-ID:  <568A16F8.9090609@FreeBSD.org>
In-Reply-To: <86bn92qn5z.fsf@FreeBSD.org>
References:  <201512250919.tBP9Jhga021187@repo.freebsd.org> <86bn92qn5z.fsf@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 4/01/2016 10:05 AM, Raphael Kubo da Costa wrote:
> "Vanilla I. Shu" <vanilla@FreeBSD.org> 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 <yuri@rawbw.com>
>>  # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?568A16F8.9090609>