Bug 187694 - [MAINTAINER] devel/pecl-pthreads: update to 2.0.2
Summary: [MAINTAINER] devel/pecl-pthreads: update to 2.0.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-18 11:30 UTC by johnpupu
Modified: 2014-03-18 15:10 UTC (History)
0 users

See Also:


Attachments
pecl-pthreads-2.0.2.patch (1014 bytes, patch)
2014-03-18 11:30 UTC, johnpupu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description johnpupu 2014-03-18 11:30:00 UTC
- Update to 2.0.2

Generated with FreeBSD Port Tools 1.00.2014.03.03 (mode: update, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-18 11:30:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-18 15:03:20 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-03-18 15:03:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!