- Upgrade to 0.92.2
- Fix cntlm_config line in rc script PR: ports/168484 Submitted by: Brandon Gooch <jamesbrandongooch@gmail.com> Approved by: Antony Mawer <lists@mawer.org> (maintainer)
This commit is contained in:
parent
19dfe0d5b7
commit
9557876584
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299394
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= cntlm
|
||||
PORTVERSION= 0.35.1
|
||||
PORTVERSION= 0.92.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cntlm-0.35.1.tar.gz) = 7b3fb7184e72cc3f1743bb8e503a5305e96458bc630a7e1ebfc9f3c07ffa6c5e
|
||||
SIZE (cntlm-0.35.1.tar.gz) = 74188
|
||||
SHA256 (cntlm-0.92.2.tar.gz) = 755c48f620812742e43b5eb421dad763514f0804c0883c8cb55ef5fad2d6a935
|
||||
SIZE (cntlm-0.92.2.tar.gz) = 92861
|
||||
|
@ -20,7 +20,7 @@ rcvar=cntlm_enable
|
||||
load_rc_config $name
|
||||
|
||||
: ${cntlm_enable="NO"}
|
||||
: ${cntlm_config="%%{PREFIX}/etc/cntlm.conf"}
|
||||
: ${cntlm_config="%%PREFIX%%/etc/cntlm.conf"}
|
||||
: ${cntlm_user="nobody"}
|
||||
|
||||
pidfile=/var/run/${name}.pid
|
||||
|
Loading…
Reference in New Issue
Block a user