diff options
author | Wen Heping <wen@FreeBSD.org> | 2018-08-18 10:58:47 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2018-08-18 10:58:47 +0000 |
commit | 1c5e1a7a9bad323feb927d7938a7899d7b5c6280 (patch) | |
tree | b29016ea1827a875e6111974e794043596e5feae /finance | |
parent | 813aa9f60dc498a0d97a7157771c7e0fec09f1d9 (diff) | |
download | ports-1c5e1a7a9bad323feb927d7938a7899d7b5c6280.tar.gz ports-1c5e1a7a9bad323feb927d7938a7899d7b5c6280.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/prestashop/Makefile | 7 | ||||
-rw-r--r-- | finance/prestashop/distinfo | 6 | ||||
-rw-r--r-- | finance/prestashop/files/pkg-message.in | 15 |
3 files changed, 8 insertions, 20 deletions
diff --git a/finance/prestashop/Makefile b/finance/prestashop/Makefile index 98e4d4c370fe..acb9ab93c76e 100644 --- a/finance/prestashop/Makefile +++ b/finance/prestashop/Makefile @@ -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 diff --git a/finance/prestashop/distinfo b/finance/prestashop/distinfo index 2636e4ea9d00..7b8f1cac4cc7 100644 --- a/finance/prestashop/distinfo +++ b/finance/prestashop/distinfo @@ -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 diff --git a/finance/prestashop/files/pkg-message.in b/finance/prestashop/files/pkg-message.in index 408d03dbd5fc..026d07d9e51f 100644 --- a/finance/prestashop/files/pkg-message.in +++ b/finance/prestashop/files/pkg-message.in @@ -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/ ============================================= |