From 8f99dc415a73b2fc00526b57f38a3db093aec6bf Mon Sep 17 00:00:00 2001 From: wen Date: Tue, 20 Jan 2015 03:02:17 +0000 Subject: - Update to 1.6.0.11 - Update pkg-message --- finance/prestashop/Makefile | 2 +- finance/prestashop/distinfo | 4 ++-- finance/prestashop/files/pkg-message.in | 18 ++++++++++++++---- 3 files changed, 17 insertions(+), 7 deletions(-) (limited to 'finance') diff --git a/finance/prestashop/Makefile b/finance/prestashop/Makefile index 9dcf233408d..02b77d8d13c 100644 --- a/finance/prestashop/Makefile +++ b/finance/prestashop/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= prestashop -PORTVERSION= 1.6.0.9 +PORTVERSION= 1.6.0.11 CATEGORIES= finance www MASTER_SITES= http://www.prestashop.com/download/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/finance/prestashop/distinfo b/finance/prestashop/distinfo index 40999a737c0..18a1d5149f7 100644 --- a/finance/prestashop/distinfo +++ b/finance/prestashop/distinfo @@ -1,2 +1,2 @@ -SHA256 (prestashop_1.6.0.9.zip) = 0bceeaa7ce1e0789f13f67fdab6b9edb42fa73c1d3826000bc289191988c68af -SIZE (prestashop_1.6.0.9.zip) = 21055953 +SHA256 (prestashop_1.6.0.11.zip) = b16b069da84b3df48853507279ce55f527e42ed49c78526505d1c9068d70e10d +SIZE (prestashop_1.6.0.11.zip) = 21939261 diff --git a/finance/prestashop/files/pkg-message.in b/finance/prestashop/files/pkg-message.in index b456c2f0f97..dca0443603e 100644 --- a/finance/prestashop/files/pkg-message.in +++ b/finance/prestashop/files/pkg-message.in @@ -2,10 +2,11 @@ 1 Congratulations! You have successfully installed PRESTASHOP e-Commerce platform. -2 Add the following to your Apache configuration, and - restart the server: - ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later. +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 @@ -14,11 +15,20 @@ PRESTASHOP e-Commerce platform. 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 your browser: - http://your-server-name/prestashop/install + http://your-server-name/prestashop/ 5 More detailed document could be found here: http://www.prestashop.com/wiki/Installing_And_Updating_PrestaShop_Software/ -- cgit