From owner-svn-ports-all@freebsd.org Sat Apr 8 10:35:57 2017 Return-Path: Delivered-To: svn-ports-all@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 C8A63D334FC; Sat, 8 Apr 2017 10:35:57 +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 8BFE318DE; Sat, 8 Apr 2017 10:35:57 +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 v38AZuS4098256; Sat, 8 Apr 2017 10:35:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v38AZusH098251; Sat, 8 Apr 2017 10:35:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704081035.v38AZusH098251@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, 8 Apr 2017 10:35:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438026 - in head: . www www/typo3 www/typo3-8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Apr 2017 10:35:57 -0000 Author: sunpoet Date: Sat Apr 8 10:35:56 2017 New Revision: 438026 URL: https://svnweb.freebsd.org/changeset/ports/438026 Log: Move www/typo3 to www/typo3-8 and update to 8.7.0 - Update pkg-descr Changes: https://typo3.org/download/release-notes/whats-new/ https://wiki.typo3.org/TYPO3_CMS_8.7.0 PR: 218455 Submitted by: Helmut Ritter (maintainer) Added: head/www/typo3-8/ - copied from r438025, head/www/typo3/ Deleted: head/www/typo3/ Modified: head/MOVED head/www/Makefile head/www/typo3-8/Makefile head/www/typo3-8/distinfo head/www/typo3-8/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Sat Apr 8 10:35:50 2017 (r438025) +++ head/MOVED Sat Apr 8 10:35:56 2017 (r438026) @@ -9207,3 +9207,4 @@ databases/p5-Search-Xapian|databases/p5- archivers/pecl-snappy|archivers/php-snappy|2017-04-04|Update PKGNAMEPREFIX: it builds fine with PHP 7.x textproc/kibana50|textproc/kibana5|2017-04-05|Rename port to match the rest of the 5.X line of the elastic stack textproc/kibana50-x-pack|textproc/kibana5-x-pack|2017-04-05|Rename port to match the rest of the 5.X line of the elastic stack +www/typo3|www/typo3-8|2017-04-08|Rename to coexist with TYPO3 7.x (was typo3-lts) since both versions are LTS now Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Apr 8 10:35:50 2017 (r438025) +++ head/www/Makefile Sat Apr 8 10:35:56 2017 (r438026) @@ -2308,7 +2308,7 @@ SUBDIR += twiki-WysiwygPlugin SUBDIR += twill SUBDIR += twms - SUBDIR += typo3 + SUBDIR += typo3-8 SUBDIR += typo3-lts SUBDIR += uchiwa SUBDIR += udmsearch Modified: head/www/typo3-8/Makefile ============================================================================== --- head/www/typo3/Makefile Sat Apr 8 10:35:50 2017 (r438025) +++ head/www/typo3-8/Makefile Sat Apr 8 10:35:56 2017 (r438026) @@ -1,10 +1,11 @@ -# Created by: Gerrit Beine +# Created by: Helmut Ritter # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 8.6.1 +PORTVERSION= ${PORT_V_MAJOR}.${PORT_V_MINOR}.${PORT_V_PATCH} CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} +PKGNAMESUFFIX= -${PORT_V_MAJOR} MAINTAINER= freebsd-ports@charlieroot.de COMMENT= Typo3 content management system @@ -14,23 +15,22 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt IGNORE_WITH_PHP= 56 -PORTSCOUT= limit:^8\.6\. +PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\. USES= cpe php:web shebangfix -SHEBANG_FILES= typo3/sysext/core/Build/Scripts/cglFixMyCommit.sh \ - typo3/sysext/core/Build/Scripts/checkFilePermissions.sh \ - typo3/sysext/core/Build/Scripts/duplicateExceptionCodeCheck.sh \ - typo3/sysext/core/Build/Scripts/validateRstFiles.sh \ - typo3/sysext/core/Build/Scripts/xlfcheck.sh \ - vendor/doctrine/instantiator/.travis.install.sh +SHEBANG_FILES= vendor/doctrine/instantiator/.travis.install.sh 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= 0 + TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} -TYPO3DIR= ${PORTNAME} +TYPO3DIR= ${PORTNAME}-${PORT_V_MAJOR} USERS= ${WWWOWN} GROUPS= ${WWWGRP} Modified: head/www/typo3-8/distinfo ============================================================================== --- head/www/typo3/distinfo Sat Apr 8 10:35:50 2017 (r438025) +++ head/www/typo3-8/distinfo Sat Apr 8 10:35:56 2017 (r438026) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488387996 -SHA256 (typo3_src-8.6.1.tar.gz) = 4edf44df3c1e7fc6d00c106843b522c3bd66c0a74edc7b9137e112b7898733fa -SIZE (typo3_src-8.6.1.tar.gz) = 21924474 +TIMESTAMP = 1491403626 +SHA256 (typo3_src-8.7.0.tar.gz) = 3e91e8d4ef0a6733613fc33a5182679da3234f2003436ae31141d26a25d412d5 +SIZE (typo3_src-8.7.0.tar.gz) = 21622296 Modified: head/www/typo3-8/pkg-descr ============================================================================== --- head/www/typo3/pkg-descr Sat Apr 8 10:35:50 2017 (r438025) +++ head/www/typo3-8/pkg-descr Sat Apr 8 10:35:56 2017 (r438026) @@ -2,10 +2,8 @@ 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, 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. +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. WWW: http://typo3.org/