- 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)
Responsible Changed From-To: freebsd-ports-bugs->miwi Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: miwi->freebsd-ports-bugs Back to the heap due to timeout
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"
State Changed From-To: open->closed Port updated, thanks!