diff --git a/www/typo3-12/Makefile b/www/typo3-12/Makefile index c23421770fcf..c415f603f0c7 100644 --- a/www/typo3-12/Makefile +++ b/www/typo3-12/Makefile @@ -1,76 +1,74 @@ PORTNAME= typo3 DISTVERSION= ${PORT_V_MAJOR}.${PORT_V_MINOR}.${PORT_V_PATCH} CATEGORIES= www MASTER_SITES= https://typo3.azureedge.net/typo3/${DISTVERSION}/ PKGNAMESUFFIX= -${PORT_V_MAJOR}${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME}_src-${DISTVERSION} MAINTAINER= freebsd-ports@charlieroot.de COMMENT= Typo3 content management system WWW= https://typo3.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -IGNORE_WITH_PHP= 83 - 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 \ simplexml tokenizer xml zip zlib WRKSRC= ${WRKDIR}/${PORTNAME}_src-${PORTVERSION} SHEBANG_GLOB= *.php *.sh NO_ARCH= yes NO_BUILD= yes PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\. SUB_FILES= pkg-message SUB_LIST+= PREFIX=${PREFIX} \ TYPO3DIR=${TYPO3DIR} \ TYPO3WWW=${TYPO3WWW} PORT_V_MAJOR= 12 PORT_V_MINOR= 4 -PORT_V_PATCH= 11 +PORT_V_PATCH= 15 TYPO3DIR= www/${PORTNAME}-${PORT_V_MAJOR} OPTIONS_DEFINE= CURL GMP IMAGICK MYSQL POSTGRES SQLITE 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 CURL_USE= PHP=curl GMP_USE= PHP=gmp MYSQL_USE= PHP=mysqli POSTGRES_USE= PHP=pgsql SQLITE_USE= PHP=sqlite3 .include .if ${PORT_OPTIONS:MIMAGICK} .if ${PORT_OPTIONS:MX11} USES+= magick:7,run .else USES+= magick:7,run,nox11 .endif .endif do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${TYPO3DIR} post-install: @${ECHO_CMD} "@owner ${WWWOWN}" >> ${TMPPLIST} @${ECHO_CMD} "@group ${WWWGRP}" >> ${TMPPLIST} @${ECHO_CMD} "@mode 755" >> ${TMPPLIST} @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${TYPO3DIR}?g" >>${TMPPLIST} @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${TYPO3DIR}?g" >> ${TMPPLIST} @${ECHO_CMD} "@mode" >> ${TMPPLIST} @${ECHO_CMD} "@group" >> ${TMPPLIST} @${ECHO_CMD} "@owner" >> ${TMPPLIST} .include diff --git a/www/typo3-12/distinfo b/www/typo3-12/distinfo index 49bb1df05dfd..d0406b791356 100644 --- a/www/typo3-12/distinfo +++ b/www/typo3-12/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708195397 -SHA256 (typo3_src-12.4.11.tar.gz) = a93bb3e8ceae5f00c77f985438dd948d2a33426ccfd7c2e0e5706325c43533a3 -SIZE (typo3_src-12.4.11.tar.gz) = 25896306 +TIMESTAMP = 1715907884 +SHA256 (typo3_src-12.4.15.tar.gz) = 7004d07db76b600455ffc2ddd71a37ac9e5e2e6a6529da26a788c03c77c2af9f +SIZE (typo3_src-12.4.15.tar.gz) = 26145402 diff --git a/www/typo3-12/pkg-descr b/www/typo3-12/pkg-descr index 73191e782ce7..a21d2f94225b 100644 --- a/www/typo3-12/pkg-descr +++ b/www/typo3-12/pkg-descr @@ -1,21 +1,13 @@ -We support each TYPO3 sprint release until the next minor version is published. -Once released in April 2023, the long-term support version of TYPO3 12 will -receive bug fixes until October 2024, and we will provide security updates until -April 2026. - -We encourage users and agencies to install and use the sprint releases until the -LTS release is available. Further details about the releases and planned release -dates are available in the roadmap. - +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 -* Create custom content types quickly and easily * Top-modern dependent libraries (CKEditor v5, Symfony v6, Doctrine v3) * And many improvements for developers System requirements -* PHP 8.1 +* PHP 8.1, 8.2, 8.3 * MariaDB 10.3+ / MySQL 8.0+ / PostgreSQL 10.0+ / SQLite 3.8.3+ * Modern Browsers * Detailed list of requirements: https://get.typo3.org/version/12#system-requirements