From c959764997d68f3b51010e3670da70cef4362363 Mon Sep 17 00:00:00 2001 From: yuri Date: Sun, 11 Feb 2018 10:57:54 +0000 Subject: 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) --- devel/libev/Makefile | 7 ++++--- devel/libev/distinfo | 5 +++-- devel/libev/pkg-plist | 1 - 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'devel/libev') 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 -- cgit