mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
sysutils/jailme: multiple minor fixes
- Add LICENSE - Change maintainer - Fix COMMENT - Change pkg-descr url - Change to USE_GITHUB PR: 194694 Submitted by: Steve Polyack <steve.polyack@intermedix.com> Approved by: mentors (implicit)
This commit is contained in:
parent
0c6932686b
commit
f594d20998
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372143
@ -3,16 +3,21 @@
|
||||
|
||||
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
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Intermedix
|
||||
GH_COMMIT= a54cc09
|
||||
|
||||
PLIST_FILES= "@(,,4751) sbin/jailme"
|
||||
|
||||
USES= tar:bzip2
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/jailme ${STAGEDIR}${PREFIX}/sbin
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user