svn commit: r561872 - branches/2021Q1/sysutils/bastille
Kirill Ponomarev
krion at FreeBSD.org
Sun Jan 17 21:34:06 UTC 2021
Author: krion
Date: Sun Jan 17 21:34:05 2021
New Revision: 561872
URL: https://svnweb.freebsd.org/changeset/ports/561872
Log:
MFH: r561871
Update to 0.8.20210115
Release notes: https://github.com/BastilleBSD/bastille/releases/tag/0.8.20210101
https://github.com/BastilleBSD/bastille/releases/tag/0.8.20210115
PR: 252745
Submitted by: maintainer
Modified:
branches/2021Q1/sysutils/bastille/Makefile
branches/2021Q1/sysutils/bastille/distinfo
branches/2021Q1/sysutils/bastille/pkg-plist
Directory Properties:
branches/2021Q1/ (props changed)
Modified: branches/2021Q1/sysutils/bastille/Makefile
==============================================================================
--- branches/2021Q1/sysutils/bastille/Makefile Sun Jan 17 21:33:14 2021 (r561871)
+++ branches/2021Q1/sysutils/bastille/Makefile Sun Jan 17 21:34:05 2021 (r561872)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bastille
-PORTVERSION= 0.7.20200714
+PORTVERSION= 0.8.20210115
CATEGORIES= sysutils
MAINTAINER= christer.edwards at gmail.com
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= bastillebsd
-GH_TAGNAME= 5edf9cb
+GH_TAGNAME= 113beb5
NO_BUILD= yes
NO_ARCH= yes
Modified: branches/2021Q1/sysutils/bastille/distinfo
==============================================================================
--- branches/2021Q1/sysutils/bastille/distinfo Sun Jan 17 21:33:14 2021 (r561871)
+++ branches/2021Q1/sysutils/bastille/distinfo Sun Jan 17 21:34:05 2021 (r561872)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595686091
-SHA256 (bastillebsd-bastille-0.7.20200714-5edf9cb_GH0.tar.gz) = 6fd2ee101a8e7d4961cd5324549de04c47a9c7505b4f011f104f35be0bb616a8
-SIZE (bastillebsd-bastille-0.7.20200714-5edf9cb_GH0.tar.gz) = 565955
+TIMESTAMP = 1610768540
+SHA256 (bastillebsd-bastille-0.8.20210115-113beb5_GH0.tar.gz) = 98a01eeda9ae051248ab69b6a0f6ac022cbb30f73745c83d00d0a4a906f48f07
+SIZE (bastillebsd-bastille-0.8.20210115-113beb5_GH0.tar.gz) = 573482
Modified: branches/2021Q1/sysutils/bastille/pkg-plist
==============================================================================
--- branches/2021Q1/sysutils/bastille/pkg-plist Sun Jan 17 21:33:14 2021 (r561871)
+++ branches/2021Q1/sysutils/bastille/pkg-plist Sun Jan 17 21:34:05 2021 (r561872)
@@ -4,6 +4,8 @@ bin/bastille
%%DATADIR%%/clone.sh
%%DATADIR%%/cmd.sh
%%DATADIR%%/colors.pre.sh
+%%DATADIR%%/common.sh
+%%DATADIR%%/config.sh
%%DATADIR%%/console.sh
%%DATADIR%%/convert.sh
%%DATADIR%%/cp.sh
@@ -25,6 +27,11 @@ bin/bastille
%%DATADIR%%/stop.sh
%%DATADIR%%/sysrc.sh
%%DATADIR%%/template.sh
+%%DATADIR%%/templates/default/base/Bastillefile
+%%DATADIR%%/templates/default/empty/Bastillefile
+%%DATADIR%%/templates/default/thick/Bastillefile
+%%DATADIR%%/templates/default/thin/Bastillefile
+%%DATADIR%%/templates/default/vnet/Bastillefile
%%DATADIR%%/top.sh
%%DATADIR%%/umount.sh
%%DATADIR%%/update.sh
More information about the svn-ports-all
mailing list