svn commit: r553395 - head/math/pecl-stats2

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


Author: dbaio
Date: Mon Oct 26 23:21:21 2020
New Revision: 553395
URL: https://svnweb.freebsd.org/changeset/ports/553395

Log:
  math/pecl-stats2: Ignore with PHP 8.0
  
  Reported by:	pkg-fallout

Modified:
  head/math/pecl-stats2/Makefile

Modified: head/math/pecl-stats2/Makefile
==============================================================================
--- head/math/pecl-stats2/Makefile	Mon Oct 26 23:20:10 2020	(r553394)
+++ head/math/pecl-stats2/Makefile	Mon Oct 26 23:21:21 2020	(r553395)
@@ -11,6 +11,7 @@ LICENSE=	PHP301
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		php:pecl
+IGNORE_WITH_PHP=	80
 CONFLICTS=	pecl-stats-1*
 
 PORTSCOUT=	limit:^2.*


More information about the svn-ports-all mailing list