svn commit: r452590 - head/security/bruteforceblocker

Kurt Jaeger pi at FreeBSD.org
Sat Oct 21 13:00:21 UTC 2017


Author: pi
Date: Sat Oct 21 13:00:20 2017
New Revision: 452590
URL: https://svnweb.freebsd.org/changeset/ports/452590

Log:
  security/bruteforceblocker: Add license information and fix portlint warning
  
  PR:		222334
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>
  Approved by:	danger (maintainer timeout)

Modified:
  head/security/bruteforceblocker/Makefile

Modified: head/security/bruteforceblocker/Makefile
==============================================================================
--- head/security/bruteforceblocker/Makefile	Sat Oct 21 12:43:23 2017	(r452589)
+++ head/security/bruteforceblocker/Makefile	Sat Oct 21 13:00:20 2017	(r452590)
@@ -5,17 +5,18 @@ PORTNAME=	bruteforceblocker
 PORTVERSION=	1.2.4
 CATEGORIES=	security
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	dgerzo
-
 MAINTAINER=	danger at FreeBSD.org
 COMMENT=	Checks for SSH bruteforce and blocks given IPs
 
+LICENSE=	NONE
+
 RUN_DEPENDS=	p5-Unix-Syslog>=0:sysutils/p5-Unix-Syslog \
 		p5-Sys-Hostname-Long>=0:sysutils/p5-Sys-Hostname-Long \
 		p5-libwww>=0:www/p5-libwww \
 		p5-Net-DNS>=0:dns/p5-Net-DNS
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	dgerzo
 NO_BUILD=	yes
 USES=		perl5 shebangfix
 USE_PERL5=	run


More information about the svn-ports-all mailing list