Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2018 06:45:27 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481697 - in head/www/typo3-8: . files
Message-ID:  <201810100645.w9A6jRSJ026944@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Wed Oct 10 06:45:27 2018
New Revision: 481697
URL: https://svnweb.freebsd.org/changeset/ports/481697

Log:
  - Update to 8.7.19
  - Update pkg-message and pkg-descr
  
  PR:		232114
  Submitted by:	freebsd-ports@charlieroot.de(maintainer)

Modified:
  head/www/typo3-8/Makefile
  head/www/typo3-8/distinfo
  head/www/typo3-8/files/pkg-message.in
  head/www/typo3-8/pkg-descr

Modified: head/www/typo3-8/Makefile
==============================================================================
--- head/www/typo3-8/Makefile	Wed Oct 10 06:43:35 2018	(r481696)
+++ head/www/typo3-8/Makefile	Wed Oct 10 06:45:27 2018	(r481697)
@@ -26,7 +26,7 @@ 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}
@@ -34,6 +34,11 @@ 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}
 

Modified: head/www/typo3-8/distinfo
==============================================================================
--- head/www/typo3-8/distinfo	Wed Oct 10 06:43:35 2018	(r481696)
+++ head/www/typo3-8/distinfo	Wed Oct 10 06:45:27 2018	(r481697)
@@ -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

Modified: head/www/typo3-8/files/pkg-message.in
==============================================================================
--- head/www/typo3-8/files/pkg-message.in	Wed Oct 10 06:43:35 2018	(r481696)
+++ head/www/typo3-8/files/pkg-message.in	Wed Oct 10 06:45:27 2018	(r481697)
@@ -1,8 +1,10 @@
+*************************************
+
 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:
 
@@ -25,30 +27,12 @@ POST-INSTALL CONFIGURATION FOR TYPO3
       Require all granted
    </Directory>
 
-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
-   <Directory %%PREFIX%%/%%TYPO3WWW%%/%%TYPO3DIR%%/>
-      Options Indexes FollowSymLinks
-      AllowOverride None
-      Require all granted
-   </Directory>
-
-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
+*************************************

Modified: head/www/typo3-8/pkg-descr
==============================================================================
--- head/www/typo3-8/pkg-descr	Wed Oct 10 06:43:35 2018	(r481696)
+++ head/www/typo3-8/pkg-descr	Wed Oct 10 06:45:27 2018	(r481697)
@@ -2,8 +2,8 @@ TYPO3 is a free Open Source content management system 
 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810100645.w9A6jRSJ026944>