aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2016-11-28 07:19:54 +0000
committerWen Heping <wen@FreeBSD.org>2016-11-28 07:19:54 +0000
commitb838d2d85609f549810bccd625784b38c344188e (patch)
treeb49d4ab4a98a3dc50316dc4d966d820a6f10d5fc /finance
parent05e7e8573987a9c4093bc900c1eca200c8967b45 (diff)
- Update to 1.7.0.1
Notes
Notes: svn path=/head/; revision=427286
Diffstat (limited to 'finance')
-rw-r--r--finance/prestashop/Makefile21
-rw-r--r--finance/prestashop/distinfo6
2 files changed, 20 insertions, 7 deletions
diff --git a/finance/prestashop/Makefile b/finance/prestashop/Makefile
index 68cf2a06240f..7f08db8f07dc 100644
--- a/finance/prestashop/Makefile
+++ b/finance/prestashop/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= prestashop
-PORTVERSION= 1.6.1.8
+PORTVERSION= 1.7.0.1
CATEGORIES= finance www
MASTER_SITES= http://www.prestashop.com/download/old/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -10,15 +10,29 @@ 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
NO_BUILD= yes
PRESTADIR= www/${PORTNAME}
PLIST= ${WRKDIR}/plist
-USE_PHP= ctype dom gd mcrypt mysqli session simplexml
+USE_PHP= ctype curl dom filter gd mcrypt mysqli pdo_mysql \
+ posix session simplexml soap
WRKSRC= ${WRKDIR}/${PORTNAME}
SUB_FILES= pkg-message
-SHEBANG_FILES= tools/swift/swiftmailer_generate_mimes_config.php
+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/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/Resources/bin/build.sh \
+ vendor/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/Resources/bin/build_demo.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}
@@ -28,6 +42,5 @@ pre-install:
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
- @${CHMOD} -R 755 ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>
diff --git a/finance/prestashop/distinfo b/finance/prestashop/distinfo
index fcb5c783c96b..c2d6f5fb5765 100644
--- a/finance/prestashop/distinfo
+++ b/finance/prestashop/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477526115
-SHA256 (prestashop_1.6.1.8.zip) = 9be005ef314281db6b6445c4f58e46876ecfcd86631984b6f71b794687703755
-SIZE (prestashop_1.6.1.8.zip) = 21351516
+TIMESTAMP = 1479804376
+SHA256 (prestashop_1.7.0.1.zip) = d452a85b1a17567b66c8dcfba2c65c9457ed9df3cc8f05598db9eac1c6fc8382
+SIZE (prestashop_1.7.0.1.zip) = 55426387