Date: Sat, 23 Jan 2021 19:30:36 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562413 - head/security/nikto Message-ID: <202101231930.10NJUak0050423@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Sat Jan 23 19:30:35 2021 New Revision: 562413 URL: https://svnweb.freebsd.org/changeset/ports/562413 Log: security/nikto: set maintainership Submitter becomes maintainer (already mainter of several ports). Pet linters PR: 252943 Submitted by: mbeis@xs4all.nl Modified: head/security/nikto/Makefile Modified: head/security/nikto/Makefile ============================================================================== --- head/security/nikto/Makefile Sat Jan 23 18:59:31 2021 (r562412) +++ head/security/nikto/Makefile Sat Jan 23 19:30:35 2021 (r562413) @@ -6,11 +6,14 @@ PORTVERSION= 2.1.6 PORTEPOCH= 1 CATEGORIES= security www -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mbeis@xs4all.nl COMMENT= Web and CGI vulnerability scanner with SSL support LICENSE= GPLv2 +USES= perl5 shebangfix +USE_PERL5= run + GH_ACCOUNT= sullo USE_GITHUB= yes @@ -22,8 +25,6 @@ SSLEAY_RUN_DEPENDS= p5-Net-SSLeay>0:security/p5-Net-SS NO_BUILD= yes NO_ARCH= yes -USES= perl5 shebangfix -USE_PERL5= run SHEBANG_FILES= nikto.pl WRKSRC_SUBDIR= program
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101231930.10NJUak0050423>