svn commit: r343672 - head/devel/py-construct

Antoine Brodin antoine at FreeBSD.org
Mon Feb 10 18:44:41 UTC 2014


Author: antoine
Date: Mon Feb 10 18:44:40 2014
New Revision: 343672
URL: http://svnweb.freebsd.org/changeset/ports/343672
QAT: https://qat.redports.org/buildarchive/r343672/

Log:
  - Stage support
  - Switch from easy_install to install
  - Use PYDISTUTILS_AUTOPLIST

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

Modified: head/devel/py-construct/Makefile
==============================================================================
--- head/devel/py-construct/Makefile	Mon Feb 10 18:36:55 2014	(r343671)
+++ head/devel/py-construct/Makefile	Mon Feb 10 18:44:40 2014	(r343672)
@@ -3,6 +3,7 @@
 
 PORTNAME=	construct
 PORTVERSION=	2.06
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ MAINTAINER=	p.florczyk at adminworkshop.pl
 COMMENT=	Python module for parsing and building of data structures
 
 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-all mailing list