Index: head/sysutils/bastille/Makefile =================================================================== --- head/sysutils/bastille/Makefile (revision 507317) +++ head/sysutils/bastille/Makefile (revision 507318) @@ -1,32 +1,32 @@ # Created by: Christer Edwards # $FreeBSD$ PORTNAME= bastille -PORTVERSION= 0.4.20190623 +PORTVERSION= 0.4.20190714 CATEGORIES= sysutils MAINTAINER= christer.edwards@gmail.com COMMENT= Jail automation framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= bastillebsd -GH_TAGNAME= 9038054 +GH_TAGNAME= 5540b22 NO_BUILD= yes NO_ARCH= yes USE_RC_SUBR= bastille do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PREFIX}/bin/bastille ${STAGEDIR}${PREFIX}/bin post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/${DATADIR} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) ${INSTALL_DATA} ${WRKSRC}/${ETCDIR}/bastille.conf ${STAGEDIR}${ETCDIR}/bastille.conf.sample .include Index: head/sysutils/bastille/distinfo =================================================================== --- head/sysutils/bastille/distinfo (revision 507317) +++ head/sysutils/bastille/distinfo (revision 507318) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561301725 -SHA256 (bastillebsd-bastille-0.4.20190623-9038054_GH0.tar.gz) = f4837cb8a4c0e5aabdce01d73ec51f230c41be89825903dd3c52287689ef426a -SIZE (bastillebsd-bastille-0.4.20190623-9038054_GH0.tar.gz) = 536023 +TIMESTAMP = 1563199198 +SHA256 (bastillebsd-bastille-0.4.20190714-5540b22_GH0.tar.gz) = 3b52c6fbfc1b8cc1fd514e3ff6979e67afb47979ae3ec966bec865c1a85ab5dd +SIZE (bastillebsd-bastille-0.4.20190714-5540b22_GH0.tar.gz) = 537679 Index: head/sysutils/bastille/pkg-descr =================================================================== --- head/sysutils/bastille/pkg-descr (revision 507317) +++ head/sysutils/bastille/pkg-descr (revision 507318) @@ -1,7 +1,6 @@ -Bastille is a jail automation framework that allows you to -quickly create and manage FreeBSD jails. +Bastille helps you quickly create and manage FreeBSD Jails. The project focuses on secure defaults, automation and repeatable templates. WWW: https://bastillebsd.org