aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-11-14 04:12:36 +0800
committerantoine <antoine@FreeBSD.org>2013-11-14 04:12:36 +0800
commit21a44aac33a4eb31ef5effa56ad77d4f8b832d07 (patch)
treeb55f33c2eee1f6f5dcb5a4b9e2e58698e6995df6
parentc7ee69a916a548e8f913bee4b250172cf098ed78 (diff)
downloadfreebsd-ports-gnome-21a44aac33a4eb31ef5effa56ad77d4f8b832d07.tar.gz
freebsd-ports-gnome-21a44aac33a4eb31ef5effa56ad77d4f8b832d07.tar.zst
freebsd-ports-gnome-21a44aac33a4eb31ef5effa56ad77d4f8b832d07.zip
- 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)
-rw-r--r--devel/pecl-gearman/Makefile5
-rw-r--r--devel/pecl-gearman/distinfo4
-rw-r--r--devel/pecl-gearman/pkg-descr2
3 files changed, 5 insertions, 6 deletions
diff --git a/devel/pecl-gearman/Makefile b/devel/pecl-gearman/Makefile
index 56ac08b1dae6..03705bcf274e 100644
--- a/devel/pecl-gearman/Makefile
+++ b/devel/pecl-gearman/Makefile
@@ -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>
diff --git a/devel/pecl-gearman/distinfo b/devel/pecl-gearman/distinfo
index e413aa05f614..a4e8f2193dbf 100644
--- a/devel/pecl-gearman/distinfo
+++ b/devel/pecl-gearman/distinfo
@@ -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
diff --git a/devel/pecl-gearman/pkg-descr b/devel/pecl-gearman/pkg-descr
index 6797fcb25b43..ac2751c5db8a 100644
--- a/devel/pecl-gearman/pkg-descr
+++ b/devel/pecl-gearman/pkg-descr
@@ -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