Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2014 09:14:01 +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: r357852 - head/security/py-ed25519ll
Message-ID:  <201406150914.s5F9E1GS025827@svn.freebsd.org>

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



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