Date: Tue, 23 Jun 2015 16:04:55 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390421 - head/devel/pear-Net_Gearman Message-ID: <201506231604.t5NG4t6D010326@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 23 16:04:55 2015 New Revision: 390421 URL: https://svnweb.freebsd.org/changeset/ports/390421 Log: - Add missing PHP sockets dependency PR: 200927 Submitted by: gasol.wu@gmail.com (maintainer) Modified: head/devel/pear-Net_Gearman/Makefile Modified: head/devel/pear-Net_Gearman/Makefile ============================================================================== --- head/devel/pear-Net_Gearman/Makefile Tue Jun 23 16:01:42 2015 (r390420) +++ head/devel/pear-Net_Gearman/Makefile Tue Jun 23 16:04:55 2015 (r390421) @@ -3,7 +3,7 @@ PORTNAME= Net_Gearman PORTVERSION= 0.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel pear MAINTAINER= gasol.wu@gmail.com @@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear -USE_PHP= json mbstring +USE_PHP= json mbstring sockets USES= pear .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506231604.t5NG4t6D010326>