Skip to content

Commit

Permalink
www/typo3-12: update to 12.4.6
Browse files Browse the repository at this point in the history
 - enable for PHP 8.2.  Upstream is not clear on whether 8.3 is
   supported yet.

Changelog: https://typo3.org/article/typo3-1246-and-11531-maintenance-releases-published
  • Loading branch information
Helmut Ritter authored and clausecker committed Oct 9, 2023
1 parent 7745588 commit 90bd9b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions www/typo3-12/Makefile
@@ -1,10 +1,9 @@
PORTNAME= typo3
PORTVERSION= ${PORT_V_MAJOR}.${PORT_V_MINOR}.${PORT_V_PATCH}
#PORTREVISION= 1
DISTVERSION= ${PORT_V_MAJOR}.${PORT_V_MINOR}.${PORT_V_PATCH}
CATEGORIES= www
MASTER_SITES= https://typo3.azureedge.net/typo3/${PORTVERSION}/
MASTER_SITES= https://typo3.azureedge.net/typo3/${DISTVERSION}/
PKGNAMESUFFIX= -${PORT_V_MAJOR}${PHP_PKGNAMESUFFIX}
DISTNAME= ${PORTNAME}_src-${PORTVERSION}
DISTNAME= ${PORTNAME}_src-${DISTVERSION}

MAINTAINER= freebsd-ports@charlieroot.de
COMMENT= Typo3 content management system
Expand All @@ -14,7 +13,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

IGNORE_WITH_MYSQL= 57
IGNORE_WITH_PHP= 80 82 83
IGNORE_WITH_PHP= 80 83

USES= cpe php:web,flavors shebangfix
USE_PHP= ctype dom fileinfo filter gd intl \
Expand All @@ -33,7 +32,7 @@ SUB_LIST+= PREFIX=${PREFIX} \

PORT_V_MAJOR= 12
PORT_V_MINOR= 4
PORT_V_PATCH= 5
PORT_V_PATCH= 6

TYPO3DIR= www/${PORTNAME}-${PORT_V_MAJOR}

Expand Down
6 changes: 3 additions & 3 deletions www/typo3-12/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1691998555
SHA256 (typo3_src-12.4.5.tar.gz) = 2f44780e729ff48b04a07bbffe302d0f3244811c73f7ad0c9d4b93c90d510e79
SIZE (typo3_src-12.4.5.tar.gz) = 25957066
TIMESTAMP = 1694948754
SHA256 (typo3_src-12.4.6.tar.gz) = ca1ea5a30ea14c5e951806c0a51912b5f4b851bb1d3779f4bae8a09d30f582f3
SIZE (typo3_src-12.4.6.tar.gz) = 26024952

0 comments on commit 90bd9b1

Please sign in to comment.