git: 73e7564c362d - main - www/typo3-12: update to 12.4.17

From: Zsolt Udvari <uzsolt_at_FreeBSD.org>
Date: Sun, 14 Jul 2024 12:05:09 UTC
The branch main has been updated by uzsolt:

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

commit 73e7564c362d68331828b44f953298fe2809377f
Author:     Helmut Ritter <freebsd-ports@charlieroot.de>
AuthorDate: 2024-07-14 12:01:05 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-07-14 12:01:05 +0000

    www/typo3-12: update to 12.4.17
    
    Add X11 to OPTIONS_DEFINE.
    Remove useless MBSTRING_DESC.
    Fix line width in pkg-descr.
    Pet portclippy, portfmt.
    
    Changelog: https://get.typo3.org/release-notes/12.4.17
    
    PR:             280225
    Approved by:    submitter is maintainer
---
 www/typo3-12/Makefile  | 7 +++----
 www/typo3-12/distinfo  | 6 +++---
 www/typo3-12/pkg-descr | 4 ++--
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/www/typo3-12/Makefile b/www/typo3-12/Makefile
index e3f1a6397063..f8d459508b0c 100644
--- a/www/typo3-12/Makefile
+++ b/www/typo3-12/Makefile
@@ -17,7 +17,6 @@ USES=		cpe php:web,flavors shebangfix
 USE_PHP=	ctype dom fileinfo filter gd intl mbstring pdo session \
 		simplexml tokenizer xml zip zlib
 
-WRKSRC=		${WRKDIR}/${PORTNAME}_src-${PORTVERSION}
 SHEBANG_GLOB=	*.php *.sh
 NO_ARCH=	yes
 NO_BUILD=	yes
@@ -26,18 +25,18 @@ SUB_FILES=	pkg-message
 SUB_LIST+=	PREFIX=${PREFIX} \
 		TYPO3DIR=${TYPO3DIR} \
 		TYPO3WWW=${TYPO3WWW}
+WRKSRC=		${WRKDIR}/${PORTNAME}_src-${PORTVERSION}
 
 PORT_V_MAJOR=	12
 PORT_V_MINOR=	4
-PORT_V_PATCH=	16
+PORT_V_PATCH=	17
 
 TYPO3DIR=	www/${PORTNAME}-${PORT_V_MAJOR}
 
-OPTIONS_DEFINE=		CURL GMP IMAGICK MYSQL POSTGRES SQLITE
+OPTIONS_DEFINE=		CURL GMP IMAGICK MYSQL POSTGRES SQLITE X11
 OPTIONS_DEFAULT=	MYSQL
 
 IMAGICK_DESC=	${IMAGEMAGICK_DESC}
-MBSTRING_DESC=	${MULTIBYTE_DESC}
 MYSQL_DESC=	Use MySQL as DBMS
 POSTGRES_DESC=	Use PostgreSQL as DBMS
 SQLITE_DESC=	Use SQLite as DBMS
diff --git a/www/typo3-12/distinfo b/www/typo3-12/distinfo
index b30a64cb6880..3839e6388d84 100644
--- a/www/typo3-12/distinfo
+++ b/www/typo3-12/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718204343
-SHA256 (typo3_src-12.4.16.tar.gz) = ca7e07d9e8f0b6da5131288bd6543c5e57c21caceccf0a4058db8f61ba667268
-SIZE (typo3_src-12.4.16.tar.gz) = 26167307
+TIMESTAMP = 1720712494
+SHA256 (typo3_src-12.4.17.tar.gz) = 5ef12cce1137e6a7aa17883ad4c25df783e049abec7d22ad2c72bc2bcf5e5816
+SIZE (typo3_src-12.4.17.tar.gz) = 26183515
diff --git a/www/typo3-12/pkg-descr b/www/typo3-12/pkg-descr
index a21d2f94225b..028508865fef 100644
--- a/www/typo3-12/pkg-descr
+++ b/www/typo3-12/pkg-descr
@@ -1,5 +1,5 @@
-This is the stable version with long-term support (LTS). We provide free maintenance
-bug fixes until October 2024 and security updates until April 2026.
+This is the stable version with long-term support (LTS). We provide free
+maintenance bug fixes until October 2024 and security updates until April 2026.
 * Increased performance
 * Improved backend usability
 * Top-modern dependent libraries (CKEditor v5, Symfony v6, Doctrine v3)