diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-11 18:57:54 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-11 18:57:54 +0800 |
commit | c959764997d68f3b51010e3670da70cef4362363 (patch) | |
tree | f1094d774dd743da81393c51200968808a0fdd42 /devel/libev | |
parent | 0c45e8aaa1b4a74fac84c815e2b076ad13a7c0ac (diff) | |
download | freebsd-ports-gnome-c959764997d68f3b51010e3670da70cef4362363.tar.gz freebsd-ports-gnome-c959764997d68f3b51010e3670da70cef4362363.tar.zst freebsd-ports-gnome-c959764997d68f3b51010e3670da70cef4362363.zip |
devel/libev: Update to 4.24
Additional port changes:
* DISTVERSION
* Added LICENSE_FILE
* Deleted static library
PR: 224211
Submitted by: myself
Approved by: maintainer timeout, tcberner (mentor, implicit)
Diffstat (limited to 'devel/libev')
-rw-r--r-- | devel/libev/Makefile | 7 | ||||
-rw-r--r-- | devel/libev/distinfo | 5 | ||||
-rw-r--r-- | devel/libev/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/devel/libev/Makefile b/devel/libev/Makefile index 1bf8fcd5903f..6fbf9c01d623 100644 --- a/devel/libev/Makefile +++ b/devel/libev/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libev -PORTVERSION= 4.22 -PORTEPOCH= 1 +DISTVERSION= 4.24 CATEGORIES= devel MASTER_SITES= http://dist.schmorp.de/libev/ \ http://dist.schmorp.de/libev/Attic/ @@ -12,10 +11,12 @@ MAINTAINER= vsevolod@FreeBSD.org COMMENT= Full-featured and high-performance event loop library LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE +USES= libtool pkgconfig GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip -USES= libtool pkgconfig USE_LDCONFIG= yes PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig diff --git a/devel/libev/distinfo b/devel/libev/distinfo index 64eeda4b085b..e0ccbdbd8647 100644 --- a/devel/libev/distinfo +++ b/devel/libev/distinfo @@ -1,2 +1,3 @@ -SHA256 (libev-4.22.tar.gz) = 736079e8ac543c74d59af73f9c52737b3bfec9601f020bf25a87a4f4d0f01bd6 -SIZE (libev-4.22.tar.gz) = 531533 +TIMESTAMP = 1512838565 +SHA256 (libev-4.24.tar.gz) = 973593d3479abdf657674a55afe5f78624b0e440614e2b8cb3a07f16d4d7f821 +SIZE (libev-4.24.tar.gz) = 524264 diff --git a/devel/libev/pkg-plist b/devel/libev/pkg-plist index 8c8398660496..e87d24bf153a 100644 --- a/devel/libev/pkg-plist +++ b/devel/libev/pkg-plist @@ -1,4 +1,3 @@ -lib/libev.a lib/libev.so lib/libev.so.4 lib/libev.so.4.0.0 |