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

(-)b/www/typo3-12/Makefile (-2 / +2 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=	83
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 31-37 SUB_LIST+= PREFIX=${PREFIX} \ Link Here
31
31
32
PORT_V_MAJOR=	12
32
PORT_V_MAJOR=	12
33
PORT_V_MINOR=	4
33
PORT_V_MINOR=	4
34
PORT_V_PATCH=	11
34
PORT_V_PATCH=	15
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 = 1715842053
2
SHA256 (typo3_src-12.4.11.tar.gz) = a93bb3e8ceae5f00c77f985438dd948d2a33426ccfd7c2e0e5706325c43533a3
2
SHA256 (typo3_src-12.4.15.tar.gz) = 7004d07db76b600455ffc2ddd71a37ac9e5e2e6a6529da26a788c03c77c2af9f
3
SIZE (typo3_src-12.4.11.tar.gz) = 25896306
3
SIZE (typo3_src-12.4.15.tar.gz) = 26145402
(-)b/www/typo3-12/pkg-descr (-11 / +4 lines)
Lines 1-21 Link Here
1
We support each TYPO3 sprint release until the next minor version is published.
1
This is the stable version with long-term support (LTS). We provide free maintenance
2
Once released in April 2023, the long-term support version of TYPO3 12 will
2
bug fixes until October 2024 and security updates until April 2026.
3
receive bug fixes until October 2024, and we will provide security updates until
4
April 2026.
5
6
We encourage users and agencies to install and use the sprint releases until the
7
LTS release is available. Further details about the releases and planned release
8
dates are available in the roadmap.
9
3
10
* Increased performance
4
* Increased performance
11
* Improved backend usability
5
* Improved backend usability
12
* Create custom content types quickly and easily
13
* Top-modern dependent libraries (CKEditor v5, Symfony v6, Doctrine v3)
6
* Top-modern dependent libraries (CKEditor v5, Symfony v6, Doctrine v3)
14
* And many improvements for developers
7
* And many improvements for developers
15
8
16
System requirements
9
System requirements
17
* PHP 8.1
10
* PHP 8.1, 8.2, 8.3
18
* MariaDB 10.3+ / MySQL 8.0+ / PostgreSQL 10.0+ / SQLite 3.8.3+
11
* MariaDB 10.3+ / MySQL 8.0+ / PostgreSQL 10.0+ / SQLite 3.8.3+
19
* Modern Browsers
12
* Modern Browsers
20
* Detailed list of requirements:
13
* Detailed list of requirements:
21
	https://get.typo3.org/version/12#system-requirements
14
    https://get.typo3.org/version/12#system-requirements

Return to bug 279020