www/typo3-11: Update to 11.5.0
Fix a typo in Makefile Update DESCR PR: 259066 Reported by: freebsd-ports@charlieroot.de(maintainer)
This commit is contained in:
parent
14b28af192
commit
fd56738eb0
3 changed files with 13 additions and 10 deletions
|
@ -23,7 +23,7 @@ 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
|
||||
|
@ -47,7 +47,7 @@ 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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue