Date: Sun, 12 Dec 2021 18:58:10 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4fc4ddf86a33 - main - www/typo3-11: Update to 11.5.3 Message-ID: <202112121858.1BCIwA8u019330@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4fc4ddf86a33c15a1ba876a68048e7a636814a6c commit 4fc4ddf86a33c15a1ba876a68048e7a636814a6c Author: Helmut Ritter <freebsd-ports@charlieroot.de> AuthorDate: 2021-12-12 18:33:35 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-12-12 18:57:34 +0000 www/typo3-11: Update to 11.5.3 Changelog: https://get.typo3.org/release-notes/11.5.3 PR: 260167 Approved by: mentors (implicit) --- www/typo3-11/Makefile | 6 ++---- www/typo3-11/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/www/typo3-11/Makefile b/www/typo3-11/Makefile index 11077a71ab7f..41e8f3daf2f5 100644 --- a/www/typo3-11/Makefile +++ b/www/typo3-11/Makefile @@ -7,7 +7,6 @@ MASTER_SITES= https://typo3.azureedge.net/typo3/${PORTVERSION}/ PKGNAMESUFFIX= -${PORT_V_MAJOR}${PHP_PKGNAMESUFFIX} DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} - MAINTAINER= freebsd-ports@charlieroot.de COMMENT= Typo3 content management system @@ -28,10 +27,9 @@ SUB_LIST+= PREFIX=${PREFIX} \ TYPO3WWW=${TYPO3WWW} \ TYPO3DIR=${TYPO3DIR} - PORT_V_MAJOR= 11 PORT_V_MINOR= 5 -PORT_V_PATCH= 2 +PORT_V_PATCH= 3 TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} @@ -57,7 +55,7 @@ MBSTRING_USE= PHP=mbstring MYSQL_USE= PHP=mysqli POSTGRES_USE= PHP=postgresql SQLSRV_USE= PHP=sqlsrv -SQLITE_USE= PHP=sqlite +SQLITE_USE= PHP=sqlite3 ZLIB_USE= PHP=zlib .include <bsd.port.options.mk> diff --git a/www/typo3-11/distinfo b/www/typo3-11/distinfo index 937f7328cc64..a34cbacd5607 100644 --- a/www/typo3-11/distinfo +++ b/www/typo3-11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637685838 -SHA256 (typo3_src-11.5.2.tar.gz) = 2308d0b0da3d5565a8c2e5f55f6f9116d7cd8f2729eadb4c80dc62aaf24c2041 -SIZE (typo3_src-11.5.2.tar.gz) = 28487560 +TIMESTAMP = 1638431508 +SHA256 (typo3_src-11.5.3.tar.gz) = 1592757da5f32b23e69b034a8c1dd5db99cbe3f55729801ab80a24ee4d67b544 +SIZE (typo3_src-11.5.3.tar.gz) = 28750561
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112121858.1BCIwA8u019330>