K 10 svn:author V 3 kai K 8 svn:date V 27 2019-09-06T20:06:03.576547Z K 7 svn:log V 385 MFH: r511321 vietnamese/vnconvert: Replace gets(3) with gets_s(3) The long deprecated and unsafe gets(3) function has been removed since FreeBSD 1300043. Thus replace the occurences of that function in the code with gets_s(3) which is a safer alternative. * Bump PORTREVISION due to changes in the code/package. PR: 238687 Reported by: emaste Approved by: ports-secteam (joneum) END