svn commit: r513632 - head/finance/prestashop

Wen Heping wen at FreeBSD.org
Wed Oct 2 23:45:47 UTC 2019


Author: wen
Date: Wed Oct  2 23:45:46 2019
New Revision: 513632
URL: https://svnweb.freebsd.org/changeset/ports/513632

Log:
  - Add missing PHP modules
  
  Reported by:	luislupe at gmail.com(via email)

Modified:
  head/finance/prestashop/Makefile

Modified: head/finance/prestashop/Makefile
==============================================================================
--- head/finance/prestashop/Makefile	Wed Oct  2 21:46:18 2019	(r513631)
+++ head/finance/prestashop/Makefile	Wed Oct  2 23:45:46 2019	(r513632)
@@ -3,6 +3,7 @@
 
 PORTNAME=	prestashop
 PORTVERSION=	1.7.6.1
+PORTREVISION=	1
 CATEGORIES=	finance www
 MASTER_SITES=	http://www.prestashop.com/download/old/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -14,8 +15,8 @@ USES=		cpe shebangfix zip:infozip
 NO_BUILD=	yes
 PRESTADIR=	www/${PORTNAME}
 PLIST=		${WRKDIR}/plist
-USE_PHP=	ctype curl dom filter gd intl mcrypt mysqli pdo_mysql \
-		posix session simplexml soap
+USE_PHP=	ctype curl dom filter gd hash intl json mcrypt \
+		mysqli pdo_mysql posix session simplexml soap
 WRKSRC=		${WRKDIR}/${PORTNAME}
 SUB_FILES=	pkg-message
 


More information about the svn-ports-head mailing list