Index: Makefile
===================================================================
RCS file: /cvs/ports/security/qtkeychain/Makefile,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 Makefile
--- Makefile	15 Apr 2020 12:42:21 -0000	1.15
+++ Makefile	6 Feb 2021 06:57:50 -0000
@@ -4,7 +4,7 @@ COMMENT =		Qt API to store passwords and
 
 GH_ACCOUNT =		frankosterfeld
 GH_PROJECT =		qtkeychain
-GH_TAGNAME =		v0.10.0
+GH_TAGNAME =		v0.12.0
 
 SHARED_LIBS +=		qt5keychain	2.0 # 0.4
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/qtkeychain/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo	15 Apr 2020 12:42:21 -0000	1.4
+++ distinfo	6 Feb 2021 06:57:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (qtkeychain-0.10.0.tar.gz) = X5Fs2XhD3lUEZ9sy0uEPIYuQSvWyHP38x8ZCXX38PsI=
-SIZE (qtkeychain-0.10.0.tar.gz) = 38488
+SHA256 (qtkeychain-0.12.0.tar.gz) = zFR9WMFAL2ck0/+J5MqDOJ2eK9z9muPWlfzf+lCmJag=
+SIZE (qtkeychain-0.12.0.tar.gz) = 46070
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/security/qtkeychain/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 DESCR
--- pkg/DESCR	30 Jul 2015 06:07:09 -0000	1.1.1.1
+++ pkg/DESCR	6 Feb 2021 06:57:50 -0000
@@ -1,3 +1,4 @@
 QtKeychain is a Qt API to store passwords and other secret data
 securely. If running, GNOME Keyring is used, otherwise qtkeychain tries
-to use KWallet (via D-Bus), if available.
+to use KWallet (via D-Bus), if available. Libsecret (common API for
+desktop-specific solutions) is also supported.
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/qtkeychain/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 PLIST
--- pkg/PLIST	15 Apr 2020 12:42:21 -0000	1.5
+++ pkg/PLIST	6 Feb 2021 06:57:50 -0000
@@ -11,6 +11,10 @@ lib/cmake/${LIBNAME}/${LIBNAME}LibraryDe
 lib/cmake/${LIBNAME}/${LIBNAME}LibraryDepends.cmake
 @lib lib/lib${LIBNAME_L}.so.${LIB${LIBNAME_L}_VERSION}
 lib/${QT}/mkspecs/modules/qt_${LIBNAME}.pri
-lib/${QT}/translations/
-lib/${QT}/translations/qtkeychain_de.qm
-lib/${QT}/translations/qtkeychain_ro.qm
+share/${LIBNAME_L}/
+share/${LIBNAME_L}/translations/
+share/${LIBNAME_L}/translations/qtkeychain_de.qm
+share/${LIBNAME_L}/translations/qtkeychain_fr.qm
+share/${LIBNAME_L}/translations/qtkeychain_ro.qm
+share/${LIBNAME_L}/translations/qtkeychain_ru.qm
+share/${LIBNAME_L}/translations/qtkeychain_zh.qm
