Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Nov 2017 06:25:33 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454362 - head/devel/py-tzlocal
Message-ID:  <201711170625.vAH6PXZN047534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Nov 17 06:25:33 2017
New Revision: 454362
URL: https://svnweb.freebsd.org/changeset/ports/454362

Log:
  Fix PKGNAME collision between py-tzlocal and py3-tzlocal
  
  Pointy hat:	ultima
  With hat:	portmgr

Modified:
  head/devel/py-tzlocal/Makefile

Modified: head/devel/py-tzlocal/Makefile
==============================================================================
--- head/devel/py-tzlocal/Makefile	Fri Nov 17 06:12:28 2017	(r454361)
+++ head/devel/py-tzlocal/Makefile	Fri Nov 17 06:25:33 2017	(r454362)
@@ -12,9 +12,9 @@ COMMENT=	Returns the tzinfo object for the local timez
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz
+RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz
 
-USES=		python
+USES?=		python
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
 



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