Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2014 09:26:27 +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: r340243 - head/devel/py-greenlet
Message-ID:  <201401190926.s0J9QRHH024732@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 19 09:26:26 2014
New Revision: 340243
URL: http://svnweb.freebsd.org/changeset/ports/340243
QAT: https://qat.redports.org/buildarchive/r340243/

Log:
  - Use PYDISTUTILS_AUTOPLIST
  
  PR:		ports/185637
  Submitted by:	koobs

Deleted:
  head/devel/py-greenlet/pkg-plist
Modified:
  head/devel/py-greenlet/Makefile

Modified: head/devel/py-greenlet/Makefile
==============================================================================
--- head/devel/py-greenlet/Makefile	Sun Jan 19 09:26:25 2014	(r340242)
+++ head/devel/py-greenlet/Makefile	Sun Jan 19 09:26:26 2014	(r340243)
@@ -14,8 +14,9 @@ COMMENT=	Light-weight microthreads for P
 LICENSE=	MIT
 
 ONLY_FOR_ARCHS=	amd64 i386
-USE_PYTHON=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 USE_PYDISTUTILS=yes
+USE_PYTHON=	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?201401190926.s0J9QRHH024732>