Index: head/finance/prestashop/Makefile =================================================================== --- head/finance/prestashop/Makefile (revision 477494) +++ head/finance/prestashop/Makefile (revision 477495) @@ -1,44 +1,43 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= prestashop -PORTVERSION= 1.7.4.1 +PORTVERSION= 1.7.4.2 CATEGORIES= finance www MASTER_SITES= http://www.prestashop.com/download/old/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Open-Source e-Commerce Software for Web 2.0 -EXTRACT_DEPENDS= ${UNZIP_CMD}:archivers/unzip -USES= cpe shebangfix zip +USES= cpe shebangfix zip:infozip NO_BUILD= yes PRESTADIR= www/${PORTNAME} PLIST= ${WRKDIR}/plist -USE_PHP= ctype curl dom filter gd mcrypt mysqli pdo_mysql \ +USE_PHP= ctype curl dom filter gd intl mcrypt mysqli pdo_mysql \ posix session simplexml soap WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message SHEBANG_FILES= vendor/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php \ vendor/doctrine/orm/docs/bin/generate-docs.sh \ vendor/doctrine/orm/docs/bin/install-dependencies.sh \ vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/build.sh \ vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php post-extract: @(cd ${WRKDIR} && ${UNZIP_CMD} -d prestashop ${WRKDIR}/prestashop.zip) ${REINPLACE_CMD} -e 's#@prefix@#${PREFIX}#g' \ ${WRKSRC}/vendor/pear/archive_tar/scripts/phptar.in ${RM} ${WRKSRC}/vendor/pear/archive_tar/scripts/*.bak pre-install: @${ECHO_CMD} -e '@owner ${WWWOWN}\n@group ${WWWGRP}' > ${PLIST} @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${PRESTADIR}?g" >> ${PLIST} @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${PRESTADIR}?g" >> ${PLIST} @${ECHO_CMD} -e '@owner root\n@group wheel' >> ${PLIST} do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include Index: head/finance/prestashop/distinfo =================================================================== --- head/finance/prestashop/distinfo (revision 477494) +++ head/finance/prestashop/distinfo (revision 477495) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532304276 -SHA256 (prestashop_1.7.4.1.zip) = f449e6875b9a2345479e37359401c7c4010fdffca89dd1c4d626639e7eca37ab -SIZE (prestashop_1.7.4.1.zip) = 67840046 +TIMESTAMP = 1534563619 +SHA256 (prestashop_1.7.4.2.zip) = 53cc08be336a856ffc0dccf5458acbce2e6436b4bb9212f880c6c192cfd9bb9a +SIZE (prestashop_1.7.4.2.zip) = 68170647 Index: head/finance/prestashop/files/pkg-message.in =================================================================== --- head/finance/prestashop/files/pkg-message.in (revision 477494) +++ head/finance/prestashop/files/pkg-message.in (revision 477495) @@ -1,35 +1,24 @@ ============================================= 1 Congratulations! You have successfully installed PRESTASHOP e-Commerce platform. 2 Add the following to your Apache configuration file httpd.conf, and restart the server: - For Apache versions earlier than 2.4: - Alias /prestashop %%WWWDIR%%/ - AcceptPathInfo On - - AllowOverride None - Order Allow,Deny - Allow from all - - For Apache version 2.4.x or above: Alias /prestashop /usr/local/www/prestashop/ AcceptPathInfo On Options Indexes AllowOverride None Require all granted -3 Create a database for PRESTASHOP. - -4 Then continue to proceed to Prestashop web setup proccess with +3 Then continue to proceed to Prestashop web setup proccess with your browser: http://your-server-name/prestashop/ -5 More detailed document could be found here: +4 More detailed document could be found here: http://www.prestashop.com/wiki/Installing_And_Updating_PrestaShop_Software/ =============================================