1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

finance/prestashop: Update to 8.1.3

Update pkg-message
This commit is contained in:
Wen Heping 2024-02-01 05:00:50 +00:00
parent 4fae7617b7
commit d58937484b
3 changed files with 11 additions and 16 deletions

View File

@ -1,7 +1,7 @@
PORTNAME= prestashop
PORTVERSION= 1.7.8.8
PORTVERSION= 8.1.3
CATEGORIES= finance www
MASTER_SITES= https://download.prestashop.com/download/releases/
MASTER_SITES= https://github.com/PrestaShop/PrestaShop/releases/download/8.1.3/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
@ -12,22 +12,18 @@ USES= cpe php shebangfix zip:infozip
NO_BUILD= yes
PRESTADIR= www/${PORTNAME}
PLIST= ${WRKDIR}/plist
USE_PHP= ctype curl dom filter gd intl mcrypt \
mysqli pdo_mysql posix session simplexml soap
USE_PHP= ctype curl dom fileinfo filter gd intl \
mbstring mcrypt mysqli \
pdo_mysql posix session simplexml \
soap tokenizer zip
WRKSRC= ${WRKDIR}/${PORTNAME}
SUB_FILES= pkg-message
SHEBANG_FILES= vendor/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php \
vendor/doctrine/orm/docs/bin/generate-docs.sh \
vendor/doctrine/orm/docs/bin/install-dependencies.sh \
vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/build.sh \
vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php
post-extract:
@(cd ${WRKDIR} && ${UNZIP_CMD} -d prestashop ${WRKDIR}/prestashop.zip)
${REINPLACE_CMD} -e 's#@prefix@#${PREFIX}#g' \
${WRKSRC}/vendor/pear/archive_tar/scripts/phptar.in
${RM} ${WRKSRC}/vendor/pear/archive_tar/scripts/*.bak
pre-install:
@${ECHO_CMD} -e '@owner ${WWWOWN}\n@group ${WWWGRP}' > ${PLIST}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1671627624
SHA256 (prestashop_1.7.8.8.zip) = 284e19fa2b871b30c923d11fa046f6f429277c44277b0bcee073a718b315bae1
SIZE (prestashop_1.7.8.8.zip) = 74255389
TIMESTAMP = 1706759280
SHA256 (prestashop_8.1.3.zip) = bcba8d807c93db94d92a75558e8cfe135ef6416d44a7bf313a0a0c86605421d3
SIZE (prestashop_8.1.3.zip) = 82165726

View File

@ -8,7 +8,6 @@ PRESTASHOP e-Commerce platform.
2 Add the following to your Apache configuration file
httpd.conf, and restart the server:
For Apache version 2.4.x or above:
Alias /prestashop /usr/local/www/prestashop/
AcceptPathInfo On
<Directory /usr/local/www/prestashop>
@ -22,7 +21,7 @@ PRESTASHOP e-Commerce platform.
http://your-server-name/prestashop/
4 More detailed document could be found here:
http://www.prestashop.com/wiki/Installing_And_Updating_PrestaShop_Software/
https://docs.prestashop-project.org/v.8-documentation/getting-started/installing-prestashop
EOM
}
]