svn commit: r404408 - head/devel/py-cycler

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jan 3 23:05:38 UTC 2016


"Vanilla I. Shu" <vanilla at 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 at 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 at rawbw.com
>  COMMENT=	Composable style cycles
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"


More information about the svn-ports-head mailing list