From: Stuart Henderson Subject: Re: Fwd: [update] net/ocserv 1.3.0 To: Renaud Allard Cc: ports Date: Fri, 22 Nov 2024 15:32:48 +0000 On 2024/11/22 15:46, Renaud Allard wrote: > > ping > > -------- Forwarded Message -------- > Subject: [update] net/ocserv 1.3.0 > Date: Thu, 14 Nov 2024 16:09:52 +0100 > From: Renaud Allard > To: ports > > Hello, > > I have a diff for net/ocserv 1.3.0. In the diff, I made myself maintainer of > that port given there was none. I am using it, so I feel taking > maintainership should be OK. If you don't agree, just remove the maintainer > line :) > > Best Regards > > > The ipcalc BDEP doesn't make sense, it is used by tests, but they want a different ipcalc than the one we have in ports (sometimes called "ipcalc-ng"). tests/random-net2.sh 24:if test -z "${IPCALC}"; then 25: echo "ipcalc was not found" 32: eval $(${IPCALC} -r 32 --minaddr) 41: eval $(${IPCALC} -r 32 --minaddr) tests/random-net.sh 25:IPCALC=$(which ipcalc-ng 2>/dev/null) 26:if test -z "${IPCALC}"; then 27: IPCALC=$(which ipcalc 2>/dev/null) 30:if test -z "${IPCALC}"; then 31: echo "ipcalc was not found" 41: eval $(${IPCALC} -r 24 -np --minaddr) 52: eval $(${IPCALC} -r 112 -np --minaddr) 63: eval $(${IPCALC} -r 32 --minaddr) 72: eval $(${IPCALC} -r 32 --minaddr) otherwise LGTM so I'll commit.