Index: head/devel/pecl-pthreads/Makefile =================================================================== --- head/devel/pecl-pthreads/Makefile (revision 445622) +++ head/devel/pecl-pthreads/Makefile (revision 445623) @@ -1,30 +1,30 @@ # Created by: John Chen # $FreeBSD$ PORTNAME= pthreads -PORTVERSION= 2.0.10 -PORTREVISION= 1 +PORTVERSION= 3.1.6 CATEGORIES= devel MAINTAINER= johnpupu@gmail.com -COMMENT= Compatible Threading API for PHP5.3+ +COMMENT= Compatible Threading API for PHP7.0+ LICENSE= PHP301 CFLAGS+= -I${LOCALBASE}/include USES= php:pecl +IGNORE_WITH_PHP=56 71 .include .if !defined(PHP_ZTS) && exists(${LOCALBASE}/bin/php) PHP_ZTS!= ${LOCALBASE}/bin/php -r 'phpinfo();' | ${GREP} 'Thread Safety' | ${AWK} -F '=> ' '{print $$2}' .else PHP_ZTS= disabled .endif .if ${PHP_ZTS} == "disabled" IGNORE= pthreads requires ZTS, please re-compile PHP with ZTS enabled .endif .include Index: head/devel/pecl-pthreads/distinfo =================================================================== --- head/devel/pecl-pthreads/distinfo (revision 445622) +++ head/devel/pecl-pthreads/distinfo (revision 445623) @@ -1,2 +1,3 @@ -SHA256 (PECL/pthreads-2.0.10.tgz) = 8bdf8d8918680421ca0ced1e62292eeb626f800a808d0a3b6812841756588cf6 -SIZE (PECL/pthreads-2.0.10.tgz) = 85247 +TIMESTAMP = 1499798056 +SHA256 (PECL/pthreads-3.1.6.tgz) = bb13da909a7a7ae1f9e499166103a2d24628993238ce03a8aae3eaa492c0b736 +SIZE (PECL/pthreads-3.1.6.tgz) = 80932 Index: head/devel/pecl-pthreads/pkg-descr =================================================================== --- head/devel/pecl-pthreads/pkg-descr (revision 445622) +++ head/devel/pecl-pthreads/pkg-descr (revision 445623) @@ -1,3 +1,3 @@ -A compatible Threading API for PHP5.3+ +A compatible Threading API for PHP7.0+ WWW: https://pecl.php.net/package/pthreads