diff options
author | Wen Heping <wen@FreeBSD.org> | 2016-05-06 03:12:30 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2016-05-06 03:12:30 +0000 |
commit | bc04eea4d4aa08d8dd46e84cfd3f90c94e906fb4 (patch) | |
tree | c153dec82034e8c4ff6131bd7597419c9813e2b1 /finance | |
parent | 48f33c80b6c9c99ad4852fcf46a69121453b7ac0 (diff) | |
download | ports-bc04eea4d4aa08d8dd46e84cfd3f90c94e906fb4.tar.gz ports-bc04eea4d4aa08d8dd46e84cfd3f90c94e906fb4.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/prestashop/Makefile | 11 | ||||
-rw-r--r-- | finance/prestashop/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/finance/prestashop/Makefile b/finance/prestashop/Makefile index a8596d8b1ef6..88ab8f7bdb8c 100644 --- a/finance/prestashop/Makefile +++ b/finance/prestashop/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= prestashop -PORTVERSION= 1.6.1.4 -PORTREVISION= 2 +PORTVERSION= 1.6.1.5 CATEGORIES= finance www -MASTER_SITES= http://www.prestashop.com/download/ +MASTER_SITES= http://www.prestashop.com/download/old/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= wen@FreeBSD.org @@ -13,14 +12,16 @@ COMMENT= Open-Source e-Commerce Software for Web 2.0 BROKEN_powerpc64= Does not build -USES= cpe zip +USES= cpe shebangfix zip NO_BUILD= yes PRESTADIR= www/${PORTNAME} PLIST= ${WRKDIR}/plist -USE_PHP= dom gd mysqli session simplexml +USE_PHP= ctype dom gd mcrypt mysqli session simplexml WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message +SHEBANG_FILES= tools/swift/swiftmailer_generate_mimes_config.php + pre-install: @${ECHO_CMD} -e '@owner ${WWWOWN}\n@group ${WWWGRP}' > ${PLIST} @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${PRESTADIR}?g" >> ${PLIST} diff --git a/finance/prestashop/distinfo b/finance/prestashop/distinfo index 1692702fad3a..16609b70db74 100644 --- a/finance/prestashop/distinfo +++ b/finance/prestashop/distinfo @@ -1,2 +1,2 @@ -SHA256 (prestashop_1.6.1.4.zip) = e8dc93a2c93303ba9ec49e1717ecaba4a5ce23f3a332f1aada8fd6dd9b10a738 -SIZE (prestashop_1.6.1.4.zip) = 21441882 +SHA256 (prestashop_1.6.1.5.zip) = 3c5cce340ff06f5a85ae4e87053b5f379eb926db447487166a14dcd572ba6be6 +SIZE (prestashop_1.6.1.5.zip) = 21544717 |