Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Apr 2022 09:12:05 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0f5e1c2b233a - main - www/osticket: Add dependency on ctype php extension
Message-ID:  <202204040912.2349C56T038136@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis:

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

commit 0f5e1c2b233a92a1c1dcd6846c59d788ab91975b
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2022-04-04 09:09:08 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2022-04-04 09:09:08 +0000

    www/osticket: Add dependency on ctype php extension
---
 www/osticket/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/osticket/Makefile b/www/osticket/Makefile
index 2f54c1811ed7..188dd0d63dab 100644
--- a/www/osticket/Makefile
+++ b/www/osticket/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	osticket
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.16.1
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/osTicket/osTicket/releases/download/v${DISTVERSION}/
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
@@ -15,7 +16,7 @@ RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_F
 
 USES=		cpe php:web zip
 CPE_VENDOR=	enhancesoft
-USE_PHP=	curl dom fileinfo filter gd gettext iconv imap intl json \
+USE_PHP=	ctype curl dom fileinfo filter gd gettext iconv imap intl json \
 		mbstring mysqli opcache phar session xml zip
 IGNORE_WITH_PHP=	74 81
 NO_ARCH=	yes



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