diff options
author | wen <wen@FreeBSD.org> | 2015-01-20 11:02:17 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-01-20 11:02:17 +0800 |
commit | 8f99dc415a73b2fc00526b57f38a3db093aec6bf (patch) | |
tree | 28ebc7bf33bcbb83a07ddcb7d1abc9e309ef3f65 /finance | |
parent | 4d77ae8bdc5941db74a4466b31620e07927d0b91 (diff) | |
download | freebsd-ports-gnome-8f99dc415a73b2fc00526b57f38a3db093aec6bf.tar.gz freebsd-ports-gnome-8f99dc415a73b2fc00526b57f38a3db093aec6bf.tar.zst freebsd-ports-gnome-8f99dc415a73b2fc00526b57f38a3db093aec6bf.zip |
- Update to 1.6.0.11
- Update pkg-message
Diffstat (limited to 'finance')
-rw-r--r-- | finance/prestashop/Makefile | 2 | ||||
-rw-r--r-- | finance/prestashop/distinfo | 4 | ||||
-rw-r--r-- | finance/prestashop/files/pkg-message.in | 18 |
3 files changed, 17 insertions, 7 deletions
diff --git a/finance/prestashop/Makefile b/finance/prestashop/Makefile index 9dcf233408d8..02b77d8d13c0 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 40999a737c0a..18a1d5149f79 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 b456c2f0f973..dca0443603e8 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 <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/ |