diff --git a/www/typo3-11/Makefile b/www/typo3-11/Makefile index 66c293b90ce9..8ecd4feb5663 100644 --- a/www/typo3-11/Makefile +++ b/www/typo3-11/Makefile @@ -1,96 +1,96 @@ # Created by: Helmut Ritter PORTNAME= typo3 PORTVERSION= ${PORT_V_MAJOR}.${PORT_V_MINOR}.${PORT_V_PATCH} CATEGORIES= www MASTER_SITES= https://typo3.azureedge.net/typo3/${PORTVERSION}/ PKGNAMESUFFIX= -${PORT_V_MAJOR}${PHP_PKGNAMESUFFIX} MAINTAINER= freebsd-ports@charlieroot.de COMMENT= Typo3 content management system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cpe php:web,flavors shebangfix USE_PHP= ctype dom fileinfo filter hash intl json openssl pcre session simplexml \ spl tokenizer xml zip WRKSRC= ${WRKDIR}/${TYPO3SRC} NO_BUILD= yes NO_ARCH= yes SHEBANG_GLOB= *.sh *.php PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\. PORT_V_MAJOR= 11 -PORT_V_MINOR= 4 +PORT_V_MINOR= 5 PORT_V_PATCH= 0 TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} TYPO3DIR= ${PORTNAME}-${PORT_V_MAJOR} USERS= ${WWWOWN} GROUPS= ${WWWGRP} SUB_FILES= pkg-message SUB_LIST+= PREFIX=${PREFIX} \ TYPO3WWW=${TYPO3WWW} \ TYPO3DIR=${TYPO3DIR} DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} OPTIONS_DEFINE= CURL GD GMP IMAGICK MBSTRING MYSQL POSTGRES SQLSRV SQLITE ZLIB OPTIONS_DEFAULT=MYSQL GD_DESC= GDlib/freetype support IMAGICK_DESC= ${IMAGEMAGICK_DESC} MBSTRING_DESC= ${MULTIBYTE_DESC} MYSQL_DESC= Use MySQL as DBMS POSTGRES_DESC= Use PostgreSQL as DBMS -SQLITE_DESC= Use SQLiet as DBMS +SQLITE_DESC= Use SQLite as DBMS SQLSRV_DESC= Use MSSQL as DBMS CURL_USE= PHP=curl GD_USE= PHP=gd GMP_USE= PHP=gmp MBSTRING_USE= PHP=mbstring MYSQL_USE= PHP=mysqli POSTGRES_USE= PHP=postgresql SQLSRV_USE= PHP=sqlsrv SQLITE_USE= PHP=sqlite ZLIB_USE= PHP=zlib .include .if ${PORT_OPTIONS:MIMAGICK} .if ${PORT_OPTIONS:MX11} RUN_DEPENDS+= convert:graphics/ImageMagick7 .else RUN_DEPENDS+= convert:graphics/ImageMagick7-nox11 .endif .endif do-install: # workaround fix for: # "Checking for items in STAGEDIR missing from pkg-plist" # "Error: Orphaned: @dir %%WWWDIR%%_src-10.4.16/vendor/symfony/string/Resources/bin" ${RMDIR} ${WRKSRC}/vendor/symfony/string/Resources/bin # remove source empty directory ${MKDIR} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR} ${CP} -R ${WRKDIR}/${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/ ${LN} -fs ../${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/typo3_src ${LN} -fs typo3_src/index.php ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/index.php ${LN} -fs typo3_src/typo3 ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/typo3 post-install: @cd ${STAGEDIR}${PREFIX}; \ ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3DIR}/*" | \ ${SORT} >> ${TMPPLIST}; \ ${ECHO} "@owner ${WWWOWN}" >> ${TMPPLIST}; \ ${ECHO} "@dir ${TYPO3WWW}/${TYPO3DIR}" >> ${TMPPLIST} @cd ${STAGEDIR}${PREFIX}; \ ${ECHO} "@owner" >> ${TMPPLIST}; \ ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3SRC}/*" | \ ${SORT} >> ${TMPPLIST} .include diff --git a/www/typo3-11/distinfo b/www/typo3-11/distinfo index 1b12037f92a0..a98099f0bd3c 100644 --- a/www/typo3-11/distinfo +++ b/www/typo3-11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633081347 -SHA256 (typo3_src-11.4.0.tar.gz) = 04452d0dcecccad9398fc01d29ea8ba812bec0e008a98821ea803c81e6b35a56 -SIZE (typo3_src-11.4.0.tar.gz) = 27474920 +TIMESTAMP = 1635858969 +SHA256 (typo3_src-11.5.0.tar.gz) = d085b323392545c506cd2647c2914430d05fd4e2e2986e6bd91a863ac14e08c1 +SIZE (typo3_src-11.5.0.tar.gz) = 28074323 diff --git a/www/typo3-11/pkg-descr b/www/typo3-11/pkg-descr index 3d81ff12e57b..36068f3657ca 100644 --- a/www/typo3-11/pkg-descr +++ b/www/typo3-11/pkg-descr @@ -1,17 +1,20 @@ -TYPO3 v11 LTS is scheduled to be released in October 2021. +The latest version with Long Term Support (LTS). It will have full support until +March 2023 and security bugfixes until October 2024. -Updates and security fixes will be provided for three years starting from the -release date. We encourage users and agencies to install and use the v11 sprint -releases until the LTS release is available. Further details about the releases -and release dates are available in the roadmap. +* Unified editor experience +* Advanced filelist module +* Sharable Deep Links in the TYPO3 Backend +* Improved collaboration and Workflow features +* Flexible and Secure Multi-factor Authentication +* And a lot of Improvements for Developers System requirements * PHP 7.4 or 8.0 * MySQL 5.7+ / MariaDB / Postgres / SQLite support * Modern Browsers Supported Until Free: 2024-10-31 ELTS: 2027-10-31 WWW: https://typo3.org/