svn commit: r390421 - head/devel/pear-Net_Gearman
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 23 16:04:56 UTC 2015
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 at 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 at 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>
More information about the svn-ports-head
mailing list