Can we store link to commit which deleted a port? #108
Labels
enhancement
New feature or request
port info
Provide more details info about ports
priority:4-medium-low
Medium low priority
When someone is looking for a particular (deleted) port, there might be a great chance that this person actually wants to install the port that everyone else thought was useless, or at least broken beyond repair. Maybe that person is even wiling to look into fixing the old
Portfile
.What we are missing in MacPorts is precisely the way to easily find old deleted ports, and to find reasons why they were deleted. We have almost all functionality in place now to allow us to store the commit shasum in which the port was deleted, so we could provide URL to the commit on github, which would hopefully include the commit message explaining why the port was deleted, potentially also showing the link to the pull request with the relevant discussion. And more importantly, it would be easy to see what the contents of the old port were.
What do you think about adding either an additional column (or maybe an additional table since the number of entries is expected to be relatively low) listing
(port_name, commit, <timestamp?>)
for deleted ports?As an example the port maven-ant-tasks could link to macports/macports-ports@493ec90.
Arjun already pointed out some potential issues with the approach I had in mind, but I wanted to open this as an issue to leave some room for brainstorming.
Originally posted by @mojca in https://github.com/macports/macports-webapp/pull/103/files
The text was updated successfully, but these errors were encountered: