Bug 216210

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 Flags
Patch
none
Patch joneum: maintainer-approval? (tz)

Description Jochen Neumeister freebsd_committer freebsd_triage 2017-01-18 08:04:04 UTC
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
Comment 1 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2017-01-19 13:43:05 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. :)
Comment 2 Jochen Neumeister freebsd_committer freebsd_triage 2017-01-19 17:03:38 UTC
Created attachment 179071 [details]
Patch
Comment 3 DutchBSD 2017-01-19 17:42:47 UTC
(In reply to Jochen Neumeister from comment #2)

working fine for me
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-01-20 09:41:17 UTC
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
Comment 5 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2017-01-20 09:41:58 UTC
Committed, thanks! :)

Waiting for MFH-Approval :)
Comment 6 commit-hook freebsd_committer freebsd_triage 2017-01-23 16:48:51 UTC
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
Comment 7 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2017-01-23 16:53:24 UTC
Now merged into quarterly-branch.

Everything is done, thanks :)
Comment 8 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2017-01-24 13:39:17 UTC
*** Bug 216429 has been marked as a duplicate of this bug. ***