Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2019 21:43:21 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494457 - head/databases/pear-Horde_Memcache
Message-ID:  <201903022143.x22LhLNl043930@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Horde Memcache API
 
+IGNORE_WITH_PHP=71
+
 USES=	horde
 USE_PHP=	memcache hash
 USE_HORDE_RUN=	Horde_Exception



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903022143.x22LhLNl043930>