Date: Tue, 9 Oct 2018 13:40:13 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481632 - head/security/snuffleupagus Message-ID: <201810091340.w99DeDkE089006@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810091340.w99DeDkE089006>