FreeBSD Bugzilla – Attachment 211401 Details for
Bug 243918
sysutils/bastille: Update to 0.6.20200202
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch
bastille-0.6.20200202.diff.txt (text/plain), 2.50 KB, created by
Christer Edwards
on 2020-02-06 02:38:53 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Christer Edwards
Created:
2020-02-06 02:38:53 UTC
Size:
2.50 KB
patch
obsolete
>diff -ruN bastille/Makefile bastille-0.6.20200202/Makefile >--- bastille/Makefile 2019-12-11 16:17:43.000000000 +0000 >+++ bastille-0.6.20200202/Makefile 2020-02-06 02:32:32.754053000 +0000 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/sysutils/bastille/Makefile 519814 2019-12-11 16:17:43Z lme $ > > PORTNAME= bastille >-PORTVERSION= 0.5.20191128 >+PORTVERSION= 0.6.20200202 > CATEGORIES= sysutils > > MAINTAINER= christer.edwards@gmail.com >@@ -13,7 +13,7 @@ > > USE_GITHUB= yes > GH_ACCOUNT= bastillebsd >-GH_TAGNAME= 29565b2 >+GH_TAGNAME= 7b706f8 > > NO_BUILD= yes > NO_ARCH= yes >@@ -27,6 +27,8 @@ > ${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}/share/man/man1/bastille.1.gz >+ ${INSTALL_DATA} ${WRKSRC}/${ETCDIR}/bastille.conf.sample ${STAGEDIR}${ETCDIR}/bastille.conf > > .include <bsd.port.mk> >diff -ruN bastille/distinfo bastille-0.6.20200202/distinfo >--- bastille/distinfo 2019-12-11 16:17:43.000000000 +0000 >+++ bastille-0.6.20200202/distinfo 2020-02-06 02:13:52.891039000 +0000 >@@ -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 >diff -ruN bastille/pkg-plist bastille-0.6.20200202/pkg-plist >--- bastille/pkg-plist 2019-06-30 21:04:30.000000000 +0000 >+++ bastille-0.6.20200202/pkg-plist 2020-02-06 02:33:46.171983000 +0000 >@@ -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 @@ > %%DATADIR%%/upgrade.sh > %%DATADIR%%/verify.sh > %%DATADIR%%/zfs.sh >+share/man/man1/bastille.1.gz >+@dir %%ETCDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 243918
: 211401 |
211402