From: Rick Macklem <[email protected]> Subject: Re: Need approval for an update of sysutils/nfs-over-tls Date: Sun, 6 Mar 2022 00:29:57 +0000
> Yasuhiro Kimura <[email protected]> wrote: >> Rick Macklem <[email protected]> wrote: >> > Hi, >> > >> > I have an update to version 1.2 of sysutils/nfs-over-tls >> > so that the daemons work with newer versions of >> > the OpenSSL libraries. >> > >> > I need someone to review/approve this update. >> > The "git diff" is attached. >> > >> > Thanks, rick >> >> Isn't it better to add following lines to Makefile than adding >> explanation to pkg-descr? >> >> .if exists(/usr/sbin/rpc.tlsclntd) >> IGNORE= Already included in base system >> .endif > Yes, that should work! Good suggestion. > > Attached is an updated diff for the port. > > Thanks, rick According to the result of portlint check, IGNORE messages should begin with a lowercase letter. So fix it and then go ahead. Approved by: yasu --- Yasuhiro Kimura
