svn commit: r356084 - head/sysutils/py-filelike

Martin Wilke miwi at FreeBSD.org
Sun Jun 1 09:49:19 UTC 2014


Author: miwi
Date: Sun Jun  1 09:49:18 2014
New Revision: 356084
URL: http://svnweb.freebsd.org/changeset/ports/356084
QAT: https://qat.redports.org/buildarchive/r356084/

Log:
  - Convert to PYDISTUTILS_AUTOPLIST
  - Stage support

Deleted:
  head/sysutils/py-filelike/pkg-plist
Modified:
  head/sysutils/py-filelike/Makefile

Modified: head/sysutils/py-filelike/Makefile
==============================================================================
--- head/sysutils/py-filelike/Makefile	Sun Jun  1 09:46:58 2014	(r356083)
+++ head/sysutils/py-filelike/Makefile	Sun Jun  1 09:49:18 2014	(r356084)
@@ -3,6 +3,7 @@
 
 PORTNAME=	filelike
 PORTVERSION=	0.4.1
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 
@@ -10,7 +11,7 @@ MAINTAINER=	dikshie at sfc.wide.ad.jp
 COMMENT=	Python module for building and manipulating file-like object
 
 USE_PYTHON=		yes	
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list