diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2014-11-04 13:30:10 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2014-11-04 13:30:10 +0000 |
commit | f594d2099850c3a3553defbedc27b2bf8f5edbbf (patch) | |
tree | 8e7e994bad01275bf722c07e7c7643a39f530f8d /sysutils/jailme | |
parent | 0c6932686b0768718f8b58ad6c550efdd4755305 (diff) |
Notes
Diffstat (limited to 'sysutils/jailme')
-rw-r--r-- | sysutils/jailme/Makefile | 15 | ||||
-rw-r--r-- | sysutils/jailme/distinfo | 4 | ||||
-rw-r--r-- | sysutils/jailme/pkg-descr | 2 |
3 files changed, 13 insertions, 8 deletions
diff --git a/sysutils/jailme/Makefile b/sysutils/jailme/Makefile index a2b32a44b2d7..6eb8e2434f07 100644 --- a/sysutils/jailme/Makefile +++ b/sysutils/jailme/Makefile @@ -3,15 +3,20 @@ PORTNAME= jailme PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://people.collaborativefusion.com/~wmoran/code/jailme/ -MAINTAINER= wmoran@collaborativefusion.com -COMMENT= setuid version of jexec to allow normal users access to jails +MAINTAINER= freebsd-ports-maintainers@intermedix.com +COMMENT= Setuid version of jexec to allow normal users access to jails -PLIST_FILES= "@(,,4751) sbin/jailme" +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= Intermedix +GH_COMMIT= a54cc09 -USES= tar:bzip2 +PLIST_FILES= "@(,,4751) sbin/jailme" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jailme ${STAGEDIR}${PREFIX}/sbin diff --git a/sysutils/jailme/distinfo b/sysutils/jailme/distinfo index 15eb2c7d0593..968acb1da0b8 100644 --- a/sysutils/jailme/distinfo +++ b/sysutils/jailme/distinfo @@ -1,2 +1,2 @@ -SHA256 (jailme-0.1.tar.bz2) = f2cb61809a6602359a76abc6f517f25c08029ef41bcc1fb6a14d72517f07f346 -SIZE (jailme-0.1.tar.bz2) = 1797 +SHA256 (jailme-0.1.tar.gz) = 5e7fe3cec179af1e77578bccc5ec8b943bfdc4bc5223c33deb554f02ea331840 +SIZE (jailme-0.1.tar.gz) = 4814 diff --git a/sysutils/jailme/pkg-descr b/sysutils/jailme/pkg-descr index 4d33e6eb31fe..f36899cf32cb 100644 --- a/sysutils/jailme/pkg-descr +++ b/sysutils/jailme/pkg-descr @@ -4,4 +4,4 @@ This version is installed setuid and does some sanity checking to ensure the username and UID match between the jail and the host system. -WWW: http://people.collaborativefusion.com/~wmoran/code/jailme.html +WWW: https://github.com/Intermedix/jailme |