Created attachment 169286 [details] patch - Update to 4.22 - Fix WWW in pkg-descr - Regenerate patches using 'make makepatch'
All builds are fine poudriere testport -j 93x32 -o devel/libev [OK] poudriere testport -j 93x64 -o devel/libev [OK] poudriere testport -j 102x32 -o devel/libev [OK] poudriere testport -j 103x32 -o devel/libev [OK]
There are approx. 107 ports that depend on libev. Are the changes small enough that no additional check ... ?
(In reply to Kurt Jaeger from comment #2) We can request for exp-run.
Here it is the changelog: http://cvs.schmorp.de/libev/Changes?pathrev=rel-4_22
Are you sure this needs an exp-run? Less than 40 ports in the ports tree depend on it and I don't see any API change.
I'd agree with the option 'commit as is', since API changes are negligible indeed.
(In reply to Vsevolod Stakhov from comment #6) Thanks @vsevolod :)
(In reply to Antoine Brodin from comment #5) Note that this release is mainly a bugfix release. So, there is no urgent need to upgrade. Changes in this release: 4.22 Sun Dec 20 22:11:50 CET 2015 - when epoll detects unremovable fds in the fd set, rebuild only the epoll descriptor, not the signal pipe, to avoid SIGPIPE in ev_async_send. This doesn't solve it on fork, so document what needs to be done in ev_loop_fork (analyzed by Benjamin Mahler). - remove superfluous sys/timeb.h include on win32 (analyzed by Jason Madden). - updated libecb.
A commit references this bug: Author: cpm Date: Tue Apr 19 08:45:50 UTC 2016 New revision: 413628 URL: https://svnweb.freebsd.org/changeset/ports/413628 Log: - Update to 4.22 - Fix WWW in pkg-descr - Regenerate patches using 'make makepatch' Changelog: http://cvs.schmorp.de/libev/Changes?pathrev=rel-4_22 PR: 208775 Approved by: vsevolod (maintainer), junovitch (mentor) Changes: head/devel/libev/Makefile head/devel/libev/distinfo head/devel/libev/files/patch-Makefile.in head/devel/libev/files/patch-configure head/devel/libev/files/patch-ev.c head/devel/libev/pkg-descr
Committed, thanks!