Bug 282135 - mail/pecl-imap: update to 1.0.3
Summary: mail/pecl-imap: update to 1.0.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-16 08:14 UTC by mickael.maillot
Modified: 2024-10-17 09:47 UTC (History)
1 user (show)

See Also:


Attachments
1.0.3 update (1.18 KB, patch)
2024-10-16 08:14 UTC, mickael.maillot
no flags Details | Diff
poudriere build log (23.06 KB, text/plain)
2024-10-16 08:15 UTC, mickael.maillot
no flags Details
1.0.3 update without pcre (1.48 KB, patch)
2024-10-17 09:23 UTC, mickael.maillot
mickael.maillot: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mickael.maillot 2024-10-16 08:14:08 UTC
Created attachment 254283 [details]
1.0.3 update

simple update with previous patch included.

Diff + poudriere build log attached
Comment 1 mickael.maillot 2024-10-16 08:15:19 UTC
Created attachment 254284 [details]
poudriere build log
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-10-16 09:37:00 UTC
Warning: you might not need LIB_DEPENDS on libpcre2-8.so

Is it require pcre2?
Comment 3 mickael.maillot 2024-10-17 09:22:36 UTC
the code use pcre from php itself so it can be removed from lib_depends yes.
Comment 4 mickael.maillot 2024-10-17 09:23:30 UTC
Created attachment 254305 [details]
1.0.3 update without pcre
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-10-17 09:46:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b6825c1bebe5b327f853a4f57b8b44ebdbe6dfab

commit b6825c1bebe5b327f853a4f57b8b44ebdbe6dfab
Author:     mickael.maillot <mickael.maillot@gmail.com>
AuthorDate: 2024-10-17 09:42:25 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-10-17 09:42:25 +0000

    mail/pecl-imap: Update 1.0.2 → 1.0.3

    Commit log:
    https://github.com/php/pecl-mail-imap/compare/1.0.2...1.0.3

    Remove devel/pcre2 from LIB_DEPENDS - the code use pcre from php itself.

    PR:     282135

 mail/pecl-imap/Makefile | 8 ++------
 mail/pecl-imap/distinfo | 8 +++-----
 2 files changed, 5 insertions(+), 11 deletions(-)
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2024-10-17 09:47:00 UTC
Thanks.