From owner-svn-ports-head@freebsd.org Wed Jun 17 02:38:39 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 4547733FB8E; Wed, 17 Jun 2020 02:38:39 +0000 (UTC) (envelope-from kevans@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49mq4v15bHz48J3; Wed, 17 Jun 2020 02:38:39 +0000 (UTC) (envelope-from kevans@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 20D5E191EE; Wed, 17 Jun 2020 02:38:39 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05H2cd5P082797; Wed, 17 Jun 2020 02:38:39 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05H2ccrc082794; Wed, 17 Jun 2020 02:38:38 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202006170238.05H2ccrc082794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Wed, 17 Jun 2020 02:38:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539400 - head/sysutils/bastille X-SVN-Group: ports-head X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: head/sysutils/bastille X-SVN-Commit-Revision: 539400 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.33 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: Wed, 17 Jun 2020 02:38:39 -0000 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 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