svn commit: r336368 - head/devel/py-greenlet

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 13 19:34:51 UTC 2013


Author: sunpoet
Date: Fri Dec 13 19:34:51 2013
New Revision: 336368
URL: http://svnweb.freebsd.org/changeset/ports/336368

Log:
  - Use tar to extract zipball

Modified:
  head/devel/py-greenlet/Makefile

Modified: head/devel/py-greenlet/Makefile
==============================================================================
--- head/devel/py-greenlet/Makefile	Fri Dec 13 19:34:46 2013	(r336367)
+++ head/devel/py-greenlet/Makefile	Fri Dec 13 19:34:51 2013	(r336368)
@@ -7,6 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Light-weight microthreads for Python
@@ -16,7 +17,6 @@ LICENSE=	MIT
 ONLY_FOR_ARCHS=	amd64 i386
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
-USE_ZIP=	yes
 
 post-build:
 	@${STRIP_CMD} ${WRKSRC}/greenlet.so


More information about the svn-ports-head mailing list