Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2017 13:00:20 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452590 - head/security/bruteforceblocker
Message-ID:  <201710211300.v9LD0KKH053883@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710211300.v9LD0KKH053883>