Hacker News new | ask | show | jobs
by gjasny 1968 days ago
Some years ago I tried submitting some fixes for MacPorts. It usually took a long time before they were picked up.

When I did the same for some homebrew formula I got a response a few hours later.

For me homebrew has a much more responsive community and due to their use of Github also a lower bar for contributions. Both might add to homebrew popularity.

2 comments

Disclaimer: I'm a MacPorts committer.

MacPorts uses GitHub too now. We maintain much more ports than Homebrew, and few of our committers have time to regularly go through the PR queue, so our community seems inactive. But actually, we just need more hands on PR management.

One important distinction is that most active ports in MacPorts have specific maintainers, and we usually put off merging PRs until the port maintainer approves. With more than 20,000 ports, it hard for the committers to test every change thoroughly, so we rely on our port maintainers to resolve issues and review complex PRs whenever possible.

In Homebrew, any maintainer could review and merge a PR instantly, combined with fewer ports to maintain, average time to merge would be much shorter.

That's fair. I did submit a new package to MacPorts once, and it was a rather arduous process.