svn commit: r494457 - head/databases/pear-Horde_Memcache

Antoine Brodin antoine at FreeBSD.org
Sat Mar 2 21:43:22 UTC 2019


Author: antoine
Date: Sat Mar  2 21:43:21 2019
New Revision: 494457
URL: https://svnweb.freebsd.org/changeset/ports/494457

Log:
  Ignore with php 7.1

Modified:
  head/databases/pear-Horde_Memcache/Makefile

Modified: head/databases/pear-Horde_Memcache/Makefile
==============================================================================
--- head/databases/pear-Horde_Memcache/Makefile	Sat Mar  2 21:34:42 2019	(r494456)
+++ head/databases/pear-Horde_Memcache/Makefile	Sat Mar  2 21:43:21 2019	(r494457)
@@ -7,6 +7,8 @@ CATEGORIES=	databases www pear
 MAINTAINER=	horde at FreeBSD.org
 COMMENT=	Horde Memcache API
 
+IGNORE_WITH_PHP=71
+
 USES=	horde
 USE_PHP=	memcache hash
 USE_HORDE_RUN=	Horde_Exception


More information about the svn-ports-head mailing list