Index: head/www/typo3-8/Makefile =================================================================== --- head/www/typo3-8/Makefile (revision 481696) +++ head/www/typo3-8/Makefile (revision 481697) @@ -1,85 +1,90 @@ # Created by: Helmut Ritter # $FreeBSD$ PORTNAME= typo3 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} MAINTAINER= freebsd-ports@charlieroot.de COMMENT= Typo3 content management system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt IGNORE_WITH_PHP= 56 PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\. USES= cpe php:web,flavors shebangfix SHEBANG_GLOB= *.sh *.php NO_BUILD= yes NO_ARCH= yes USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml zip simplexml WRKSRC= ${WRKDIR}/${TYPO3SRC} PORT_V_MAJOR= 8 PORT_V_MINOR= 7 -PORT_V_PATCH= 17 +PORT_V_PATCH= 19 TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} TYPO3DIR= ${PORTNAME}-${PORT_V_MAJOR} USERS= ${WWWOWN} GROUPS= ${WWWGRP} + +SUB_FILES= pkg-message +SUB_LIST+= PREFIX=${PREFIX} \ + TYPO3WWW=${TYPO3WWW} \ + TYPO3DIR=${TYPO3DIR} DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} OPTIONS_DEFINE= CURL GD GMP IMAGICK MBSTRING MYSQL ZLIB OPTIONS_DEFAULT= GD_DESC= GDlib/freetype support IMAGICK_DESC= ${IMAGEMAGICK_DESC} MBSTRING_DESC= ${MULTIBYTE_DESC} MYSQL_DESC= Install MySQL Server CURL_USE= PHP=curl GD_USE= PHP=gd GMP_USE= PHP=gmp MBSTRING_USE= PHP=mbstring MYSQL_USE= MYSQL=server ZLIB_USE= PHP=zlib .include .if ${PORT_OPTIONS:MIMAGICK} .if ${PORT_OPTIONS:MX11} RUN_DEPENDS+= convert:graphics/ImageMagick .else RUN_DEPENDS+= convert:graphics/ImageMagick-nox11 .endif .endif do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR} ${CP} -R ${WRKDIR}/${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/ ${LN} -fs ../${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/typo3_src ${LN} -fs typo3_src/index.php ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/index.php ${LN} -fs typo3_src/typo3 ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/typo3 ${CP} ${WRKDIR}/${TYPO3SRC}/_.htaccess ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/.htaccess post-install: @cd ${STAGEDIR}${PREFIX}; \ ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3DIR}/*" | \ ${SORT} >> ${TMPPLIST} @cd ${STAGEDIR}${PREFIX}; \ ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3SRC}/*" | \ ${SORT} >> ${TMPPLIST} @${ECHO} "@dir ${TYPO3WWW}/${TYPO3SRC}/vendor/doctrine/common/lib/vendor/doctrine-build-common" >> ${TMPPLIST} @${ECHO} "@dir ${TYPO3WWW}/${TYPO3SRC}/vendor/doctrine/dbal/lib/vendor/Symfony/Component/Console" >> ${TMPPLIST} @${ECHO} "@dir ${TYPO3WWW}/${TYPO3SRC}/vendor/doctrine/dbal/lib/vendor/doctrine-build-common" >> ${TMPPLIST} @${ECHO} "@dir ${TYPO3WWW}/${TYPO3SRC}/vendor/doctrine/dbal/lib/vendor/doctrine-common" >> ${TMPPLIST} .include Index: head/www/typo3-8/distinfo =================================================================== --- head/www/typo3-8/distinfo (revision 481696) +++ head/www/typo3-8/distinfo (revision 481697) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531847954 -SHA256 (typo3_src-8.7.17.tar.gz) = 62d3640f75c52a424abe744c2d8ee73c5a01a2d8e7c383c61ca7207e44e22f76 -SIZE (typo3_src-8.7.17.tar.gz) = 19286993 +TIMESTAMP = 1539074805 +SHA256 (typo3_src-8.7.19.tar.gz) = 808e72880c0b878482901f70c4490e589915f841c804f9ba5e38da2915a73daa +SIZE (typo3_src-8.7.19.tar.gz) = 19298810 Index: head/www/typo3-8/files/pkg-message.in =================================================================== --- head/www/typo3-8/files/pkg-message.in (revision 481696) +++ head/www/typo3-8/files/pkg-message.in (revision 481697) @@ -1,54 +1,38 @@ +************************************* + POST-INSTALL CONFIGURATION FOR TYPO3 ===================================== 1) Add the following to your Apache configuration file - httpd.conf, and restart the server: + httpd.conf and restart the web server: For Apache versions earlier than 2.4: Alias /typo3 %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%/ AcceptPathInfo On Options Indexes FollowSymLinks AllowOverride None Order Allow,Deny Allow from all For Apache version 2.4.x or above: Alias /typo3 %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%/ AcceptPathInfo On Options Indexes FollowSymLinks AllowOverride None Require all granted -3) Visit your Moodle site with a browser (i.e., - http://your.server.com/typo3/), and you should - be taken to the install.php script, which will lead - you through creating a config.php file and then - setting up Moodle, creating an admin account, etc. +2) Visit your TYPO3 site with a browser (i.e. + http://your.server.com/typo3/) to continue the + installation / upgrade process. For more information, see the INSTALL DOCUMENTATION: - https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_7-6/INSTALL.md - For Apache version 2.4.x or above: + https://docs.typo3.org/typo3cms/GettingStartedTutorial/latest/Installation/Index.html - Alias /typo3 %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%/ - AcceptPathInfo On - - Options Indexes FollowSymLinks - AllowOverride None - Require all granted - - -3) Visit your typo3 site with a browser (i.e., - http://your.server.com/typo3/), and you should - be taken to the install.php script, which will lead - you through creating the typo3 site. - -For more information, see the INSTALL DOCUMENTATION: - - https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_7-6/INSTALL.md +************************************* Index: head/www/typo3-8/pkg-descr =================================================================== --- head/www/typo3-8/pkg-descr (revision 481696) +++ head/www/typo3-8/pkg-descr (revision 481697) @@ -1,9 +1,9 @@ TYPO3 is a free Open Source content management system for enterprise purposes on the web and in intranets. It offers full flexibility and extendability while featuring an accomplished set of ready-made interfaces, functions and modules. -The current stable LTS release (for all new projects) -The latest version with Long Term Support (LTS). It will have full support -until October 2018 and security bugfixes until March 2020. +The old stable LTS release (for all new projects) +The old version with Long Term Support (LTS). It will have maintenance and +security-related bugfixes until March 2020. WWW: http://typo3.org/