summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-12-27 09:50:56 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-12-27 09:50:56 +0000
commit4752aab6126971a4a92716a0cc36727a4ba5787d (patch)
treef7eb09e8e8379fcee13b91267aaaf75951376fbb
parentAdd support for millisecond resolution to get/setLastModifiedTime (diff)
security/pwned-check: Remove spaces from sample config file
It contains unnecessary spaces, which results in the following error messages on command execution. $ pwned-check /usr/local/etc/pwned-check.conf: /var/db/pwned-check: Permission denied /usr/local/etc/pwned-check.conf: https://downloads.pwnedpasswords.com/passwords: not found PR: 228635 Submitted by: Hiroki Tagato <tagattie@yandex.com> Approved by: se (maintainer timeout, ~7 months)
Notes
Notes: svn path=/head/; revision=488522
-rw-r--r--security/pwned-check/Makefile1
-rw-r--r--security/pwned-check/files/pwned-check.conf.sample4
2 files changed, 3 insertions, 2 deletions
diff --git a/security/pwned-check/Makefile b/security/pwned-check/Makefile
index 0b91f3bdbb89..59a1dfb066bd 100644
--- a/security/pwned-check/Makefile
+++ b/security/pwned-check/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pwned-check
PORTVERSION= 2.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= #
diff --git a/security/pwned-check/files/pwned-check.conf.sample b/security/pwned-check/files/pwned-check.conf.sample
index b754d46816f0..ca75e0935a59 100644
--- a/security/pwned-check/files/pwned-check.conf.sample
+++ b/security/pwned-check/files/pwned-check.conf.sample
@@ -1,2 +1,2 @@
-DBDIR= /var/db/pwned-check
-URLBASE= https://downloads.pwnedpasswords.com/passwords
+DBDIR=/var/db/pwned-check
+URLBASE=https://downloads.pwnedpasswords.com/passwords