mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
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)
This commit is contained in:
parent
7b518d7944
commit
1645b33af5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461486
@ -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
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
lib/libev.a
|
||||
lib/libev.so
|
||||
lib/libev.so.4
|
||||
lib/libev.so.4.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user