svn commit: r369976 - head/devel/py-pytz

Li-Wen Hsu lwhsu at FreeBSD.org
Sat Oct 4 15:54:55 UTC 2014


Author: lwhsu
Date: Sat Oct  4 15:54:54 2014
New Revision: 369976
URL: https://svnweb.freebsd.org/changeset/ports/369976
QAT: https://qat.redports.org/buildarchive/r369976/

Log:
  - This port does not need USE_PYTHON= concurrent
  
  Submitted by:	demon

Modified:
  head/devel/py-pytz/Makefile

Modified: head/devel/py-pytz/Makefile
==============================================================================
--- head/devel/py-pytz/Makefile	Sat Oct  4 15:42:53 2014	(r369975)
+++ head/devel/py-pytz/Makefile	Sat Oct  4 15:54:54 2014	(r369976)
@@ -14,7 +14,7 @@ COMMENT=	World Timezone Definitions for 
 LICENSE=	MIT
 
 USES=		tar:bzip2
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist distutils
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/${PYSETUP}


More information about the svn-ports-head mailing list