Index: head/www/typo3-lts/Makefile =================================================================== --- head/www/typo3-lts/Makefile (revision 433242) +++ head/www/typo3-lts/Makefile (revision 433243) @@ -1,80 +1,75 @@ # Created by: Helmut Ritter # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 6.2.30 +PORTVERSION= 7.6.15 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} PKGNAMESUFFIX= -lts MAINTAINER= freebsd-ports@charlieroot.de COMMENT= Typo3 content management system LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${TYPO3SRC}/LICENSE.txt -PORTSCOUT= limit:^6\.2\. +PORTSCOUT= limit:^7\.6\. USES= cpe shebangfix php:web -SHEBANG_FILES= typo3/sysext/core/Build/Scripts/update-static-composer.sh \ +SHEBANG_FILES= vendor/doctrine/instantiator/.travis.install.sh \ typo3/sysext/core/Build/Scripts/xlfcheck.sh \ typo3/sysext/core/Build/Scripts/splitFunctionalTests.sh NO_BUILD= yes NO_ARCH= yes -USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml +USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session simplexml soap xml zip WRKSRC= ${WRKDIR}/${TYPO3SRC} TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} TYPO3DIR= ${PORTNAME}-LTS USERS= ${WWWOWN} GROUPS= ${WWWGRP} DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} OPTIONS_DEFINE= CURL GD GMP IMAGICK MBSTRING MYSQL ZLIB 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}/*" -and \ - -not -path "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*" \) | \ + ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3SRC}/*" | \ ${SORT} >> ${TMPPLIST} - @cd ${STAGEDIR}${PREFIX}; \ - ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*" | \ - ${SORT} | ${SED} -ne 's#^#@(${WWWOWN},${WWWGRP},) #p' >> ${TMPPLIST} - @${ECHO} "@dir(${WWWOWN},${WWWGRP},) ${TYPO3WWW}/${TYPO3SRC}/typo3/ext" >> ${TMPPLIST} .include Index: head/www/typo3-lts/distinfo =================================================================== --- head/www/typo3-lts/distinfo (revision 433242) +++ head/www/typo3-lts/distinfo (revision 433243) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483516168 -SHA256 (typo3_src-6.2.30.tar.gz) = 278feef7a972084dfc352eda46e7d4771f460213714b90314802295894ba30b4 -SIZE (typo3_src-6.2.30.tar.gz) = 20959160 +TIMESTAMP = 1486039276 +SHA256 (typo3_src-7.6.15.tar.gz) = e263bf3f20dbd50b5f790d25995f02785a35681d1c18406f571d10df5f75a9c9 +SIZE (typo3_src-7.6.15.tar.gz) = 21674023 Index: head/www/typo3-lts/pkg-descr =================================================================== --- head/www/typo3-lts/pkg-descr (revision 433242) +++ head/www/typo3-lts/pkg-descr (revision 433243) @@ -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 new and existing projects) -The latest version with Long Term Support (LTS). It will get full support until -March 2017. +The current stable LTS release (for all new projects) +The latest version with Long Term Support (LTS). It will have full support until +April 2017 and security bugfixes until November 2018. WWW: http://typo3.org/