Date: Sat, 18 Aug 2018 10:58:47 +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: r477495 - in head/finance/prestashop: . files Message-ID: <201808181058.w7IAwl0m094761@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Sat Aug 18 10:58:47 2018 New Revision: 477495 URL: https://svnweb.freebsd.org/changeset/ports/477495 Log: - Update to 1.7.4.2 - Update DEPENDS - Update pkg-message Modified: head/finance/prestashop/Makefile head/finance/prestashop/distinfo head/finance/prestashop/files/pkg-message.in Modified: head/finance/prestashop/Makefile ============================================================================== --- head/finance/prestashop/Makefile Sat Aug 18 10:32:13 2018 (r477494) +++ head/finance/prestashop/Makefile Sat Aug 18 10:58:47 2018 (r477495) @@ -2,7 +2,7 @@ # $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} @@ -10,12 +10,11 @@ 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 Modified: head/finance/prestashop/distinfo ============================================================================== --- head/finance/prestashop/distinfo Sat Aug 18 10:32:13 2018 (r477494) +++ head/finance/prestashop/distinfo Sat Aug 18 10:58:47 2018 (r477495) @@ -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 Modified: head/finance/prestashop/files/pkg-message.in ============================================================================== --- head/finance/prestashop/files/pkg-message.in Sat Aug 18 10:32:13 2018 (r477494) +++ head/finance/prestashop/files/pkg-message.in Sat Aug 18 10:58:47 2018 (r477495) @@ -6,15 +6,6 @@ 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 - <Directory %%WWWDIR%%> - AllowOverride None - Order Allow,Deny - Allow from all - </Directory> - For Apache version 2.4.x or above: Alias /prestashop /usr/local/www/prestashop/ AcceptPathInfo On @@ -24,12 +15,10 @@ PRESTASHOP e-Commerce platform. Require all granted </Directory> -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/ =============================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808181058.w7IAwl0m094761>