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

Vanilla I. Shu vanilla at FreeBSD.org
Fri Dec 25 09:19:44 UTC 2015


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@

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


More information about the svn-ports-head mailing list