diff --git a/sysutils/boxrun/Makefile b/sysutils/boxrun/Makefile index 71522f599696..baf696a0a029 100644 --- a/sysutils/boxrun/Makefile +++ b/sysutils/boxrun/Makefile @@ -1,33 +1,33 @@ PORTNAME= boxrun DISTVERSIONPREFIX= v -DISTVERSION= 0.3.0 +DISTVERSION= 0.4.3 CATEGORIES= sysutils MAINTAINER= tiga@FreeBSD.org COMMENT= Sandboxed command execution using FreeBSD jails WWW= https://gitlab.com/tgasiba/boxrun LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITLAB= yes GL_ACCOUNT= tgasiba GL_PROJECT= boxrun PLIST_FILES= sbin/boxrun \ share/boxrun/pf.conf.sample \ share/man/man1/boxrun.1.gz do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/boxrun ${WRKSRC}/boxrun.c -ljail do-install: ${INSTALL_PROGRAM} -m 4755 ${WRKSRC}/boxrun \ ${STAGEDIR}${PREFIX}/sbin/boxrun ${INSTALL_MAN} ${WRKSRC}/boxrun.1 \ ${STAGEDIR}${PREFIX}/share/man/man1/boxrun.1 ${MKDIR} ${STAGEDIR}${PREFIX}/share/boxrun ${INSTALL_DATA} ${WRKSRC}/pf.conf.sample \ ${STAGEDIR}${PREFIX}/share/boxrun/pf.conf.sample .include diff --git a/sysutils/boxrun/distinfo b/sysutils/boxrun/distinfo index 207541b3bc7c..0bd4a10bb4b3 100644 --- a/sysutils/boxrun/distinfo +++ b/sysutils/boxrun/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1779229135 -SHA256 (boxrun-v0.3.0.tar.bz2) = 9467749316cfc57664e3d977ebfb9f633801abcebd9e51086bce52ac70a5e76f -SIZE (boxrun-v0.3.0.tar.bz2) = 34021 +TIMESTAMP = 1781639573 +SHA256 (boxrun-v0.4.3.tar.bz2) = 3cc3c176158de9336eaf2d7ced27aa6f3679dd34e0cddc56673c51913c406972 +SIZE (boxrun-v0.4.3.tar.bz2) = 63141