- assume maintainership, I don't speak Haskell .-P
- install some additional documentation
- USE_SSH => !WITHOUT_SSH, no extra warning
since this is default for OSVERSION >= 400016
- added a test target
- bumped PORTREVISION
Approved by: marcus (mentor)
PR: ports/48883
Submitted by: Morettoni Luca <luca@morettoni.net>
* Add patch for -current submitted by ume@
Quote from ume@'s mail:
It seems the daemon mode of rsync depends on an IPv4-mapped IPv6 address.
Since an IPv4-mapped IPv6 address is off by default on 5-CURRENT, rsync
doesn't listen on IPv4. Further, rsync has a bug that it always listen on
1st entry's address of the result of getaddrinfo() call. With this patch,
rsync listen on both an IPv4 and an IPv6.
* Make pkg-plist respect PORTDOCS.
Note the "server" extension is now part of rsync. HOWEVER, it is very
different from the previous FreeBSD specific version we were patching in.
Submitted by: Hiroki HAMAOKA <hama@xaxon.co.jp>