Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2014 15:03:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348569 - head/devel/pecl-pthreads
Message-ID:  <201403181503.s2IF3HOI099194@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403181503.s2IF3HOI099194>