mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/appjail-devel: Update to 3.7.0.20250328
ChangeLog at: https://github.com/DtxdF/AppJail/compare/v3.6.0...v3.7.0
This commit is contained in:
parent
34cc4a5433
commit
1d69e6e580
3 changed files with 9 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= appjail
|
PORTNAME= appjail
|
||||||
DISTVERSION= 3.6.0.20250211
|
DISTVERSION= 3.7.0.20250328
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
|
@ -16,7 +16,7 @@ CONFLICTS= appjail
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= DtxdF
|
GH_ACCOUNT= DtxdF
|
||||||
GH_PROJECT= AppJail
|
GH_PROJECT= AppJail
|
||||||
GH_TAGNAME= b6ff76f20c97a6c422140e791e46922b4818cb36
|
GH_TAGNAME= 724ecfbe08a2d7d3960dfb4f931a410ad4007047
|
||||||
|
|
||||||
MAKE_ARGS= APPJAIL_VERSION=${DISTVERSION}+${GH_TAGNAME}
|
MAKE_ARGS= APPJAIL_VERSION=${DISTVERSION}+${GH_TAGNAME}
|
||||||
ALL_TARGET= utils-strip
|
ALL_TARGET= utils-strip
|
||||||
|
@ -37,12 +37,12 @@ GIT_RUN_DEPENDS= git>0:devel/git
|
||||||
OCI_RUN_DEPENDS= buildah>0:sysutils/buildah \
|
OCI_RUN_DEPENDS= buildah>0:sysutils/buildah \
|
||||||
jq>0:textproc/jq
|
jq>0:textproc/jq
|
||||||
|
|
||||||
do-install-DOCS-on:
|
|
||||||
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR}
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${STAGEDIR}/${ETCDIR}
|
${MKDIR} ${STAGEDIR}/${ETCDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/share/examples/appjail/appjail.conf ${STAGEDIR}/${ETCDIR}/appjail.conf.sample
|
${INSTALL_DATA} ${WRKSRC}/share/examples/appjail/appjail.conf ${STAGEDIR}/${ETCDIR}/appjail.conf.sample
|
||||||
|
|
||||||
|
post-install-DOCS-on:
|
||||||
|
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1739846332
|
TIMESTAMP = 1744177309
|
||||||
SHA256 (DtxdF-AppJail-3.6.0.20250211-b6ff76f20c97a6c422140e791e46922b4818cb36_GH0.tar.gz) = a957bbb52dcae12964864876732a58316fdbd97ac2ecf8d1287629cb5137d515
|
SHA256 (DtxdF-AppJail-3.7.0.20250328-724ecfbe08a2d7d3960dfb4f931a410ad4007047_GH0.tar.gz) = b04f819484bca62c06bc64297d57dfc5d160011b7b02c6be67c1f1918c829747
|
||||||
SIZE (DtxdF-AppJail-3.6.0.20250211-b6ff76f20c97a6c422140e791e46922b4818cb36_GH0.tar.gz) = 1007313
|
SIZE (DtxdF-AppJail-3.7.0.20250328-724ecfbe08a2d7d3960dfb4f931a410ad4007047_GH0.tar.gz) = 1007386
|
||||||
|
|
|
@ -174,7 +174,6 @@ libexec/appjail/network/network
|
||||||
%%DATADIR%%/scripts/run_jail.sh
|
%%DATADIR%%/scripts/run_jail.sh
|
||||||
%%DATADIR%%/scripts/runas.sh
|
%%DATADIR%%/scripts/runas.sh
|
||||||
%%DATADIR%%/scripts/super-mv.sh
|
%%DATADIR%%/scripts/super-mv.sh
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
|
||||||
%%EXAMPLESDIR%%/appjail.conf
|
%%EXAMPLESDIR%%/appjail.conf
|
||||||
%%EXAMPLESDIR%%/templates/bridge.conf
|
%%EXAMPLESDIR%%/templates/bridge.conf
|
||||||
%%EXAMPLESDIR%%/templates/freebsd-oci.conf
|
%%EXAMPLESDIR%%/templates/freebsd-oci.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue