svn commit: r539400 - head/sysutils/bastille
Kyle Evans
kevans at FreeBSD.org
Wed Jun 17 02:38:39 UTC 2020
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 at 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 at 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 @@
- at sample %%ETCDIR%%/bastille.conf
+ at sample %%ETCDIR%%/bastille.conf.sample
bin/bastille
%%DATADIR%%/bootstrap.sh
%%DATADIR%%/clone.sh
More information about the svn-ports-all
mailing list