Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2021 21:33:15 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561871 - head/sysutils/bastille
Message-ID:  <202101172133.10HLXFXK038585@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Sun Jan 17 21:33:14 2021
New Revision: 561871
URL: https://svnweb.freebsd.org/changeset/ports/561871

Log:
  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:
  head/sysutils/bastille/Makefile
  head/sysutils/bastille/distinfo
  head/sysutils/bastille/pkg-plist

Modified: head/sysutils/bastille/Makefile
==============================================================================
--- head/sysutils/bastille/Makefile	Sun Jan 17 21:30:48 2021	(r561870)
+++ head/sysutils/bastille/Makefile	Sun Jan 17 21:33:14 2021	(r561871)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bastille
-PORTVERSION=	0.7.20200714
+PORTVERSION=	0.8.20210115
 CATEGORIES=	sysutils
 
 MAINTAINER=	christer.edwards@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: head/sysutils/bastille/distinfo
==============================================================================
--- head/sysutils/bastille/distinfo	Sun Jan 17 21:30:48 2021	(r561870)
+++ head/sysutils/bastille/distinfo	Sun Jan 17 21:33:14 2021	(r561871)
@@ -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: head/sysutils/bastille/pkg-plist
==============================================================================
--- head/sysutils/bastille/pkg-plist	Sun Jan 17 21:30:48 2021	(r561870)
+++ head/sysutils/bastille/pkg-plist	Sun Jan 17 21:33:14 2021	(r561871)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101172133.10HLXFXK038585>