svn commit: r348569 - head/devel/pecl-pthreads
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Mar 18 15:03:17 UTC 2014
Author: sunpoet
Date: Tue Mar 18 15:03:16 2014
New Revision: 348569
URL: http://svnweb.freebsd.org/changeset/ports/348569
QAT: https://qat.redports.org/buildarchive/r348569/
Log:
- Update to 2.0.2
- While I'm here:
- Use USES=tar:tgz
- Remove outdated IGNORE_WITH_PHP
Changes: http://pecl.php.net/package-changelog.php?package=pthreads
PR: ports/187694
Submitted by: John Chen <johnpupu at gmail.com> (maintainer)
Modified:
head/devel/pecl-pthreads/Makefile
head/devel/pecl-pthreads/distinfo
Modified: head/devel/pecl-pthreads/Makefile
==============================================================================
--- head/devel/pecl-pthreads/Makefile Tue Mar 18 15:02:18 2014 (r348568)
+++ head/devel/pecl-pthreads/Makefile Tue Mar 18 15:03:16 2014 (r348569)
@@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= pthreads
-PORTVERSION= 0.1.0
+PORTVERSION= 2.0.2
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= johnpupu at gmail.com
@@ -14,12 +13,14 @@ COMMENT= Compatible Threading API for PH
LICENSE= PHP301
+CFLAGS+= -I${LOCALBASE}/include
+
USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
PHP_MODNAME= pthreads
-IGNORE_WITH_PHP= 52
+USES= tar:tgz
.include <bsd.port.options.mk>
Modified: head/devel/pecl-pthreads/distinfo
==============================================================================
--- head/devel/pecl-pthreads/distinfo Tue Mar 18 15:02:18 2014 (r348568)
+++ head/devel/pecl-pthreads/distinfo Tue Mar 18 15:03:16 2014 (r348569)
@@ -1,2 +1,2 @@
-SHA256 (PECL/pthreads-0.1.0.tgz) = 55f8533b5be0dd681cb8f7f99d42489981eb6265f5ca1547b08b6ace8eee4c60
-SIZE (PECL/pthreads-0.1.0.tgz) = 69764
+SHA256 (PECL/pthreads-2.0.2.tgz) = 576b12fd25eaaa343b14b9f567725047d6030b10001acc5b6c1affc44f4d7d4d
+SIZE (PECL/pthreads-2.0.2.tgz) = 76800
More information about the svn-ports-all
mailing list