Bug 181638 - [PATCH] devel/pecl-gearman: update to 1.1.2
Summary: [PATCH] devel/pecl-gearman: update to 1.1.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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-29 07:30 UTC by Gasol Wu
Modified: 2013-11-13 20:20 UTC (History)
1 user (show)

See Also:


Attachments
pecl-gearman-1.1.2.patch (1.29 KB, patch)
2013-08-29 07:30 UTC, Gasol Wu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2013-08-29 07:30:00 UTC
- Update to 1.1.2

Port maintainer (miwi@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-29 07:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2013-09-22 15:11:27 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Back to the heap due to timeout
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-13 20:12:49 UTC
Author: antoine
Date: Wed Nov 13 20:12:36 2013
New Revision: 333726
URL: http://svnweb.freebsd.org/changeset/ports/333726

Log:
  - Update to 1.1.2
  - New LIB_DEPENDS syntax
  - Stage support
  - Remove tab in pkg-descr
  
  PR:		ports/181638
  Submitted by:	Gasol Wu
  Approved by:	maintainer timeout (2 months)

Modified:
  head/devel/pecl-gearman/Makefile
  head/devel/pecl-gearman/distinfo
  head/devel/pecl-gearman/pkg-descr

Modified: head/devel/pecl-gearman/Makefile
==============================================================================
--- head/devel/pecl-gearman/Makefile	Wed Nov 13 20:10:09 2013	(r333725)
+++ head/devel/pecl-gearman/Makefile	Wed Nov 13 20:12:36 2013	(r333726)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gearman
-PORTVERSION=	1.1.1
+PORTVERSION=	1.1.2
 CATEGORIES=	devel
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -14,12 +14,11 @@ COMMENT=	Gearman API
 
 LICENSE=	PHP301
 
-LIB_DEPENDS=	gearman:${PORTSDIR}/devel/gearmand
+LIB_DEPENDS=	libgearman.so:${PORTSDIR}/devel/gearmand
 
 CONFIGURE_ARGS=	--with-gearman
 PHP_MODNAME=	${PORTNAME}
 USE_PHP=	yes
 USE_PHPEXT=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/pecl-gearman/distinfo
==============================================================================
--- head/devel/pecl-gearman/distinfo	Wed Nov 13 20:10:09 2013	(r333725)
+++ head/devel/pecl-gearman/distinfo	Wed Nov 13 20:12:36 2013	(r333726)
@@ -1,2 +1,2 @@
-SHA256 (PECL/gearman-1.1.1.tgz) = 2212b8496cd82b27d8bcee1435d2dda7be2b9fc44bb76c575e018ec89cc5ec15
-SIZE (PECL/gearman-1.1.1.tgz) = 30896
+SHA256 (PECL/gearman-1.1.2.tgz) = c30a68145b4e33f4da929267f7b5296376ca81d76dd801fc77a261696a8a5965
+SIZE (PECL/gearman-1.1.2.tgz) = 30961

Modified: head/devel/pecl-gearman/pkg-descr
==============================================================================
--- head/devel/pecl-gearman/pkg-descr	Wed Nov 13 20:10:09 2013	(r333725)
+++ head/devel/pecl-gearman/pkg-descr	Wed Nov 13 20:12:36 2013	(r333726)
@@ -1,4 +1,4 @@
 This extension uses libgearman library to provide API for
 communicating with gearmand, and writing clients and workers.
 
-WWW:	http://pecl.php.net/package/gearman
+WWW: http://pecl.php.net/package/gearman
_______________________________________________
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 4 Antoine Brodin freebsd_committer freebsd_triage 2013-11-13 20:14:04 UTC
State Changed
From-To: open->closed

Port updated, thanks!