diff options
author | miwi <miwi@FreeBSD.org> | 2015-11-30 22:54:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-11-30 22:54:08 +0800 |
commit | a6923e95c3240d841910504f8e940c44d5edbb43 (patch) | |
tree | 44ef170c9ec3333b164f46d6f106ba2fd5d65c71 /shells | |
parent | b9003e22440b92df64ec9b3e3c152b67e8653fd0 (diff) | |
download | freebsd-ports-gnome-a6923e95c3240d841910504f8e940c44d5edbb43.tar.gz freebsd-ports-gnome-a6923e95c3240d841910504f8e940c44d5edbb43.tar.zst freebsd-ports-gnome-a6923e95c3240d841910504f8e940c44d5edbb43.zip |
- Update to 2.19
PR: 204720
Submitted by: Ben Woods (maintainer)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D4299
Diffstat (limited to 'shells')
-rw-r--r-- | shells/jailkit/Makefile | 7 | ||||
-rw-r--r-- | shells/jailkit/distinfo | 4 |
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 |