Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 08:48:04 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342099 - head/sysutils/py-ezjailremote
Message-ID:  <201402010848.s118m4jI070433@svn.freebsd.org>

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



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