diff --git a/finance/prestashop/Makefile b/finance/prestashop/Makefile index 7907a678243f..fbe66436e5fa 100644 --- a/finance/prestashop/Makefile +++ b/finance/prestashop/Makefile @@ -1,41 +1,37 @@ 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 COMMENT= Open-Source e-Commerce Software for Web 2.0 WWW= https://www.prestashop.com/ 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} @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${PRESTADIR}?g" >> ${PLIST} @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${PRESTADIR}?g" >> ${PLIST} @${ECHO_CMD} -e '@owner root\n@group wheel' >> ${PLIST} do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include diff --git a/finance/prestashop/distinfo b/finance/prestashop/distinfo index 615c2703f15f..e772cfb4e888 100644 --- a/finance/prestashop/distinfo +++ b/finance/prestashop/distinfo @@ -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 diff --git a/finance/prestashop/files/pkg-message.in b/finance/prestashop/files/pkg-message.in index 04cd17ea5d60..ca42f40e216c 100644 --- a/finance/prestashop/files/pkg-message.in +++ b/finance/prestashop/files/pkg-message.in @@ -1,28 +1,27 @@ [ { type: install message: < Options Indexes AllowOverride None Require all granted 3 Then continue to proceed to Prestashop web setup proccess with your browser: 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 } ]