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

(-)b/www/typo3-12/Makefile (-4 / +4 lines)
Lines 12-18 WWW= https://typo3.org/ Link Here
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
14
15
IGNORE_WITH_PHP=	83
15
IGNORE_WITH_PHP=	81
16
16
17
USES=		cpe php:web,flavors shebangfix
17
USES=		cpe php:web,flavors shebangfix
18
# php openssl extension is required but it's statically linked in default php
18
# php openssl extension is required but it's statically linked in default php
Lines 29-37 SUB_LIST+= PREFIX=${PREFIX} \ Link Here
29
		TYPO3DIR=${TYPO3DIR} \
29
		TYPO3DIR=${TYPO3DIR} \
30
		TYPO3WWW=${TYPO3WWW}
30
		TYPO3WWW=${TYPO3WWW}
31
31
32
PORT_V_MAJOR=	12
32
PORT_V_MAJOR=	13
33
PORT_V_MINOR=	4
33
PORT_V_MINOR=	1
34
PORT_V_PATCH=	11
34
PORT_V_PATCH=	1
35
35
36
TYPO3DIR=	www/${PORTNAME}-${PORT_V_MAJOR}
36
TYPO3DIR=	www/${PORTNAME}-${PORT_V_MAJOR}
37
37
(-)b/www/typo3-12/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1708195397
1
TIMESTAMP = 1715842471
2
SHA256 (typo3_src-12.4.11.tar.gz) = a93bb3e8ceae5f00c77f985438dd948d2a33426ccfd7c2e0e5706325c43533a3
2
SHA256 (typo3_src-13.1.1.tar.gz) = e57cbb2e201e0fb00007a75e8abf0f796146ea3771240f48f6e3c0d5d37626e8
3
SIZE (typo3_src-12.4.11.tar.gz) = 25896306
3
SIZE (typo3_src-13.1.1.tar.gz) = 25818232
(-)b/www/typo3-12/pkg-descr (-14 / +13 lines)
Lines 1-21 Link Here
1
We support each TYPO3 sprint release until the next minor version is published.
1
We support each TYPO3 sprint release until the next minor version is published.
2
Once released in April 2023, the long-term support version of TYPO3 12 will
2
Once released in October 2024, the long-term support version of TYPO3 13 will receive
3
receive bug fixes until October 2024, and we will provide security updates until
3
bug fixes until April 2026, and we will provide security updates until October 2027.
4
April 2026.
5
4
6
We encourage users and agencies to install and use the sprint releases until the
5
We encourage users and agencies to install and use the sprint releases until the LTS
7
LTS release is available. Further details about the releases and planned release
6
release is available. Further details about the releases and planned release dates
8
dates are available in the roadmap.
7
are available in the roadmap.
9
8
10
* Increased performance
9
* Frontend rendering presets
11
* Improved backend usability
10
* Content blocks
12
* Create custom content types quickly and easily
11
* Improved search, redirects and workspaces
13
* Top-modern dependent libraries (CKEditor v5, Symfony v6, Doctrine v3)
12
* Simplified external system integration
14
* And many improvements for developers
13
* Top-modern image rendering
15
14
16
System requirements
15
System requirements
17
* PHP 8.1
16
* PHP 8.2, 8.3
18
* MariaDB 10.3+ / MySQL 8.0+ / PostgreSQL 10.0+ / SQLite 3.8.3+
17
* MariaDB 10.4+ / MySQL 8.0+ / PostgreSQL 10.0+ / SQLite 3.8.3+
19
* Modern Browsers
18
* Modern Browsers
20
* Detailed list of requirements:
19
* Detailed list of requirements:
21
	https://get.typo3.org/version/12#system-requirements
20
    https://get.typo3.org/version/13#system-requirements

Return to bug 279022