Date: Sun, 06 Mar 2022 15:00:56 +0900 (JST) From: Yasuhiro Kimura <yasu@FreeBSD.org> To: freebsd-ports@freebsd.org Subject: Re: Need approval for an update of sysutils/nfs-over-tls Message-ID: <20220306.150056.34343632216078822.yasu@FreeBSD.org> In-Reply-To: <YT2PR01MB9730E94A28DC02F175FC88A2DD079@YT2PR01MB9730.CANPRD01.PROD.OUTLOOK.COM> References: <YT2PR01MB97304D9625FDCE147065E848DD069@YT2PR01MB9730.CANPRD01.PROD.OUTLOOK.COM> <20220306.080221.1002778330130952156.yasu@FreeBSD.org> <YT2PR01MB9730E94A28DC02F175FC88A2DD079@YT2PR01MB9730.CANPRD01.PROD.OUTLOOK.COM>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Rick Macklem <rmacklem@uoguelph.ca> Subject: Re: Need approval for an update of sysutils/nfs-over-tls Date: Sun, 6 Mar 2022 00:29:57 +0000 > Yasuhiro Kimura <yasu@FreeBSD.org> wrote: >> Rick Macklem <rmacklem@uoguelph.ca> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20220306.150056.34343632216078822.yasu>