Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 May 2016 03:12:30 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414675 - head/finance/prestashop
Message-ID:  <201605060312.u463CUS4079729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Fri May  6 03:12:30 2016
New Revision: 414675
URL: https://svnweb.freebsd.org/changeset/ports/414675

Log:
  - Update to 1.6.1.5
  - Add missing PHP modules

Modified:
  head/finance/prestashop/Makefile
  head/finance/prestashop/distinfo

Modified: head/finance/prestashop/Makefile
==============================================================================
--- head/finance/prestashop/Makefile	Fri May  6 01:19:28 2016	(r414674)
+++ head/finance/prestashop/Makefile	Fri May  6 03:12:30 2016	(r414675)
@@ -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
 
 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}

Modified: head/finance/prestashop/distinfo
==============================================================================
--- head/finance/prestashop/distinfo	Fri May  6 01:19:28 2016	(r414674)
+++ head/finance/prestashop/distinfo	Fri May  6 03:12:30 2016	(r414675)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605060312.u463CUS4079729>