Date: Wed, 17 Jun 2020 02:38:38 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539400 - head/sysutils/bastille Message-ID: <202006170238.05H2ccrc082794@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Wed Jun 17 02:38:38 2020 New Revision: 539400 URL: https://svnweb.freebsd.org/changeset/ports/539400 Log: sysutils/bastille: Update to 0.6.20200414 Release notes: - https://github.com/BastilleBSD/bastille/releases/tag/0.6.20200414 PR: 245630 Submitted by: christer.edwards@gmail.com (maintainer) Approved by: koobs (mentor, ports) MFH: No (bugfix of prior release not megred) Modified: head/sysutils/bastille/Makefile head/sysutils/bastille/distinfo head/sysutils/bastille/pkg-plist Modified: head/sysutils/bastille/Makefile ============================================================================== --- head/sysutils/bastille/Makefile Wed Jun 17 02:14:23 2020 (r539399) +++ head/sysutils/bastille/Makefile Wed Jun 17 02:38:38 2020 (r539400) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bastille -PORTVERSION= 0.6.20200412 +PORTVERSION= 0.6.20200414 CATEGORIES= sysutils MAINTAINER= christer.edwards@gmail.com @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= bastillebsd -GH_TAGNAME= a95040a +GH_TAGNAME= 5249e25 NO_BUILD= yes NO_ARCH= yes @@ -29,6 +29,6 @@ post-install: (cd ${WRKSRC}/${DATADIR} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) ${INSTALL_MAN} ${WRKSRC}/${PREFIX}/man/man8/bastille.8.gz \ ${STAGEDIR}${PREFIX}/man/man8/bastille.8.gz - ${INSTALL_DATA} ${WRKSRC}/${ETCDIR}/bastille.conf.sample ${STAGEDIR}${ETCDIR}/bastille.conf + ${INSTALL_DATA} ${WRKSRC}/${ETCDIR}/bastille.conf.sample ${STAGEDIR}${ETCDIR}/bastille.conf.sample .include <bsd.port.mk> Modified: head/sysutils/bastille/distinfo ============================================================================== --- head/sysutils/bastille/distinfo Wed Jun 17 02:14:23 2020 (r539399) +++ head/sysutils/bastille/distinfo Wed Jun 17 02:38:38 2020 (r539400) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586742802 -SHA256 (bastillebsd-bastille-0.6.20200412-a95040a_GH0.tar.gz) = 577695a0915f767d756fa36692bc92143c468d4c40de13ab6ec9d5dd864d68f1 -SIZE (bastillebsd-bastille-0.6.20200412-a95040a_GH0.tar.gz) = 561981 +TIMESTAMP = 1592359088 +SHA256 (bastillebsd-bastille-0.6.20200414-5249e25_GH0.tar.gz) = b992716a360765f86352c735a3f1faecc07d64ce75b21bd63c7943819b24fabc +SIZE (bastillebsd-bastille-0.6.20200414-5249e25_GH0.tar.gz) = 561260 Modified: head/sysutils/bastille/pkg-plist ============================================================================== --- head/sysutils/bastille/pkg-plist Wed Jun 17 02:14:23 2020 (r539399) +++ head/sysutils/bastille/pkg-plist Wed Jun 17 02:38:38 2020 (r539400) @@ -1,4 +1,4 @@ -@sample %%ETCDIR%%/bastille.conf +@sample %%ETCDIR%%/bastille.conf.sample bin/bastille %%DATADIR%%/bootstrap.sh %%DATADIR%%/clone.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006170238.05H2ccrc082794>