Date: Fri, 7 Jul 2017 08:09:35 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r445213 - in branches/2017Q3/www/php71-opcache: . files Message-ID: <201707070809.v6789Zf0081135@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Fri Jul 7 08:09:35 2017 New Revision: 445213 URL: https://svnweb.freebsd.org/changeset/ports/445213 Log: MFH: r445145 www/php71-opcache: Fix 'Undefined symbol "zend_file_cache_script_load"' Add patch to fix PHP bug #74766: https://bugs.php.net/bug.php?id=74766 PR: 220430 Reported by: Bernard Spil <brnrd@FreeBSD.org> Approved by: ports-secteam (junovitch) Added: branches/2017Q3/www/php71-opcache/files/ - copied from r445145, head/www/php71-opcache/files/ Modified: branches/2017Q3/www/php71-opcache/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/www/php71-opcache/Makefile ============================================================================== --- branches/2017Q3/www/php71-opcache/Makefile Fri Jul 7 07:59:54 2017 (r445212) +++ branches/2017Q3/www/php71-opcache/Makefile Fri Jul 7 08:09:35 2017 (r445213) @@ -1,6 +1,7 @@ # $FreeBSD$ CATEGORIES= www +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../../lang/php71
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707070809.v6789Zf0081135>