Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2014 18:44:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343672 - head/devel/py-construct
Message-ID:  <201402101844.s1AIifpD060148@svn.freebsd.org>

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



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