Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2019 18:26: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: r492796 - head/security/bruteforceblocker
Message-ID:  <201902121826.x1CIQKDT094355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Feb 12 18:26:19 2019
New Revision: 492796
URL: https://svnweb.freebsd.org/changeset/ports/492796

Log:
  security/bruteforceblocker: re-add LICENSE=NONE
  
  PR:		234137
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>

Modified:
  head/security/bruteforceblocker/Makefile

Modified: head/security/bruteforceblocker/Makefile
==============================================================================
--- head/security/bruteforceblocker/Makefile	Tue Feb 12 17:54:04 2019	(r492795)
+++ head/security/bruteforceblocker/Makefile	Tue Feb 12 18:26:19 2019	(r492796)
@@ -3,11 +3,13 @@
 
 PORTNAME=	bruteforceblocker
 PORTVERSION=	1.2.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 
 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 \



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