Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 23:45:46 +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: r513632 - head/finance/prestashop
Message-ID:  <201910022345.x92NjkHh019692@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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