By default rc.d/git_daemon doesn't use --reuseaddr option. This options set SO_REUSEADDR (setsockopt) on server socket, then we can restart git-daemon properly. Without SO_REUSEADDR the server can't restart immediately. It's just a suggestion to change the default configuration.
Responsible Changed From-To: freebsd-ports-bugs->wxs Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!