Index: head/www/typo3/Makefile =================================================================== --- head/www/typo3/Makefile (revision 414153) +++ head/www/typo3/Makefile (revision 414154) @@ -1,73 +1,85 @@ # Created by: Gerrit Beine # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 7.6.4 +PORTVERSION= 7.6.5 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} MAINTAINER= freebsd-ports@charlieroot.de COMMENT= Typo3 content management system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt 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} TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} TYPO3DIR= ${PORTNAME} USERS= ${WWWOWN} 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} MBSTRING_DESC= ${MULTIBYTE_DESC} MYSQL_DESC= Install MySQL Server APC_USE= PHP=apc 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}/*" | \ ${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 Index: head/www/typo3/distinfo =================================================================== --- head/www/typo3/distinfo (revision 414153) +++ head/www/typo3/distinfo (revision 414154) @@ -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 Index: head/www/typo3/files/pkg-message.in =================================================================== --- head/www/typo3/files/pkg-message.in (nonexistent) +++ head/www/typo3/files/pkg-message.in (revision 414154) @@ -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 Property changes on: head/www/typo3/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property