git: 4b99b3bcea1f - main - www/typo3-13: Add missing PHP module

From: Wen Heping <wen_at_FreeBSD.org>
Date: Thu, 06 Feb 2025 01:20:14 UTC
The branch main has been updated by wen:

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

commit 4b99b3bcea1f53a5fe1ef19b1ba992880ac2af35
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2025-02-06 01:18:32 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2025-02-06 01:18:32 +0000

    www/typo3-13: Add missing PHP module
    
    PR:             284566
    Reported by:    wen@
    Approved by:    maintainer
---
 www/typo3-13/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/typo3-13/Makefile b/www/typo3-13/Makefile
index 89409efc94c6..f0551c629cab 100644
--- a/www/typo3-13/Makefile
+++ b/www/typo3-13/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	typo3
 DISTVERSION=	${PORT_V_MAJOR}.${PORT_V_MINOR}.${PORT_V_PATCH}
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://cdn.typo3.com/typo3/${DISTVERSION}/
 PKGNAMESUFFIX=	-${PORT_V_MAJOR}${PHP_PKGNAMESUFFIX}
@@ -16,7 +17,7 @@ IGNORE_WITH_PHP=	81
 
 USES=		cpe php:web,flavors shebangfix
 # php openssl extension is required but it's statically linked in default php
-USE_PHP=	ctype dom fileinfo filter gd intl mbstring pdo session \
+USE_PHP=	ctype dom exif fileinfo filter gd intl mbstring pdo session \
 		simplexml tokenizer xml zip zlib
 
 WRKSRC=		${WRKDIR}/${PORTNAME}_src-${DISTVERSION}