svn commit: r363640 - head/databases/pecl-memcached
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 17:28:50 UTC 2014
Author: sunpoet
Date: Thu Jul 31 17:28:49 2014
New Revision: 363640
URL: http://svnweb.freebsd.org/changeset/ports/363640
QAT: https://qat.redports.org/buildarchive/r363640/
Log:
- Update *_DEPENDS
- Bump PORTREVISION for dependency change
Modified:
head/databases/pecl-memcached/Makefile
Modified: head/databases/pecl-memcached/Makefile
==============================================================================
--- head/databases/pecl-memcached/Makefile Thu Jul 31 17:28:40 2014 (r363639)
+++ head/databases/pecl-memcached/Makefile Thu Jul 31 17:28:49 2014 (r363640)
@@ -3,7 +3,7 @@
PORTNAME= memcached
PORTVERSION= 2.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -33,8 +33,8 @@ IGBINARY_DESC= Binary serializer support
.if ${PORT_OPTIONS:MIGBINARY}
CONFIGURE_ARGS+=--enable-memcached-igbinary
-BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/igbinary
-RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/igbinary
+BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/pecl-igbinary
+RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/pecl-igbinary
.endif
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list