diff --git a/sysutils/bastille/Makefile b/sysutils/bastille/Makefile index 97ade2a7ae98..063a0c3de8f1 100644 --- a/sysutils/bastille/Makefile +++ b/sysutils/bastille/Makefile @@ -1,39 +1,39 @@ PORTNAME= bastille -DISTVERSION= 1.1.2.251119 +DISTVERSION= 1.2.0.251201 CATEGORIES= sysutils MAINTAINER= jdhurtado@orbiware.com # co-maintainer: snarfingcode666@gmail.com COMMENT= Jail automation framework WWW= https://bastillebsd.org LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= bastillebsd NO_ARCH= yes NO_BUILD= yes post-patch: @${REINPLACE_CMD} \ -e 's|/usr/local/etc/bastille|${ETCDIR}|g' \ -e 's|/usr/local|${PREFIX}|g' \ ${WRKSRC}/usr/local/etc/rc.d/bastille do-install: ${INSTALL_SCRIPT} ${WRKSRC}/usr/local/bin/bastille ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/usr/local/etc/rc.d/bastille \ ${STAGEDIR}${PREFIX}/etc/rc.d post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/usr/local/share/bastille && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) ${INSTALL_MAN} ${WRKSRC}/usr/local/share/man/man8/bastille.8 \ ${STAGEDIR}${PREFIX}/share/man/man8/${PORTNAME}.8 ${INSTALL_DATA} ${WRKSRC}/usr/local/etc/bastille/bastille.conf.sample \ ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample .include diff --git a/sysutils/bastille/distinfo b/sysutils/bastille/distinfo index 31d3cf58b902..b20985737e74 100644 --- a/sysutils/bastille/distinfo +++ b/sysutils/bastille/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763586359 -SHA256 (bastillebsd-bastille-1.1.2.251119_GH0.tar.gz) = c882444ba7cbdfa0ba002bc94ef783e0188d672770fbf41609871f3efcca5005 -SIZE (bastillebsd-bastille-1.1.2.251119_GH0.tar.gz) = 700383 +TIMESTAMP = 1764695005 +SHA256 (bastillebsd-bastille-1.2.0.251201_GH0.tar.gz) = 9b55d894cb317718a2dd921323c7655b6c4aa479dd90d7e462bd92ed3d5c461b +SIZE (bastillebsd-bastille-1.2.0.251201_GH0.tar.gz) = 707791 diff --git a/sysutils/bastille/pkg-descr b/sysutils/bastille/pkg-descr index 6f61f05aa66e..692688f65b01 100644 --- a/sysutils/bastille/pkg-descr +++ b/sysutils/bastille/pkg-descr @@ -1,4 +1,6 @@ -Bastille helps you quickly create and manage FreeBSD Jails. +Bastille is an open-source system for automating deployment +and management of containerized applications on FreeBSD using +the jail framework. The project focuses on secure defaults, automation and repeatable templates.