Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 19:34:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336368 - head/devel/py-greenlet
Message-ID:  <201312131934.rBDJYp3D089264@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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