svn commit: r553396 - head/net-im/pecl-stomp2

Danilo G. Baio dbaio at FreeBSD.org
Mon Oct 26 23:21:57 UTC 2020


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.*


More information about the svn-ports-head mailing list