Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2014 14:25:14 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347590 - head/security/py-pylibacl
Message-ID:  <201403091425.s29EPEua084477@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Mar  9 14:25:13 2014
New Revision: 347590
URL: http://svnweb.freebsd.org/changeset/ports/347590
QAT: https://qat.redports.org/buildarchive/r347590/

Log:
  - Convert to autoplist
  - Stage support
  - Bump PORTREVISIO

Modified:
  head/security/py-pylibacl/Makefile

Modified: head/security/py-pylibacl/Makefile
==============================================================================
--- head/security/py-pylibacl/Makefile	Sun Mar  9 14:25:05 2014	(r347589)
+++ head/security/py-pylibacl/Makefile	Sun Mar  9 14:25:13 2014	(r347590)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pylibacl
 PORTVERSION=	0.5.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security python
 MASTER_SITES=	SF
 
@@ -12,9 +12,8 @@ COMMENT=	Manipulate ACL with Python
 
 # Python3 ready
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYEASYINSTALL_ARCHDEP=	yes
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+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?201403091425.s29EPEua084477>