submit statistics about your macports installation
This is a script and LaunchAgent which will run weekly to report information about your system and installed ports to a server, which publishes the aggregate statistics on the web.
This helps us to make better decisions on which configurations we should support and test more and which ports are most commonly used.
This is a script and LaunchAgent which will run weekly to report information about your system and installed ports to a server, which publishes the aggregate statistics on the web.
This helps us to make better decisions on which configurations we should support and test more and which ports are most commonly used.
To install mpstats, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mpstats
To see what files were installed by mpstats, run:
port contents mpstats
To later upgrade mpstats, run:
sudo port selfupdate && sudo port upgrade mpstats
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.