Page MenuHomeFreeBSD

devel/php-composer: Update from 1.4.2 to 1.5.2
ClosedPublic

Authored by joneum on Oct 18 2017, 8:15 AM.
Tags
None
Referenced Files
F80138251: D12711.diff
Thu, Mar 28, 11:03 AM
Unknown Object (File)
Sun, Mar 17, 5:01 AM
Unknown Object (File)
Feb 17 2024, 2:41 PM
Unknown Object (File)
Feb 17 2024, 2:41 PM
Unknown Object (File)
Feb 17 2024, 2:40 PM
Unknown Object (File)
Feb 17 2024, 2:38 PM
Unknown Object (File)
Jan 12 2024, 4:21 PM
Unknown Object (File)
Nov 19 2023, 7:55 AM

Details

Summary

devel/php-composer: Update from 1.4.2 to 1.5.2

-Changelog:

https://github.com/composer/composer/releases/tag/1.4.3
https://github.com/composer/composer/releases/tag/1.5.0
https://github.com/composer/composer/releases/tag/1.5.1
https://github.com/composer/composer/releases/tag/1.5.2

Add missing mbstring module to avoid fatal PHP error

PR: 223063
Reported by: eqvvs <freebsd@flornet.de
Approved by: Naram Qashat <cyverbotx@cyberbotx.com> (maintainer)
MFH: 2017Q4
Approved by: xxx (mentor)
#Differential Revision: https://reviews.freebsd.org/Dxxxxx

Test Plan

~/dev/ports/devel/php-composer % portlint -AC
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 1 warnings found.

poudriere testport:

10.3-amd64
10.3-i386
11.1-amd64
11.1-i386
12.0-CURRENT r323123 amd64
12.0-CURRENT r323123 i386

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 12099
Build 12401: arc lint + arc unit

Event Timeline

Add mbstring to build this port fine. Bevore, there was an
fatal error, they tell, the mbstring is missing

This include one typo and the second sentence should be rephrased. A simple "Add missing mbstring module to avoid fatal PHP error" should be enough.

Approved with rephrasing.

This revision is now accepted and ready to land.Oct 18 2017, 8:31 AM
In D12711#263810, @tz wrote:

Add mbstring to build this port fine. Bevore, there was an
fatal error, they tell, the mbstring is missing

This include one typo and the second sentence should be rephrased. A simple "Add missing mbstring module to avoid fatal PHP error" should be enough.

Approved with rephrasing.

english, my waterloo. I know. Coming Soon English Course Evening School ;-)

This revision was automatically updated to reflect the committed changes.