svn commit: r526512 - in head/www/nginx-ultimate-bad-bot-blocker: . files

Alexander Leidinger netchild at FreeBSD.org
Wed Feb 19 12:55:28 UTC 2020


Author: netchild
Date: Wed Feb 19 12:55:27 2020
New Revision: 526512
URL: https://svnweb.freebsd.org/changeset/ports/526512

Log:
  - Add missing dependencies.
  - Add /usr/local/bin in the path of the crontab example.

Modified:
  head/www/nginx-ultimate-bad-bot-blocker/Makefile
  head/www/nginx-ultimate-bad-bot-blocker/files/pkg-message.in

Modified: head/www/nginx-ultimate-bad-bot-blocker/Makefile
==============================================================================
--- head/www/nginx-ultimate-bad-bot-blocker/Makefile	Wed Feb 19 12:41:01 2020	(r526511)
+++ head/www/nginx-ultimate-bad-bot-blocker/Makefile	Wed Feb 19 12:55:27 2020	(r526512)
@@ -3,7 +3,7 @@
 PORTNAME=		nginx-ultimate-bad-bot-blocker
 DISTVERSIONPREFIX=	V
 DISTVERSION=		4.2020.02.1988
-PORTREVISION=		0
+PORTREVISION=		1
 CATEGORIES=		www security
 
 MAINTAINER=	netchild at FreeBSD.org
@@ -12,7 +12,9 @@ COMMENT=	Nginx bad bot and other things blocker
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	gsed:textproc/gsed
+RUN_DEPENDS=	curl:ftp/curl \
+		gsed:textproc/gsed \
+		wget:ftp/wget
 
 USE_GITHUB=	yes
 

Modified: head/www/nginx-ultimate-bad-bot-blocker/files/pkg-message.in
==============================================================================
--- head/www/nginx-ultimate-bad-bot-blocker/files/pkg-message.in	Wed Feb 19 12:41:01 2020	(r526511)
+++ head/www/nginx-ultimate-bad-bot-blocker/files/pkg-message.in	Wed Feb 19 12:55:27 2020	(r526512)
@@ -25,7 +25,7 @@ Example crontab entry for /etc/cron.d/nginx-bad-bot-bl
 ---snip---
 #
 SHELL=/bin/sh
-PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:%%PREFIX%%/sbin
+PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:%%PREFIX%%/bin:%%PREFIX%%/sbin
 
 # See crontab(5) for field format.
 53	10	*	*	*	root	%%PREFIX%%/sbin/update-ngxblocker -q


More information about the svn-ports-all mailing list