pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fusionpbx: Add php-memcached dependency



Module Name:	pkgsrc-wip
Committed By:	Angel M. Adames <angelmadames%gmail.com@localhost>
Pushed By:	angelmadames
Date:		Thu Jul 6 15:39:42 2017 -0400
Changeset:	bd9619cf75197e28e0b51da991d165d3a7ce8954

Modified Files:
	fusionpbx/Makefile

Log Message:
fusionpbx: Add php-memcached dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bd9619cf75197e28e0b51da991d165d3a7ce8954

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fusionpbx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/fusionpbx/Makefile b/fusionpbx/Makefile
index 3f96ef902a..fd4fe06535 100644
--- a/fusionpbx/Makefile
+++ b/fusionpbx/Makefile
@@ -31,9 +31,9 @@ PKG_SYSCONFSUBDIR=	fusionpbx
 PKG_SYSCONFDIR_PERMS=	${FUSIONPBX_USER} ${FUSIONPBX_GROUP} 0755
 
 DEPENDS+=	${PHP_PKG_PREFIX}-pdo_pgsql-[0-9]*:../../databases/php-pdo_pgsql
-#DEPENDS+=	${PHP_PKG_PREFIX}-pdo_pgsql>=${PHP_BASE_VERS}:../../databases/php-pdo_pgsql
 DEPENDS+=	${PHP_PKG_PREFIX}-pdo_sqlite-[0-9]*:../../databases/php-pdo_sqlite
 DEPENDS+=	${PHP_PKG_PREFIX}-memcache-[0-9]*:../../devel/php-memcache
+DEPENDS+=	${PHP_PKG_PREFIX}-memcached>2.2:../../devel/php-memcached
 DEPENDS+=	${PHP_PKG_PREFIX}-imap>4.3.3:../../mail/php-imap
 DEPENDS+=	${PHP_PKG_PREFIX}-mcrypt-[0-9]*:../../security/php-mcrypt
 DEPENDS+=	${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json


Home | Main Index | Thread Index | Old Index