svn commit: r377494 - in head/finance/prestashop: . files

Wen Heping wen at FreeBSD.org
Tue Jan 20 03:02:19 UTC 2015


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
    <Directory %%WWWDIR%%>
@@ -14,11 +15,20 @@ PRESTASHOP e-Commerce platform.
       Allow from all
    </Directory>
 
+   For Apache version 2.4.x or above:
+   Alias /prestashop /usr/local/www/prestashop/
+   AcceptPathInfo On
+   <Directory /usr/local/www/prestashop>
+        Options Indexes
+      AllowOverride None
+      Require all granted
+   </Directory>
+
 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/ 


More information about the svn-ports-all mailing list