From owner-svn-ports-head@freebsd.org Sat Feb 4 12:52:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72F24CCDE4B; Sat, 4 Feb 2017 12:52:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B7AFD0B; Sat, 4 Feb 2017 12:52:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v14Cq4Ai078283; Sat, 4 Feb 2017 12:52:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v14Cq4Et078280; Sat, 4 Feb 2017 12:52:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702041252.v14Cq4Et078280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Feb 2017 12:52:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433308 - head/www/typo3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2017 12:52:05 -0000 Author: sunpoet Date: Sat Feb 4 12:52:03 2017 New Revision: 433308 URL: https://svnweb.freebsd.org/changeset/ports/433308 Log: Update to 8.5.1 Changes: https://typo3.org/download/release-notes/whats-new/ PR: 216775 Submitted by: Helmut Ritter (maintainer) Modified: head/www/typo3/Makefile head/www/typo3/distinfo head/www/typo3/pkg-descr Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Sat Feb 4 12:47:04 2017 (r433307) +++ head/www/typo3/Makefile Sat Feb 4 12:52:03 2017 (r433308) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 7.6.15 +PORTVERSION= 8.5.1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} @@ -12,9 +12,19 @@ COMMENT= Typo3 content management system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +IGNORE_WITH_PHP= 56 +PHP_VER= 70 + +PORTSCOUT= limit:^8\.5\. + USES= cpe php:web shebangfix -SHEBANG_FILES= typo3/sysext/core/Build/Scripts/xlfcheck.sh \ - typo3/sysext/core/Build/Scripts/splitFunctionalTests.sh +SHEBANG_FILES= vendor/doctrine/instantiator/.travis.install.sh \ + typo3/sysext/core/Build/Scripts/cglFixMyCommit.sh \ + typo3/sysext/core/Build/Scripts/splitFunctionalTests.sh \ + typo3/sysext/core/Build/Scripts/validateRstFiles.sh \ + typo3/sysext/core/Build/Scripts/duplicateExceptionCodeCheck.sh \ + typo3/sysext/core/Build/Scripts/checkFilePermissions.sh \ + typo3/sysext/core/Build/Scripts/xlfcheck.sh NO_BUILD= yes NO_ARCH= yes USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml zip simplexml @@ -30,7 +40,7 @@ GROUPS= ${WWWGRP} DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} OPTIONS_DEFINE= CURL GD GMP IMAGICK MBSTRING MYSQL ZLIB -OPTIONS_DEFAULT= GD ZLIB +OPTIONS_DEFAULT= GD_DESC= GDlib/freetype support IMAGICK_DESC= ${IMAGEMAGICK_DESC} MBSTRING_DESC= ${MULTIBYTE_DESC} @@ -69,15 +79,10 @@ post-install: ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3SRC}/*" | \ ${SORT} >> ${TMPPLIST} - ${TOUCH} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/FIRST_INSTALL - @${ECHO_CMD} ${TYPO3WWW}/${TYPO3DIR}/FIRST_INSTALL >> ${TMPPLIST} - - @${ECHO_CMD} "@owner ${WWWOWN}" >> ${TMPPLIST} - @${ECHO_CMD} "@group ${WWWGRP}" >> ${TMPPLIST} - @${ECHO_CMD} "@mode 755" >> ${TMPPLIST} - @${ECHO} "@dir ${TYPO3WWW}/${TYPO3DIR}" >> ${TMPPLIST} - @${ECHO_CMD} "@mode" >> ${TMPPLIST} - @${ECHO_CMD} "@group" >> ${TMPPLIST} - @${ECHO_CMD} "@owner" >> ${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} + @${ECHO} "@dir ${TYPO3WWW}/${TYPO3SRC}/vendor/guzzlehttp/guzzle/build" >> ${TMPPLIST} .include Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Sat Feb 4 12:47:04 2017 (r433307) +++ head/www/typo3/distinfo Sat Feb 4 12:52:03 2017 (r433308) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483516120 -SHA256 (typo3_src-7.6.15.tar.gz) = e263bf3f20dbd50b5f790d25995f02785a35681d1c18406f571d10df5f75a9c9 -SIZE (typo3_src-7.6.15.tar.gz) = 21674023 +TIMESTAMP = 1486209945 +SHA256 (typo3_src-8.5.1.tar.gz) = 0684e266c3711616efe260ec1381af30dfec3a4db0d0647313f1040ff48eb5fd +SIZE (typo3_src-8.5.1.tar.gz) = 21762084 Modified: head/www/typo3/pkg-descr ============================================================================== --- head/www/typo3/pkg-descr Sat Feb 4 12:47:04 2017 (r433307) +++ head/www/typo3/pkg-descr Sat Feb 4 12:52:03 2017 (r433308) @@ -2,10 +2,10 @@ TYPO3 is a free Open Source content mana 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 upcoming LTS release, which will be released in Fall 2015. It will get 3 -years of important and security fixes from the day of the release. Until the -final release several sprint releases will be published (7.0, 7.1, 7.2, ...) -in between. Adopters are encouraged to use each of those release on the way -to TYPO3 CMS 7 LTS. +The upcoming LTS release, scheduled for April 2017. Stay tuned for more +information. Once released, it will get 3 years of important and security fixes +from the day of the release. Until the final release several sprint releases +will be published (8.0, 8.1, 8.2, ...) in between. Adopters are encouraged to +use each of those release on the way to TYPO3 CMS 8 LTS. WWW: http://typo3.org/