Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2020 23:21:56 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553396 - head/net-im/pecl-stomp2
Message-ID:  <202010262321.09QNLuQF036096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Mon Oct 26 23:21:56 2020
New Revision: 553396
URL: https://svnweb.freebsd.org/changeset/ports/553396

Log:
  net-im/pecl-stomp2: Ignore with PHP 8.0
  
  For now, there is some work on upstream to support PHP 8.
  
  Reported by:	pkg-fallout

Modified:
  head/net-im/pecl-stomp2/Makefile

Modified: head/net-im/pecl-stomp2/Makefile
==============================================================================
--- head/net-im/pecl-stomp2/Makefile	Mon Oct 26 23:21:21 2020	(r553395)
+++ head/net-im/pecl-stomp2/Makefile	Mon Oct 26 23:21:56 2020	(r553396)
@@ -11,6 +11,7 @@ LICENSE=	PHP301
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		php:pecl
+IGNORE_WITH_PHP=	80
 CONFLICTS=	pecl-stomp-1*
 
 PORTSCOUT=	limit:^2.*



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