mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Update to 1.7.4.2
- Update DEPENDS - Update pkg-message
This commit is contained in:
parent
813aa9f60d
commit
1c5e1a7a9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477495
@ -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
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
=============================================
|
||||
|
Loading…
Reference in New Issue
Block a user