mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
Update libevent2 to 2.0.22
PR: 199640 Submitted by: Jan Beich <jbeich@vfemailnet>
This commit is contained in:
parent
bb5eed1365
commit
e7caf073df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376665
@ -2,11 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libevent2
|
||||
PORTVERSION= 2.0.21
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.0.22
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://cloud.github.com/downloads/libevent/libevent/
|
||||
DISTNAME= ${PORTNAME:S/2//}-${DISTVERSION}-stable
|
||||
|
||||
MAINTAINER= mm@FreeBSD.org
|
||||
COMMENT= API for executing callback functions on events or timeouts
|
||||
@ -14,8 +11,15 @@ COMMENT= API for executing callback functions on events or timeouts
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ${GH_PROJECT}
|
||||
GH_PROJECT= ${PORTNAME:S/2$//}
|
||||
GH_TAGNAME= release-${DISTVERSION}-stable
|
||||
GH_COMMIT= d8ceae8
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool pathfix
|
||||
USES= autoreconf libtool pathfix
|
||||
PATHFIX_MAKEFILEIN=Makefile.am
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= OPENSSL THREADS
|
||||
@ -30,6 +34,11 @@ OPENSSL_CONFIGURE_ENABLE= openssl
|
||||
|
||||
THREADS_CONFIGURE_ENABLE= support
|
||||
|
||||
post-patch:
|
||||
${ECHO_CMD} 'AC_CONFIG_MACRO_DIR([m4])' >>${WRKSRC}/configure.in
|
||||
# error: using '$(top_srcdir)' in TESTS is currently broken
|
||||
${REINPLACE_CMD} 's/^TESTS.*top_srcdir/#&/' ${WRKSRC}/test/Makefile.am
|
||||
|
||||
regression-test: build
|
||||
@(${SH} ${WRKSRC}/test/regress)
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libevent-2.0.21-stable.tar.gz) = 22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5
|
||||
SIZE (libevent-2.0.21-stable.tar.gz) = 850772
|
||||
SHA256 (libevent2-2.0.22.tar.gz) = 24d500180c62e05bc3188f1ca8aebadf2b85ea6f25333931437cbe3010c55d1a
|
||||
SIZE (libevent2-2.0.22.tar.gz) = 512585
|
||||
|
@ -30,23 +30,23 @@ include/evhttp.h
|
||||
include/evrpc.h
|
||||
include/evutil.h
|
||||
lib/libevent-2.0.so.5
|
||||
lib/libevent-2.0.so.5.1.9
|
||||
lib/libevent-2.0.so.5.1.10
|
||||
lib/libevent.a
|
||||
lib/libevent.so
|
||||
lib/libevent_core-2.0.so.5
|
||||
lib/libevent_core-2.0.so.5.1.9
|
||||
lib/libevent_core-2.0.so.5.1.10
|
||||
lib/libevent_core.a
|
||||
lib/libevent_core.so
|
||||
lib/libevent_extra-2.0.so.5
|
||||
lib/libevent_extra-2.0.so.5.1.9
|
||||
lib/libevent_extra-2.0.so.5.1.10
|
||||
lib/libevent_extra.a
|
||||
lib/libevent_extra.so
|
||||
%%OPENSSL%%lib/libevent_openssl-2.0.so.5
|
||||
%%OPENSSL%%lib/libevent_openssl-2.0.so.5.1.9
|
||||
%%OPENSSL%%lib/libevent_openssl-2.0.so.5.1.10
|
||||
%%OPENSSL%%lib/libevent_openssl.a
|
||||
%%OPENSSL%%lib/libevent_openssl.so
|
||||
%%THREADS%%lib/libevent_pthreads-2.0.so.5
|
||||
%%THREADS%%lib/libevent_pthreads-2.0.so.5.1.9
|
||||
%%THREADS%%lib/libevent_pthreads-2.0.so.5.1.10
|
||||
%%THREADS%%lib/libevent_pthreads.a
|
||||
%%THREADS%%lib/libevent_pthreads.so
|
||||
libdata/pkgconfig/libevent.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user