svn commit: r357852 - head/security/py-ed25519ll

Marcus von Appen mva at FreeBSD.org
Sun Jun 15 09:14:02 UTC 2014


Author: mva
Date: Sun Jun 15 09:14:01 2014
New Revision: 357852
URL: http://svnweb.freebsd.org/changeset/ports/357852
QAT: https://qat.redports.org/buildarchive/r357852/

Log:
  - Enable stagedir support
  - 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/security/py-ed25519ll/pkg-plist
Modified:
  head/security/py-ed25519ll/Makefile

Modified: head/security/py-ed25519ll/Makefile
==============================================================================
--- head/security/py-ed25519ll/Makefile	Sun Jun 15 09:05:16 2014	(r357851)
+++ head/security/py-ed25519ll/Makefile	Sun Jun 15 09:14:01 2014	(r357852)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ed25519ll
 PORTVERSION=	0.6
-#PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,8 @@ COMMENT=	Low-level ctypes wrapper for Ed
 
 LICENSE=	MIT
 
-PYEASYINSTALL_ARCHDEP=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list