mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 1.6.1.5
- Add missing PHP modules
This commit is contained in:
parent
48f33c80b6
commit
bc04eea4d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414675
2 changed files with 8 additions and 7 deletions
|
@ -2,10 +2,9 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= prestashop
|
PORTNAME= prestashop
|
||||||
PORTVERSION= 1.6.1.4
|
PORTVERSION= 1.6.1.5
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= finance www
|
CATEGORIES= finance www
|
||||||
MASTER_SITES= http://www.prestashop.com/download/
|
MASTER_SITES= http://www.prestashop.com/download/old/
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= wen@FreeBSD.org
|
MAINTAINER= wen@FreeBSD.org
|
||||||
|
@ -13,14 +12,16 @@ COMMENT= Open-Source e-Commerce Software for Web 2.0
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
BROKEN_powerpc64= Does not build
|
||||||
|
|
||||||
USES= cpe zip
|
USES= cpe shebangfix zip
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
PRESTADIR= www/${PORTNAME}
|
PRESTADIR= www/${PORTNAME}
|
||||||
PLIST= ${WRKDIR}/plist
|
PLIST= ${WRKDIR}/plist
|
||||||
USE_PHP= dom gd mysqli session simplexml
|
USE_PHP= ctype dom gd mcrypt mysqli session simplexml
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
|
SHEBANG_FILES= tools/swift/swiftmailer_generate_mimes_config.php
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
@${ECHO_CMD} -e '@owner ${WWWOWN}\n@group ${WWWGRP}' > ${PLIST}
|
@${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 f | ${SED} "s?${WRKSRC}?${PRESTADIR}?g" >> ${PLIST}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (prestashop_1.6.1.4.zip) = e8dc93a2c93303ba9ec49e1717ecaba4a5ce23f3a332f1aada8fd6dd9b10a738
|
SHA256 (prestashop_1.6.1.5.zip) = 3c5cce340ff06f5a85ae4e87053b5f379eb926db447487166a14dcd572ba6be6
|
||||||
SIZE (prestashop_1.6.1.4.zip) = 21441882
|
SIZE (prestashop_1.6.1.5.zip) = 21544717
|
||||||
|
|
Loading…
Add table
Reference in a new issue