svn commit: r492796 - head/security/bruteforceblocker

Kurt Jaeger pi at FreeBSD.org
Tue Feb 12 18:26:20 UTC 2019


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 at 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 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 \


More information about the svn-ports-head mailing list