Index: Makefile =================================================================== --- Makefile (revision 413200) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libev -PORTVERSION= 4.20 +PORTVERSION= 4.22 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://dist.schmorp.de/libev/ \ Index: distinfo =================================================================== --- distinfo (revision 413200) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libev-4.20.tar.gz) = f870334c7fa961e7f31087c7d76abf849f596e3048f8ed2a0aaa983cd73d449e -SIZE (libev-4.20.tar.gz) = 530091 +SHA256 (libev-4.22.tar.gz) = 736079e8ac543c74d59af73f9c52737b3bfec9601f020bf25a87a4f4d0f01bd6 +SIZE (libev-4.22.tar.gz) = 531533 Index: files/patch-Makefile.in =================================================================== --- files/patch-Makefile.in (revision 413200) +++ files/patch-Makefile.in (working copy) @@ -1,7 +1,7 @@ ---- Makefile.in.orig 2009-08-09 16:33:08.000000000 +0400 -+++ Makefile.in 2009-08-17 18:56:33.497493279 +0400 -@@ -213,7 +213,7 @@ - ev.3 ev.pod +--- Makefile.in.orig 2015-12-20 21:12:45 UTC ++++ Makefile.in +@@ -343,7 +343,7 @@ EXTRA_DIST = LICENSE Changes libev.m4 au + ev.3 ev.pod Symbols.ev Symbols.event man_MANS = ev.3 -include_HEADERS = ev.h ev++.h event.h Index: files/patch-configure =================================================================== --- files/patch-configure (revision 413200) +++ files/patch-configure (working copy) @@ -1,6 +1,6 @@ ---- configure.orig 2012-06-07 20:32:46.000000000 +0400 -+++ configure 2012-06-07 20:33:03.000000000 +0400 -@@ -3810,14 +3810,6 @@ +--- configure.orig 2015-12-20 21:12:45 UTC ++++ configure +@@ -3879,14 +3879,6 @@ else fi Index: files/patch-ev.c =================================================================== --- files/patch-ev.c (revision 413200) +++ files/patch-ev.c (working copy) @@ -1,6 +1,6 @@ ---- ev.c.orig 2015-07-13 11:32:52 UTC +--- ev.c.orig 2015-12-20 21:12:53 UTC +++ ev.c -@@ -2603,7 +2603,7 @@ ev_recommended_backends (void) EV_THROW +@@ -2736,7 +2736,7 @@ ev_recommended_backends (void) EV_THROW { unsigned int flags = ev_supported_backends (); Index: pkg-descr =================================================================== --- pkg-descr (revision 413200) +++ pkg-descr (working copy) @@ -3,4 +3,4 @@ but aims to be faster and more correct, and also more featureful. And also smaller. -WWW: http://software.schmorp.de/pkg/libev +WWW: http://software.schmorp.de/pkg/libev.html