Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2024 06:54:58 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: e2e57e9b79e6 - 2024Q1 - mail/snappymail: Add missing ctype extension
Message-ID:  <202403080654.4286swCL025126@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yasu:

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(-)

diff --git a/mail/snappymail/Makefile b/mail/snappymail/Makefile
index 44cf253e8a43..65ecf3ed20e7 100644
--- a/mail/snappymail/Makefile
+++ b/mail/snappymail/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	snappymail
 DISTVERSION=	2.35.2
+PORTREVISION=	1
 CATEGORIES=	mail www
 MASTER_SITES=	https://github.com/the-djmaze/snappymail/releases/download/v${DISTVERSION}/
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
@@ -14,8 +15,8 @@ RUN_DEPENDS=	${PECL_PKGNAMEPREFIX}APCu>0:devel/pecl-APCu@${PHP_FLAVOR} \
 		${PECL_PKGNAMEPREFIX}uuid>0:devel/pecl-uuid@${PHP_FLAVOR}
 
 USES=		php:web,flavors
-USE_PHP=	curl dom fileinfo gd iconv intl mbstring phar sodium tidy xml \
-		zip zlib
+USE_PHP=	ctype curl dom fileinfo gd iconv intl mbstring phar sodium tidy \
+		xml zip zlib
 
 NO_ARCH=	yes
 NO_BUILD=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403080654.4286swCL025126>