diff --git a/www/typo3-13/Makefile b/www/typo3-13/Makefile index 7ed4243700ca..1b9a8f05c3ce 100644 --- a/www/typo3-13/Makefile +++ b/www/typo3-13/Makefile @@ -1,77 +1,75 @@ PORTNAME= typo3 DISTVERSION= ${PORT_V_MAJOR}.${PORT_V_MINOR}.${PORT_V_PATCH} #PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://cdn.typo3.com/typo3/${DISTVERSION}/ PKGNAMESUFFIX= -${PORT_V_MAJOR}${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME}_src-${DISTVERSION} MAINTAINER= freebsd-ports@charlieroot.de COMMENT= Typo3 content management system WWW= https://typo3.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -IGNORE_WITH_PHP= 81 - USES= cpe php:web,flavors shebangfix # php openssl extension is required but it's statically linked in default php USE_PHP= ctype dom exif fileinfo filter gd intl mbstring pdo session \ simplexml tokenizer xml zip zlib +IGNORE_WITH_PHP= 81 -WRKSRC= ${WRKDIR}/${PORTNAME}_src-${DISTVERSION} SHEBANG_GLOB= *.php *.sh NO_ARCH= yes NO_BUILD= yes PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\. SUB_FILES= pkg-message SUB_LIST+= PREFIX=${PREFIX} \ TYPO3DIR=${TYPO3DIR} \ TYPO3WWW=${TYPO3WWW} +WRKSRC= ${WRKDIR}/${PORTNAME}_src-${DISTVERSION} PORT_V_MAJOR= 13 PORT_V_MINOR= 4 -PORT_V_PATCH= 12 +PORT_V_PATCH= 13 TYPO3DIR= www/${PORTNAME}-${PORT_V_MAJOR} OPTIONS_DEFINE= CURL GMP IMAGICK MYSQL POSTGRES SQLITE OPTIONS_DEFAULT= MYSQL IMAGICK_DESC= ${IMAGEMAGICK_DESC} -MBSTRING_DESC= ${MULTIBYTE_DESC} MYSQL_DESC= Use MySQL as DBMS POSTGRES_DESC= Use PostgreSQL as DBMS SQLITE_DESC= Use SQLite as DBMS CURL_USE= PHP=curl GMP_USE= PHP=gmp MYSQL_USE= PHP=mysqli POSTGRES_USE= PHP=pgsql SQLITE_USE= PHP=sqlite3 .include .if ${PORT_OPTIONS:MIMAGICK} .if ${PORT_OPTIONS:MX11} USES+= magick:7,run .else USES+= magick:7,run,nox11 .endif .endif do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${TYPO3DIR} post-install: @${ECHO_CMD} "@owner ${WWWOWN}" >> ${TMPPLIST} @${ECHO_CMD} "@group ${WWWGRP}" >> ${TMPPLIST} @${ECHO_CMD} "@mode 755" >> ${TMPPLIST} @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${TYPO3DIR}?g" >>${TMPPLIST} @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${TYPO3DIR}?g" >> ${TMPPLIST} @${ECHO_CMD} "@mode" >> ${TMPPLIST} @${ECHO_CMD} "@group" >> ${TMPPLIST} @${ECHO_CMD} "@owner" >> ${TMPPLIST} .include diff --git a/www/typo3-13/distinfo b/www/typo3-13/distinfo index 2b6bd6c63362..4f41551efc06 100644 --- a/www/typo3-13/distinfo +++ b/www/typo3-13/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747749336 -SHA256 (typo3_src-13.4.12.tar.gz) = 6d6cbf20c0941592a0c4d85aa540e25564e06de05b33b77f322fee7d42396481 -SIZE (typo3_src-13.4.12.tar.gz) = 25573553 +TIMESTAMP = 1748436595 +SHA256 (typo3_src-13.4.13.tar.gz) = dffa5d23a24274f9cc78b4014ab2796eeab5aea0fd5cb570e848db9bba43ece4 +SIZE (typo3_src-13.4.13.tar.gz) = 25589234 diff --git a/www/typo3-13/pkg-descr b/www/typo3-13/pkg-descr index b6562969b0eb..ae34973c59d4 100644 --- a/www/typo3-13/pkg-descr +++ b/www/typo3-13/pkg-descr @@ -1,14 +1,15 @@ -Once released in October 2023, the long-term support version of TYPO3 13 will receive -bug fixes until April 2026, and we will provide security updates until October 2027. +Once released in October 2023, the long-term support version of TYPO3 13 will +receive bug fixes until April 2026, and we will provide security updates until +October 2027. Frontend rendering presets * Content blocks * Improved search, redirects and workspaces * Simplified external system integration * Top-modern image rendering System requirements * PHP 8.2, 8.3 * MariaDB 10.4+ / MySQL 8.0+ / PostgreSQL 10.0+ / SQLite 3.8.3+ * Modern Browsers * Detailed list of requirements: https://get.typo3.org/version/12#system-requirements