Date: Wed, 13 Nov 2013 20:12:36 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333726 - head/devel/pecl-gearman Message-ID: <201311132012.rADKCaVi078402@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311132012.rADKCaVi078402>