Bug 277570 - mail/snappymail: Add missing ctype extension
Summary: mail/snappymail: Add missing ctype extension
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yasuhiro Kimura
URL:
Keywords:
Depends on:
Blocks: 277571
  Show dependency treegraph
 
Reported: 2024-03-08 05:34 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-03-08 06:59 UTC (History)
0 users

See Also:
yasu: maintainer-feedback+
yasu: merge-quarterly+


Attachments
mail-snappymail-Add-missing-ctype-extension.patch (1.30 KB, patch)
2024-03-08 05:34 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2024-03-08 05:34:33 UTC
Created attachment 249016 [details]
mail-snappymail-Add-missing-ctype-extension.patch

Description:

When the user first logs in to its web server with snappymail installed, the first
thing it will see is:

```
[302] The following PHP extensions are not available in your PHP configuration!

    ctype
```

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 14.0-RELEASE, amd64, GNUPG LDAP MYSQL PGSQL REDIS SQLITE3 tested)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-03-08 06:53:33 UTC
A commit in branch main references this bug:

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

commit 44b591df85b45b63a612c55de7cc1677fa9b484f
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-03-08 05:08:05 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-03-08 06:51:19 +0000

    mail/snappymail: Add missing ctype extension

    When the user first logs in to its web server with snappymail installed, the first
    thing it will see is:

    ```
    [302] The following PHP extensions are not available in your PHP configuration!

        ctype
    ```

    PR:             277570
    MFH:            2024Q1

 mail/snappymail/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-03-08 06:55:35 UTC
A commit in branch 2024Q1 references this bug:

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

commit e2e57e9b79e6583f1e8a31469459b298ddf7add8
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-03-08 05:08:05 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-03-08 06:54:13 +0000

    mail/snappymail: Add missing ctype extension

    When the user first logs in to its web server with snappymail installed, the first
    thing it will see is:

    ```
    [302] The following PHP extensions are not available in your PHP configuration!

        ctype
    ```

    PR:             277570
    MFH:            2024Q1
    (cherry picked from commit 44b591df85b45b63a612c55de7cc1677fa9b484f)

 mail/snappymail/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2024-03-08 06:57:34 UTC
Committed. Thanks!