diff options
-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 |