Date: Thu, 3 Oct 2019 17:45:40 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513679 - head/sysutils/fusefs-smbnetfs/files Message-ID: <201910031745.x93Hje5x059120@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Thu Oct 3 17:45:39 2019 New Revision: 513679 URL: https://svnweb.freebsd.org/changeset/ports/513679 Log: Add a patch from upstream, fixing the author's typo in an option's name. It only affects users of libsecret, which is off by default -- thus no port-revision bump. Added: head/sysutils/fusefs-smbnetfs/files/patch-bug47 (contents, props changed) Added: head/sysutils/fusefs-smbnetfs/files/patch-bug47 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/fusefs-smbnetfs/files/patch-bug47 Thu Oct 3 17:45:39 2019 (r513679) @@ -0,0 +1,12 @@ +See: + https://sourceforge.net/p/smbnetfs/git/ci/fc721fecd9ea47a671cfa3acc4d2d0127bfdfc8c/ + +--- src/reconfigure.c 2018-01-04 15:59:38.000000000 -0500 ++++ src/reconfigure.c 2019-10-03 09:25:22.227842000 -0400 +@@ -295,5 +295,5 @@ + #ifdef HAVE_LIBSECRET + /* auth-libsecret.h */ +- if (strcasecmp(option, "use_libsecter") == 0) ++ if (strcasecmp(option, "use_libsecret") == 0) + return reconfigure_set_boolean(value, libsecret_enable); + if (strcasecmp(option, "libsecret_timeout") == 0)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910031745.x93Hje5x059120>