mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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)
This commit is contained in:
parent
a313d407ec
commit
2335e2f0e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539400
@ -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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
@sample %%ETCDIR%%/bastille.conf
|
||||
@sample %%ETCDIR%%/bastille.conf.sample
|
||||
bin/bastille
|
||||
%%DATADIR%%/bootstrap.sh
|
||||
%%DATADIR%%/clone.sh
|
||||
|
Loading…
Reference in New Issue
Block a user