svn commit: r562413 - head/security/nikto

Fernando Apesteguía fernape at FreeBSD.org
Sat Jan 23 19:30:36 UTC 2021


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 at 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 at FreeBSD.org
+MAINTAINER=	mbeis at 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
 


More information about the svn-ports-head mailing list