diff --git a/sysutils/ezjail/Makefile b/sysutils/ezjail/Makefile index 2defa5de78d1..2aa1cc1f8418 100644 --- a/sysutils/ezjail/Makefile +++ b/sysutils/ezjail/Makefile @@ -1,17 +1,17 @@ PORTNAME= ezjail PORTVERSION= 3.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://erdgeist.org/arts/software/ezjail/ MAINTAINER= erdgeist@erdgeist.org COMMENT= Framework to easily create, manipulate, and run FreeBSD jails WWW= https://erdgeist.org/arts/software/ezjail/ USES= tar:bzip2 post-patch: @${REINPLACE_CMD} -e 's|man/man|share/man/man|g' \ ${WRKSRC}/Makefile .include diff --git a/sysutils/ezjail/files/patch-ezjail-admin b/sysutils/ezjail/files/patch-ezjail-admin index a232986f014e..f00c47668013 100644 --- a/sysutils/ezjail/files/patch-ezjail-admin +++ b/sysutils/ezjail/files/patch-ezjail-admin @@ -1,20 +1,28 @@ ---- ezjail-admin.orig 2018-08-17 10:07:06 UTC -+++ ezjail-admin -@@ -335,7 +335,7 @@ ezjail_queryftpserver () { +--- ezjail-admin.orig 2015-10-02 10:12:13.000000000 +0200 ++++ ezjail-admin 2025-02-12 19:02:27.127127000 +0100 +@@ -31,6 +31,7 @@ + : ${ezjail_procfs_enable="YES"} + : ${ezjail_fdescfs_enable="YES"} + : ${ezjail_exec_start="/bin/sh /etc/rc"} ++: ${ezjail_exec_stop="/bin/sh /etc/rc.shutdown"} + + : ${ezjail_use_zfs="NO"} + +@@ -335,7 +336,7 @@ unset _ret echo -n "Querying your ftp-server... " TIFS=${IFS}; IFS= - for ezjail_path in pub/FreeBSD/releases pub/FreeBSD/snapshot pub/FreeBSD releases snapshots pub/FreeBSD-Archive/old-releases NO; do + for ezjail_path in pub/FreeBSD/releases pub/FreeBSD/snapshots pub/FreeBSD releases snapshots pub/FreeBSD-Archive/old-releases NO; do if [ ${ezjail_path} = "NO" ]; then echo "Warning: I am having problems querying the ftp server you specified (${ezjail_disturi})." _ret=1; break -@@ -1053,7 +1053,7 @@ setup|update) +@@ -1053,7 +1054,7 @@ # make and setup our world, then split basejail and newjail cd "${ezjail_sourcetree}" && env DESTDIR="${ezjail_jailfull}" make ${ezjail_installaction} || exerr "Error: The command 'make ${ezjail_installaction}' failed.\n Refer to the error report(s) above." - cd "${ezjail_sourcetree}/etc" && env DESTDIR="${ezjail_jailfull}" make distribution || exerr "Error: The command 'make distribution' failed.\n Refer to the error report(s) above." + cd "${ezjail_sourcetree}" && env DESTDIR="${ezjail_jailfull}" make distribution || exerr "Error: The command 'make distribution' failed.\n Refer to the error report(s) above." ezjail_splitworld fi # installaction="none"