svn commit: r347587 - head/security/py-ssh

Martin Wilke miwi at FreeBSD.org
Sun Mar 9 14:24:32 UTC 2014


Author: miwi
Date: Sun Mar  9 14:24:31 2014
New Revision: 347587
URL: http://svnweb.freebsd.org/changeset/ports/347587
QAT: https://qat.redports.org/buildarchive/r347587/

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

Modified:
  head/security/py-ssh/Makefile

Modified: head/security/py-ssh/Makefile
==============================================================================
--- head/security/py-ssh/Makefile	Sun Mar  9 14:24:15 2014	(r347586)
+++ head/security/py-ssh/Makefile	Sun Mar  9 14:24:31 2014	(r347587)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ssh
 PORTVERSION=	1.8.0
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +14,7 @@ COMMENT=	Python SSH2 protocol library
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:${PORTSDIR}/security/py-pycrypto
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list