Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2023 07:41:50 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 90bd9b13eaf0 - main - www/typo3-12: update to 12.4.6
Message-ID:  <202310090741.3997fo0m020275@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=90bd9b13eaf08ba355d06e6d0c3e071a8caa6de6

commit 90bd9b13eaf08ba355d06e6d0c3e071a8caa6de6
Author:     Helmut Ritter <freebsd-ports@charlieroot.de>
AuthorDate: 2023-10-07 15:47:13 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-10-09 07:40:30 +0000

    www/typo3-12: update to 12.4.6
    
     - 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
---
 www/typo3-12/Makefile | 11 +++++------
 www/typo3-12/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/www/typo3-12/Makefile b/www/typo3-12/Makefile
index fd82877fbfca..a379a36e6d8c 100644
--- a/www/typo3-12/Makefile
+++ b/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
@@ -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 \
@@ -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}
 
diff --git a/www/typo3-12/distinfo b/www/typo3-12/distinfo
index 3e7e06d513a8..ea0e8a1adf18 100644
--- a/www/typo3-12/distinfo
+++ b/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310090741.3997fo0m020275>