svn commit: r316782 - head/sysutils/py-ezjailremote
Kubilay Kocak
koobs at FreeBSD.org
Mon Apr 29 08:41:48 UTC 2013
Author: koobs
Date: Mon Apr 29 08:41:46 2013
New Revision: 316782
URL: http://svnweb.freebsd.org/changeset/ports/316782
Log:
sysutils/py-ezjailremote: Update to 0.2.1
- Add ezjail to RUN_DEPENDS
- Whitespace alignment
- pkg-descr: Tab->space in WWW:
Approved by: eadler, rm (mentors, implicit)
Modified:
head/sysutils/py-ezjailremote/Makefile (contents, props changed)
head/sysutils/py-ezjailremote/distinfo (contents, props changed)
head/sysutils/py-ezjailremote/pkg-descr (contents, props changed)
Modified: head/sysutils/py-ezjailremote/Makefile
==============================================================================
--- head/sysutils/py-ezjailremote/Makefile Mon Apr 29 08:41:44 2013 (r316781)
+++ head/sysutils/py-ezjailremote/Makefile Mon Apr 29 08:41:46 2013 (r316782)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ezjailremote
-PORTVERSION= 0.2
+PORTVERSION= 0.2.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,10 +10,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs at FreeBSD.org
COMMENT= Remote control and convenience wrapper for ezjail
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fabric>0:${PORTSDIR}/devel/py-fabric
+RUN_DEPENDS= ezjail-admin:${PORTSDIR}/sysutils/ezjail \
+ ${PYTHON_PKGNAMEPREFIX}fabric>0:${PORTSDIR}/devel/py-fabric
-USE_ZIP= yes
-USE_PYTHON= yes
+USE_ZIP= yes
+USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>
Modified: head/sysutils/py-ezjailremote/distinfo
==============================================================================
--- head/sysutils/py-ezjailremote/distinfo Mon Apr 29 08:41:44 2013 (r316781)
+++ head/sysutils/py-ezjailremote/distinfo Mon Apr 29 08:41:46 2013 (r316782)
@@ -1,2 +1,2 @@
-SHA256 (ezjailremote-0.2.zip) = a4b9d4d4dae0e8fffb40fa164db77e980b7ba72909c10b8ebaa4eb609e22c0b2
-SIZE (ezjailremote-0.2.zip) = 21313
+SHA256 (ezjailremote-0.2.1.zip) = 059962ddb8b1bbd41ca91e2542982454919cfaaf2c1bb5da12bd5905ad5c3c88
+SIZE (ezjailremote-0.2.1.zip) = 21777
Modified: head/sysutils/py-ezjailremote/pkg-descr
==============================================================================
--- head/sysutils/py-ezjailremote/pkg-descr Mon Apr 29 08:41:44 2013 (r316781)
+++ head/sysutils/py-ezjailremote/pkg-descr Mon Apr 29 08:41:46 2013 (r316782)
@@ -2,4 +2,4 @@ ezjail-remote is a remote control and co
command of the most excellent ezjail tool, which in turn is itself a
convenience wrapper for jails, FreeBSD's leight-weight virtualization solution
-WWW: https://github.com/tomster/ezjail-remote
+WWW: https://github.com/tomster/ezjail-remote
More information about the svn-ports-head
mailing list