Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Jan 2016 00:05:28 +0100
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        "Vanilla I. Shu" <vanilla@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, koobs@FreeBSD.org
Subject:   Re: svn commit: r404408 - head/devel/py-cycler
Message-ID:  <86bn92qn5z.fsf@FreeBSD.org>
In-Reply-To: <201512250919.tBP9Jhga021187@repo.freebsd.org> (Vanilla I. Shu's message of "Fri, 25 Dec 2015 09:19:43 %2B0000 (UTC)")
References:  <201512250919.tBP9Jhga021187@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
"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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86bn92qn5z.fsf>