Summary: | lang/php70: Update to 7.0.15 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jochen Neumeister <joneum> | ||||||
Component: | Individual Port(s) | Assignee: | Torsten Zuehlsdorff <tz> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Many People | CC: | dutchbsd, freebsd-bugs, joneum, tz | ||||||
Priority: | --- | Flags: | tz:
maintainer-feedback+
tz: merge-quarterly+ |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Jochen Neumeister
2017-01-18 08:04:04 UTC
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. *** |