aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2015-11-30 14:54:08 +0000
committerMartin Wilke <miwi@FreeBSD.org>2015-11-30 14:54:08 +0000
commitb6a517c191c18c2858508672de842e7c4a7ee95a (patch)
tree44ef170c9ec3333b164f46d6f106ba2fd5d65c71 /shells
parent5a31e4c0d9ec45ea83f9d469cf2c5b1fa4b47f9e (diff)
downloadports-b6a517c191c18c2858508672de842e7c4a7ee95a.tar.gz
ports-b6a517c191c18c2858508672de842e7c4a7ee95a.zip
- Update to 2.19
PR: 204720 Submitted by: Ben Woods (maintainer) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4299
Notes
Notes: svn path=/head/; revision=402674
Diffstat (limited to 'shells')
-rw-r--r--shells/jailkit/Makefile7
-rw-r--r--shells/jailkit/distinfo4
2 files changed, 8 insertions, 3 deletions
diff --git a/shells/jailkit/Makefile b/shells/jailkit/Makefile
index f456dfcb087c..38ad2fe6bd61 100644
--- a/shells/jailkit/Makefile
+++ b/shells/jailkit/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= jailkit
-PORTVERSION= 2.17
+PORTVERSION= 2.19
CATEGORIES= shells
MASTER_SITES= http://olivier.sessink.nl/jailkit/ \
http://www.sfr-fresh.com/unix/privat/
@@ -21,5 +21,10 @@ PORTDOCS= COPYRIGHT README.txt
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jk_uchroot \
+ ${STAGEDIR}${PREFIX}/sbin/jk_socketd \
+ ${STAGEDIR}${PREFIX}/sbin/jk_chrootlaunch \
+ ${STAGEDIR}${PREFIX}/sbin/jk_chrootsh \
+ ${STAGEDIR}${PREFIX}/sbin/jk_lsh
.include <bsd.port.mk>
diff --git a/shells/jailkit/distinfo b/shells/jailkit/distinfo
index 963fbafc7f03..dd4279adc6a7 100644
--- a/shells/jailkit/distinfo
+++ b/shells/jailkit/distinfo
@@ -1,2 +1,2 @@
-SHA256 (jailkit-2.17.tar.gz) = fdd6a42a6763ece2a51a374356994975d20e3b8fbb4dc995254ee69427dad7d8
-SIZE (jailkit-2.17.tar.gz) = 139607
+SHA256 (jailkit-2.19.tar.gz) = fd9612dd57f4a39abfcde647c420616c5ca37f5982b8c07a8fb5cb352494fc88
+SIZE (jailkit-2.19.tar.gz) = 142280