svn commit: r413413 - head/finance/prestashop

Wen Heping wen at FreeBSD.org
Sat Apr 16 04:19:09 UTC 2016


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
 


More information about the svn-ports-all mailing list