svn commit: r342099 - head/sysutils/py-ezjailremote

Kubilay Kocak koobs at FreeBSD.org
Sat Feb 1 08:48:04 UTC 2014


Author: koobs
Date: Sat Feb  1 08:48:04 2014
New Revision: 342099
URL: http://svnweb.freebsd.org/changeset/ports/342099
QAT: https://qat.redports.org/buildarchive/r342099/

Log:
  sysutils/py-ezjailremote: Modernize: STAGE, AUTOPLIST, LICENSE
  
  - Enable STAGE support
  - Enable AUTOPLIST, delete pkg-plist
  - Deprecate easy_install target
  - Add LICENSE (BSD2CLAUSE)

Deleted:
  head/sysutils/py-ezjailremote/pkg-plist
Modified:
  head/sysutils/py-ezjailremote/Makefile

Modified: head/sysutils/py-ezjailremote/Makefile
==============================================================================
--- head/sysutils/py-ezjailremote/Makefile	Sat Feb  1 08:42:58 2014	(r342098)
+++ head/sysutils/py-ezjailremote/Makefile	Sat Feb  1 08:48:04 2014	(r342099)
@@ -9,6 +9,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	koobs at FreeBSD.org
 COMMENT=	Remote control and convenience wrapper for ezjail
 
+LICENSE=	BSD2CLAUSE
+
 RUN_DEPENDS=	ezjail-admin:${PORTSDIR}/sysutils/ezjail \
 		${PYTHON_PKGNAMEPREFIX}fabric>0:${PORTSDIR}/devel/py-fabric
 
@@ -18,7 +20,7 @@ GH_PROJECT=	ezjail-remote
 GH_COMMIT=	9ee5f8b
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list