From owner-svn-ports-all@freebsd.org Thu Apr 28 02:43:55 2016 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 352CEB1EFC6; Thu, 28 Apr 2016 02:43:55 +0000 (UTC) (envelope-from wen@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 F1BED1D67; Thu, 28 Apr 2016 02:43:54 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3S2hsHN042773; Thu, 28 Apr 2016 02:43:54 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3S2hrLE042770; Thu, 28 Apr 2016 02:43:53 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201604280243.u3S2hrLE042770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 28 Apr 2016 02:43:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414154 - in head/www/typo3: . files 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.21 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: Thu, 28 Apr 2016 02:43:55 -0000 Author: wen Date: Thu Apr 28 02:43:53 2016 New Revision: 414154 URL: https://svnweb.freebsd.org/changeset/ports/414154 Log: - Update to 7.6.5 - Add missing DEPENDS - Add pkg-message.in PR: 208779 Submitted by: freebsd-ports@charlieroot.de(maintainer) Added: head/www/typo3/files/ head/www/typo3/files/pkg-message.in (contents, props changed) Modified: head/www/typo3/Makefile head/www/typo3/distinfo Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Thu Apr 28 02:09:10 2016 (r414153) +++ head/www/typo3/Makefile Thu Apr 28 02:43:53 2016 (r414154) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 7.6.4 +PORTVERSION= 7.6.5 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} @@ -16,7 +16,7 @@ USES= cpe shebangfix SHEBANG_FILES= 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 +USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml zip simplexml WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${TYPO3SRC} @@ -30,6 +30,7 @@ GROUPS= ${WWWGRP} DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} OPTIONS_DEFINE= APC CURL GD GMP IMAGICK MBSTRING MYSQL ZLIB +OPTIONS_DEFAULT= GD ZLIB APC_DESC= Alternative PHP Cache GD_DESC= GDlib/freetype support IMAGICK_DESC= ${IMAGEMAGICK_DESC} @@ -70,4 +71,15 @@ 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} + .include Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Thu Apr 28 02:09:10 2016 (r414153) +++ head/www/typo3/distinfo Thu Apr 28 02:43:53 2016 (r414154) @@ -1,2 +1,2 @@ -SHA256 (typo3_src-7.6.4.tar.gz) = 6d65008f4a71036cc6c90648f3c4019422904ff7c7d3c0f84a1695d64b8f615b -SIZE (typo3_src-7.6.4.tar.gz) = 20635533 +SHA256 (typo3_src-7.6.5.tar.gz) = 1ca76565aaac74e28ee0ffd3d8f52cf29c2b2edd883e54c296cd9966e9c36e35 +SIZE (typo3_src-7.6.5.tar.gz) = 20594347 Added: head/www/typo3/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/typo3/files/pkg-message.in Thu Apr 28 02:43:53 2016 (r414154) @@ -0,0 +1,54 @@ +POST-INSTALL CONFIGURATION FOR TYPO3 +===================================== + +1) Add the following to your Apache configuration file + httpd.conf, and restart the 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. + +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: + + 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