libsecret is a library for storing and retrieving passwords and other secrets
libsecret is a client for the Secret Service DBus API. The Secret Service allows storage of passwords in a common way on the desktop. Supported by gnome-keyring and ksecretservice.
libsecret is a client for the Secret Service DBus API. The Secret Service allows storage of passwords in a common way on the desktop. Supported by gnome-keyring and ksecretservice.
To install libsecret, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libsecret
To see what files were installed by libsecret, run:
port contents libsecret
To later upgrade libsecret, run:
sudo port selfupdate && sudo port upgrade libsecret
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.