View | Details | Raw Unified | Return to bug 247651 | Differences between
and this patch

Collapse All | Expand All

(-)devel/pecl-event/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	event
4
PORTNAME=	event
5
PORTVERSION=	2.5.4
5
PORTVERSION=	2.5.6
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	miwi@FreeBSD.org
8
MAINTAINER=	miwi@FreeBSD.org
Lines 14-21 Link Here
14
LIB_DEPENDS=	libevent.so:devel/libevent
14
LIB_DEPENDS=	libevent.so:devel/libevent
15
15
16
USES=		php:pecl ssl
16
USES=		php:pecl ssl
17
CONFIGURE_ARGS=	--with-openssl-dir=${OPENSSLBASE}
18
USE_PHP=	sockets:build
17
USE_PHP=	sockets:build
19
IGNORE_WITH_PHP=	74
20
18
19
CONFIGURE_ARGS=	--with-openssl-dir=${OPENSSLBASE}
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)devel/pecl-event/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1583234575
1
TIMESTAMP = 1593495547
2
SHA256 (PECL/event-2.5.4.tgz) = 02e81f14b54a90d15a24a6b1a6512c41fe47fdb95e072b602c6ddc31a0edceee
2
SHA256 (PECL/event-2.5.6.tgz) = df712bdb2ec89729aa240f6fb6c27739b0a2cae88b497ef7b939ae52ea6d1d9b
3
SIZE (PECL/event-2.5.4.tgz) = 141000
3
SIZE (PECL/event-2.5.6.tgz) = 141226
(-)devel/pecl-event/pkg-descr (-1 / +1 lines)
Lines 1-5 Link Here
1
This is an extension to efficiently schedule I/O,
1
This is an extension to efficiently schedule I/O,
2
time and signal based events using the best I/O 
2
time and signal based events using the best I/O
3
notification mechanism available for specific platform.
3
notification mechanism available for specific platform.
4
This is a port of libevent to the PHP infrastructure.
4
This is a port of libevent to the PHP infrastructure.
5
5

Return to bug 247651