Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Apr 2016 04:19:08 +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: r413413 - head/finance/prestashop
Message-ID:  <201604160419.u3G4J8TJ018041@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sat Apr 16 04:19:07 2016
New Revision: 413413
URL: https://svnweb.freebsd.org/changeset/ports/413413

Log:
  - Update USE_PHP, add session and simplexml

Modified:
  head/finance/prestashop/Makefile

Modified: head/finance/prestashop/Makefile
==============================================================================
--- head/finance/prestashop/Makefile	Sat Apr 16 02:04:05 2016	(r413412)
+++ head/finance/prestashop/Makefile	Sat Apr 16 04:19:07 2016	(r413413)
@@ -3,7 +3,7 @@
 
 PORTNAME=	prestashop
 PORTVERSION=	1.6.1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	finance www
 MASTER_SITES=	http://www.prestashop.com/download/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -15,7 +15,7 @@ USES=		cpe zip
 NO_BUILD=	yes
 PRESTADIR=	www/${PORTNAME}
 PLIST=		${WRKDIR}/plist
-USE_PHP=	dom gd mysqli
+USE_PHP=	dom gd mysqli session simplexml
 WRKSRC=		${WRKDIR}/${PORTNAME}
 SUB_FILES=	pkg-message
 



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