mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
devel/pecl-libevent: 0.0.5 -> 0.1.0
- Added event_base_reinit(). (Ivan Shalganov, Andy Skelton) - Fixed windows compilation with libevent 2.x. (Anatol Belski) - Fixed bug #61673 (callback function args are wrong for signal handler). - Fixed bug #61653 (Segfault on event_free()). PR: 204087 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: webmaster@kibab.com (maintainer timeout)
This commit is contained in:
parent
6b1e3d837a
commit
496a3fc12e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402098
@ -2,12 +2,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libevent
|
||||
PORTVERSION= 0.0.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= webmaster@kibab.com
|
||||
@ -17,6 +15,8 @@ LICENSE= PHP301
|
||||
|
||||
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
|
||||
|
||||
USES= tar:tgz
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHP_BUILD= yes
|
||||
USE_PHPIZE= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (PECL/libevent-0.0.5.tgz) = 04c6ebba72a70694a68141a897e347a7f23e57117bffb80ac21e524529b6af78
|
||||
SIZE (PECL/libevent-0.0.5.tgz) = 9459
|
||||
SHA256 (PECL/libevent-0.1.0.tgz) = de3d2ce16f5ab8798de1f059143a3367e59608fd12ec3b4b720fc64e4ba93435
|
||||
SIZE (PECL/libevent-0.1.0.tgz) = 9806
|
||||
|
Loading…
Reference in New Issue
Block a user