View | Details | Raw Unified | Return to bug 220642
Collapse All | Expand All

(-)pecl-pthreads/Makefile (-3 / +3 lines)
Lines 2-19 Link Here
2
# $FreeBSD: head/devel/pecl-pthreads/Makefile 438175 2017-04-10 15:08:47Z mat $
2
# $FreeBSD: head/devel/pecl-pthreads/Makefile 438175 2017-04-10 15:08:47Z mat $
3
3
4
PORTNAME=	pthreads
4
PORTNAME=	pthreads
5
PORTVERSION=	2.0.10
5
PORTVERSION=	3.1.6
6
PORTREVISION=	1
7
CATEGORIES=	devel
6
CATEGORIES=	devel
8
7
9
MAINTAINER=	johnpupu@gmail.com
8
MAINTAINER=	johnpupu@gmail.com
10
COMMENT=	Compatible Threading API for PHP5.3+
9
COMMENT=	Compatible Threading API for PHP7.0+
11
10
12
LICENSE=	PHP301
11
LICENSE=	PHP301
13
12
14
CFLAGS+=	-I${LOCALBASE}/include
13
CFLAGS+=	-I${LOCALBASE}/include
15
14
16
USES=		php:pecl
15
USES=		php:pecl
16
IGNORE_WITH_PHP=56 71
17
17
18
.include <bsd.port.options.mk>
18
.include <bsd.port.options.mk>
19
19
(-)pecl-pthreads/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (PECL/pthreads-2.0.10.tgz) = 8bdf8d8918680421ca0ced1e62292eeb626f800a808d0a3b6812841756588cf6
1
TIMESTAMP = 1499798056
2
SIZE (PECL/pthreads-2.0.10.tgz) = 85247
2
SHA256 (PECL/pthreads-3.1.6.tgz) = bb13da909a7a7ae1f9e499166103a2d24628993238ce03a8aae3eaa492c0b736
3
SIZE (PECL/pthreads-3.1.6.tgz) = 80932
(-)pecl-pthreads/pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
A compatible Threading API for PHP5.3+
1
A compatible Threading API for PHP7.0+
2
2
3
WWW: https://pecl.php.net/package/pthreads
3
WWW: https://pecl.php.net/package/pthreads

Return to bug 220642