Created attachment 179023 [details] Patch http://php.net/ChangeLog-7.php#7.0.15 poudriere build fine for: 10.3 amd + i386 11.0 amd + i386 12-current amd + i386 (r310257) Tests incl all Slave Ports in Poudrire portlint -AC is also fine. Cheers jochen
Thanks for the patch Jochen. Sadly its not quite correct. When updating the PHP you need to check if PORTREVISION was set in one of the many modules. I use this command to check and sort everything out after it: grep -RH "PORTREVISION" /usr/ports/*/php70*/Makefile Without the patch would also build fine. But than you have a PORTREVISION quite from the first release which is a little odd and can confuse users ;) I let you do the patch-update to become more familiar with it. :)
Created attachment 179071 [details] Patch
(In reply to Jochen Neumeister from comment #2) working fine for me
A commit references this bug: Author: tz Date: Fri Jan 20 09:40:40 UTC 2017 New revision: 431941 URL: https://svnweb.freebsd.org/changeset/ports/431941 Log: Update PHP 7 from 7.0.14 to 7.0.15 Changelog: http://www.php.net/ChangeLog-7.php#7.0.15 PR: 216210 Submitted by: Jochen Neumeister <joneum@bsdproject.de> MFH: 2017Q1 Security: https://vuxml.freebsd.org/freebsd/709e025a-de8b-11e6-a9a5-b499baebfeaf.html Changes: head/databases/php70-interbase/Makefile head/databases/php70-mysqli/Makefile head/lang/php70/Makefile head/lang/php70/distinfo
Committed, thanks! :) Waiting for MFH-Approval :)
A commit references this bug: Author: tz Date: Mon Jan 23 16:48:23 UTC 2017 New revision: 432250 URL: https://svnweb.freebsd.org/changeset/ports/432250 Log: MFH: r431941 Update PHP 7 from 7.0.14 to 7.0.15 Changelog: http://www.php.net/ChangeLog-7.php#7.0.15 PR: 216210 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Security: https://vuxml.freebsd.org/freebsd/709e025a-de8b-11e6-a9a5-b499baebfeaf.html Approved by: ports-secteam (junovitch) Changes: _U branches/2017Q1/ branches/2017Q1/databases/php70-interbase/Makefile branches/2017Q1/lang/php70/Makefile branches/2017Q1/lang/php70/distinfo
Now merged into quarterly-branch. Everything is done, thanks :)
*** Bug 216429 has been marked as a duplicate of this bug. ***