From owner-svn-ports-head@freebsd.org Thu Feb 13 14:18:47 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6F5BB257F05; Thu, 13 Feb 2020 14:18:47 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48JJXR2Htxz4129; Thu, 13 Feb 2020 14:18:47 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 49DF4BDC4; Thu, 13 Feb 2020 14:18:47 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01DEIlo6065105; Thu, 13 Feb 2020 14:18:47 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01DEIkqq065102; Thu, 13 Feb 2020 14:18:46 GMT (envelope-from lme@FreeBSD.org) Message-Id: <202002131418.01DEIkqq065102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Thu, 13 Feb 2020 14:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526018 - head/sysutils/bastille X-SVN-Group: ports-head X-SVN-Commit-Author: lme X-SVN-Commit-Paths: head/sysutils/bastille X-SVN-Commit-Revision: 526018 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2020 14:18:47 -0000 Author: lme Date: Thu Feb 13 14:18:46 2020 New Revision: 526018 URL: https://svnweb.freebsd.org/changeset/ports/526018 Log: sysutils/bastille: Update to 0.6.20200202 Release Notes: https://github.com/BastilleBSD/bastille/releases/tag/0.6.20200202 PR: 243918 Submitted by: Christer Edwards (maintainer) Modified: head/sysutils/bastille/Makefile head/sysutils/bastille/distinfo head/sysutils/bastille/pkg-plist Modified: head/sysutils/bastille/Makefile ============================================================================== --- head/sysutils/bastille/Makefile Thu Feb 13 14:18:22 2020 (r526017) +++ head/sysutils/bastille/Makefile Thu Feb 13 14:18:46 2020 (r526018) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bastille -PORTVERSION= 0.5.20191128 +PORTVERSION= 0.6.20200202 CATEGORIES= sysutils MAINTAINER= christer.edwards@gmail.com @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= bastillebsd -GH_TAGNAME= 29565b2 +GH_TAGNAME= 7b706f8 NO_BUILD= yes NO_ARCH= yes @@ -27,6 +27,8 @@ 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 + ${INSTALL_MAN} ${WRKSRC}/${PREFIX}/share/man/man1/bastille.1.gz \ + ${STAGEDIR}${PREFIX}/man/man1/bastille.1.gz + ${INSTALL_DATA} ${WRKSRC}/${ETCDIR}/bastille.conf.sample ${STAGEDIR}${ETCDIR}/bastille.conf .include Modified: head/sysutils/bastille/distinfo ============================================================================== --- head/sysutils/bastille/distinfo Thu Feb 13 14:18:22 2020 (r526017) +++ head/sysutils/bastille/distinfo Thu Feb 13 14:18:46 2020 (r526018) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576080918 -SHA256 (bastillebsd-bastille-0.5.20191128-29565b2_GH0.tar.gz) = 90862341bf51405b69001ca24b12f82d6eff16a9d7d7d5e9ea1f6ae4598c94f5 -SIZE (bastillebsd-bastille-0.5.20191128-29565b2_GH0.tar.gz) = 544948 +TIMESTAMP = 1580955232 +SHA256 (bastillebsd-bastille-0.6.20200202-7b706f8_GH0.tar.gz) = 8a17a6a625418ecefdfaf9d85d0408958274802029e5ad6bdf32bb6c5bb016f5 +SIZE (bastillebsd-bastille-0.6.20200202-7b706f8_GH0.tar.gz) = 556224 Modified: head/sysutils/bastille/pkg-plist ============================================================================== --- head/sysutils/bastille/pkg-plist Thu Feb 13 14:18:22 2020 (r526017) +++ head/sysutils/bastille/pkg-plist Thu Feb 13 14:18:46 2020 (r526018) @@ -1,15 +1,20 @@ -@sample %%ETCDIR%%/bastille.conf.sample %%ETCDIR%%/bastille.conf +@sample %%ETCDIR%%/bastille.conf bin/bastille %%DATADIR%%/bootstrap.sh %%DATADIR%%/cmd.sh %%DATADIR%%/colors.pre.sh %%DATADIR%%/console.sh +%%DATADIR%%/convert.sh %%DATADIR%%/cp.sh %%DATADIR%%/create.sh %%DATADIR%%/destroy.sh +%%DATADIR%%/export.sh %%DATADIR%%/htop.sh +%%DATADIR%%/import.sh +%%DATADIR%%/limits.sh %%DATADIR%%/list.sh %%DATADIR%%/pkg.sh +%%DATADIR%%/rdr.sh %%DATADIR%%/restart.sh %%DATADIR%%/service.sh %%DATADIR%%/start.sh @@ -21,3 +26,5 @@ bin/bastille %%DATADIR%%/upgrade.sh %%DATADIR%%/verify.sh %%DATADIR%%/zfs.sh +man/man1/bastille.1.gz +@dir %%ETCDIR%%