diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-04-29 08:41:46 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-04-29 08:41:46 +0000 |
commit | 3efcdc6e64e2f8be069a713ccdb962e807a90391 (patch) | |
tree | 9af1892ede7ff7b3999975624cca109a8d26caee /sysutils | |
parent | Update to 1.11. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=316782
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-ezjailremote/Makefile | 9 | ||||
-rw-r--r-- | sysutils/py-ezjailremote/distinfo | 4 | ||||
-rw-r--r-- | sysutils/py-ezjailremote/pkg-descr | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/py-ezjailremote/Makefile b/sysutils/py-ezjailremote/Makefile index 22d9eaee11f2..59defcef2f39 100644 --- a/sysutils/py-ezjailremote/Makefile +++ b/sysutils/py-ezjailremote/Makefile @@ -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@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> diff --git a/sysutils/py-ezjailremote/distinfo b/sysutils/py-ezjailremote/distinfo index 4f9e92a452d4..2812364cf1de 100644 --- a/sysutils/py-ezjailremote/distinfo +++ b/sysutils/py-ezjailremote/distinfo @@ -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 diff --git a/sysutils/py-ezjailremote/pkg-descr b/sysutils/py-ezjailremote/pkg-descr index 76c826922cff..bfe8a5fed484 100644 --- a/sysutils/py-ezjailremote/pkg-descr +++ b/sysutils/py-ezjailremote/pkg-descr @@ -2,4 +2,4 @@ ezjail-remote is a remote control and convenience wrapper for the ezjail-admin 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 |