Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2014 16:48:48 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357062 - head/devel/py-repoze.what-pylons
Message-ID:  <201406081648.s58GmmtL080764@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Jun  8 16:48:48 2014
New Revision: 357062
URL: http://svnweb.freebsd.org/changeset/ports/357062
QAT: https://qat.redports.org/buildarchive/r357062/

Log:
  - Remove easy_install dependency
  - Convert to PYDISTUTILS_AUTOPLIST
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Deleted:
  head/devel/py-repoze.what-pylons/pkg-plist
Modified:
  head/devel/py-repoze.what-pylons/Makefile

Modified: head/devel/py-repoze.what-pylons/Makefile
==============================================================================
--- head/devel/py-repoze.what-pylons/Makefile	Sun Jun  8 16:37:35 2014	(r357061)
+++ head/devel/py-repoze.what-pylons/Makefile	Sun Jun  8 16:48:48 2014	(r357062)
@@ -3,7 +3,7 @@
 
 PORTNAME=	repoze.what-pylons
 PORTVERSION=	1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,6 +17,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>



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