From owner-svn-ports-head@FreeBSD.ORG Tue Jan 20 03:02:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 272D6A99; Tue, 20 Jan 2015 03:02:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 ECE0E2C9; Tue, 20 Jan 2015 03:02:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0K32IZV019615; Tue, 20 Jan 2015 03:02:18 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0K32IUB019612; Tue, 20 Jan 2015 03:02:18 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201501200302.t0K32IUB019612@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 20 Jan 2015 03:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377494 - in head/finance/prestashop: . 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2015 03:02:19 -0000 Author: wen Date: Tue Jan 20 03:02:17 2015 New Revision: 377494 URL: https://svnweb.freebsd.org/changeset/ports/377494 QAT: https://qat.redports.org/buildarchive/r377494/ Log: - Update to 1.6.0.11 - 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 Tue Jan 20 01:09:26 2015 (r377493) +++ head/finance/prestashop/Makefile Tue Jan 20 03:02:17 2015 (r377494) @@ -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} Modified: head/finance/prestashop/distinfo ============================================================================== --- head/finance/prestashop/distinfo Tue Jan 20 01:09:26 2015 (r377493) +++ head/finance/prestashop/distinfo Tue Jan 20 03:02:17 2015 (r377494) @@ -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 Modified: head/finance/prestashop/files/pkg-message.in ============================================================================== --- head/finance/prestashop/files/pkg-message.in Tue Jan 20 01:09:26 2015 (r377493) +++ head/finance/prestashop/files/pkg-message.in Tue Jan 20 03:02:17 2015 (r377494) @@ -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/