View | Details | Raw Unified | Return to bug 268357
Collapse All | Expand All

(-)b/www/typo3-12/Makefile (-3 / +3 lines)
Lines 13-19 LICENSE= GPLv2 Link Here
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
14
15
IGNORE_WITH_MYSQL=	55 56 57 101m 102m
15
IGNORE_WITH_MYSQL=	55 56 57 101m 102m
16
IGNORE_WITH_PHP=	80 82
16
IGNORE_WITH_PHP=	74 80 82
17
17
18
USES=		cpe php:web,flavors shebangfix
18
USES=		cpe php:web,flavors shebangfix
19
USE_PHP=	ctype dom fileinfo filter gd hash intl json \
19
USE_PHP=	ctype dom fileinfo filter gd hash intl json \
Lines 31-38 SUB_LIST+= PREFIX=${PREFIX} \ Link Here
31
		TYPO3DIR=${TYPO3DIR}
31
		TYPO3DIR=${TYPO3DIR}
32
32
33
PORT_V_MAJOR=	12
33
PORT_V_MAJOR=	12
34
PORT_V_MINOR=	0
34
PORT_V_MINOR=	1
35
PORT_V_PATCH=	0
35
PORT_V_PATCH=	2
36
36
37
TYPO3DIR=	www/${PORTNAME}-${PORT_V_MAJOR}
37
TYPO3DIR=	www/${PORTNAME}-${PORT_V_MAJOR}
38
38
(-)b/www/typo3-12/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1669803175
1
TIMESTAMP = 1670938638
2
SHA256 (typo3_src-12.0.0.tar.gz) = eeb5bac265b2211ea377d6cb3f50f030894ff87312055b1692e651dd2ad1b5dc
2
SHA256 (typo3_src-12.1.2.tar.gz) = 0608ba47d145f56c61155ed7d7c8bf97eb6102b0a23ddebc9b7f97641eadf6cd
3
SIZE (typo3_src-12.0.0.tar.gz) = 24215372
3
SIZE (typo3_src-12.1.2.tar.gz) = 24323907
(-)b/www/typo3-12/pkg-descr (-9 / +14 lines)
Lines 1-14 Link Here
1
The latest version with Long Term Support (LTS). It will have full support until
1
We support each TYPO3 sprint release until the next minor version is published.
2
31 October 2024 and security bugfixes until 30 April 2026.
2
Once released in April 2023, the long-term support version of TYPO3 12 will receive
3
bug fixes until October 2024, and we will provide security updates until April 2026.
3
4
4
* Unified editor experience
5
We encourage users and agencies to install and use the sprint releases until the
5
* Advanced filelist module
6
LTS release is available. Further details about the releases and planned release
6
* Sharable Deep Links in the TYPO3 Backend
7
dates are available in the roadmap.
7
* Improved collaboration and Workflow features
8
8
* Flexible and Secure Multi-factor Authentication
9
* Increased performance
9
* And a lot of Improvements for Developers
10
* Improved backend usability
11
* Create custom content types quickly and easily
12
* Top-modern dependent libraries (CKEditor v5, Symfony v6, Doctrine v3)
13
* And many improvements for developers
10
14
11
System requirements
15
System requirements
12
* PHP 8.1
16
* PHP 8.1
13
* MySQL 8.0+ / MariaDB / Postgres / SQLite support
17
* MariaDB 10.3+ / MySQL 8.0+ / PostgreSQL 10.0+ / SQLite 3.8.3+
14
* Modern Browsers
18
* Modern Browsers
19
* Detailed list of requirements: https://get.typo3.org/version/12#system-requirements
(-)b/www/typo3-11/Makefile (-1 / +1 lines)
Lines 30-36 SUB_LIST+= PREFIX=${PREFIX} \ Link Here
30
30
31
PORT_V_MAJOR=	11
31
PORT_V_MAJOR=	11
32
PORT_V_MINOR=	5
32
PORT_V_MINOR=	5
33
PORT_V_PATCH=	19
33
PORT_V_PATCH=	20
34
34
35
TYPO3WWW=	www
35
TYPO3WWW=	www
36
TYPO3SRC=	${PORTNAME}_src-${PORTVERSION}
36
TYPO3SRC=	${PORTNAME}_src-${PORTVERSION}
(-)b/www/typo3-11/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1668731593
1
TIMESTAMP = 1670940095
2
SHA256 (typo3_src-11.5.19.tar.gz) = f61e25a07200aa196be32d4ef5415cf7756b2f3713b58ebff3d3617540f8300c
2
SHA256 (typo3_src-11.5.20.tar.gz) = 14bcd4012322ebf5a9da7241821e0fc40c8e91ab5f283709de96300c7940c439
3
SIZE (typo3_src-11.5.19.tar.gz) = 29004707
3
SIZE (typo3_src-11.5.20.tar.gz) = 29025869
(-)b/www/typo3-11/pkg-descr (-9 / +10 lines)
Lines 1-17 Link Here
1
The latest version with Long Term Support (LTS). It will have full support until
1
This is the stable version with long-term support (LTS). We provide free
2
March 2023 and security bugfixes until October 2024.
2
maintenance bug fixes until April 2023 and security updates until October 2024.
3
3
4
* Unified editor experience
4
* Unified editor experience
5
* Advanced filelist module
5
* Advanced Filelist module
6
* Sharable Deep Links in the TYPO3 Backend
6
* Sharable deep links in the TYPO3 backend
7
* Improved collaboration and Workflow features
7
* Improved collaboration and workflow features
8
* Flexible and Secure Multi-factor Authentication
8
* Flexible and secure multi-factor authentication (MFA)
9
* And a lot of Improvements for Developers
9
* And many improvements for developers
10
10
11
System requirements
11
System requirements
12
* PHP 7.4 or 8.0
12
* PHP 7.4, 8.0, 8.1
13
* MySQL 5.7+ / MariaDB / Postgres / SQLite support
13
* MariaDB 10.2.7+ / Microsoft SQL Server / MySQL 5.7.9+ / PostgreSQL / SQLite
14
* Modern Browsers
14
* Modern Browsers
15
* Detailed list of requirements: https://get.typo3.org/version/11#system-requirements
15
16
16
Supported Until
17
Supported Until
17
Free: 2024-10-31
18
Free: 2024-10-31

Return to bug 268357