Date: Wed, 19 Feb 2020 12:55:27 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526512 - in head/www/nginx-ultimate-bad-bot-blocker: . files Message-ID: <202002191255.01JCtREU031688@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002191255.01JCtREU031688>