svn commit: r553397 - head/security/pecl-scrypt

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


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

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

Modified:
  head/security/pecl-scrypt/Makefile

Modified: head/security/pecl-scrypt/Makefile
==============================================================================
--- head/security/pecl-scrypt/Makefile	Mon Oct 26 23:21:56 2020	(r553396)
+++ head/security/pecl-scrypt/Makefile	Mon Oct 26 23:22:49 2020	(r553397)
@@ -12,6 +12,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		php:pecl
+IGNORE_WITH_PHP=	80
 USE_PHP=	hash:build
 
 OPTIONS_DEFINE=	DOCS EXAMPLES


More information about the svn-ports-head mailing list