svn commit: r481632 - head/security/snuffleupagus

Steve Wills swills at FreeBSD.org
Tue Oct 9 13:40:13 UTC 2018


Author: swills
Date: Tue Oct  9 13:40:12 2018
New Revision: 481632
URL: https://svnweb.freebsd.org/changeset/ports/481632

Log:
  security/snuffleupagus: ignore with PHP 7.3
  
  PHP 7.3 is not yet supported
  
  PR:		232111
  Submitted by:	Franco Fichtner <franco at opnsense.org> (maintainer)

Modified:
  head/security/snuffleupagus/Makefile   (contents, props changed)

Modified: head/security/snuffleupagus/Makefile
==============================================================================
--- head/security/snuffleupagus/Makefile	Tue Oct  9 13:01:40 2018	(r481631)
+++ head/security/snuffleupagus/Makefile	Tue Oct  9 13:40:12 2018	(r481632)
@@ -12,7 +12,7 @@ COMMENT=	Security module for PHP 7+
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
-IGNORE_WITH_PHP=56
+IGNORE_WITH_PHP=56 73
 
 LIB_DEPENDS=	libpcre.so:devel/pcre
 


More information about the svn-ports-all mailing list