Date: Sun, 27 Feb 2022 20:26:53 GMT From: Florian Smeets <flo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 77fd733d8943 - 2022Q1 - www/typo3-11: Update to 11.5.6 Message-ID: <202202272026.21RKQr0X034408@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by flo: URL: https://cgit.FreeBSD.org/ports/commit/?id=77fd733d89438f0a7c07305d00cbc959b87cf371 commit 77fd733d89438f0a7c07305d00cbc959b87cf371 Author: Helmut Ritter <freebsd-ports@charlieroot.de> AuthorDate: 2022-02-09 19:41:47 +0000 Commit: Florian Smeets <flo@FreeBSD.org> CommitDate: 2022-02-27 20:14:50 +0000 www/typo3-11: Update to 11.5.6 PR: 261831 Changes: https://get.typo3.org/release-notes/11.5.6 (cherry picked from commit 34ac186fbef9e903ecf44ce1e92e3b6c9a4737fe) --- www/typo3-11/Makefile | 7 +++++-- www/typo3-11/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/www/typo3-11/Makefile b/www/typo3-11/Makefile index fc882f29b09a..38e2446d88f3 100644 --- a/www/typo3-11/Makefile +++ b/www/typo3-11/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${PORT_V_MAJOR}.${PORT_V_MINOR}.${PORT_V_PATCH} CATEGORIES= www MASTER_SITES= https://typo3.azureedge.net/typo3/${PORTVERSION}/ PKGNAMESUFFIX= -${PORT_V_MAJOR}${PHP_PKGNAMESUFFIX} -DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} +DISTNAME= ${TYPO3SRC} MAINTAINER= freebsd-ports@charlieroot.de COMMENT= Typo3 content management system @@ -13,6 +13,9 @@ COMMENT= Typo3 content management system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +IGNORE_WITH_PHP= 73 81 +IGNORE_WITH_MYSQL= 55 56 101m + USES= cpe php:web,flavors shebangfix USE_PHP= ctype dom fileinfo filter hash intl json openssl pcre session simplexml \ spl tokenizer xml zip @@ -29,7 +32,7 @@ SUB_LIST+= PREFIX=${PREFIX} \ PORT_V_MAJOR= 11 PORT_V_MINOR= 5 -PORT_V_PATCH= 4 +PORT_V_PATCH= 6 TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} diff --git a/www/typo3-11/distinfo b/www/typo3-11/distinfo index dcd3c50e1d4f..e083379fcded 100644 --- a/www/typo3-11/distinfo +++ b/www/typo3-11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1639573508 -SHA256 (typo3_src-11.5.4.tar.gz) = fc1aaef24188a88dab44af53aab32fc60df420b0adad6362828d458e17a048ad -SIZE (typo3_src-11.5.4.tar.gz) = 28763549 +TIMESTAMP = 1644416131 +SHA256 (typo3_src-11.5.6.tar.gz) = 64cdf1ee88ab8d8996ffdbecdb8b89bf21abe4b87f47a9385bd8fe2d867f5d6a +SIZE (typo3_src-11.5.6.tar.gz) = 28689614
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202272026.21RKQr0X034408>