svn commit: r400175 - head/finance/prestashop

Wen Heping wen at FreeBSD.org
Mon Oct 26 08:08:34 UTC 2015


Author: wen
Date: Mon Oct 26 08:08:32 2015
New Revision: 400175
URL: https://svnweb.freebsd.org/changeset/ports/400175

Log:
  - Update to 1.6.1.1 and unbreak
  - Add missing PHP module

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

Modified: head/finance/prestashop/Makefile
==============================================================================
--- head/finance/prestashop/Makefile	Mon Oct 26 07:11:03 2015	(r400174)
+++ head/finance/prestashop/Makefile	Mon Oct 26 08:08:32 2015	(r400175)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	prestashop
-PORTVERSION=	1.6.0.14
+PORTVERSION=	1.6.1.1
 CATEGORIES=	finance www
 MASTER_SITES=	http://www.prestashop.com/download/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -10,12 +10,11 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	Open-Source e-Commerce Software for Web 2.0
 
-BROKEN=		does not fetch
 USES=		cpe zip
 NO_BUILD=	yes
 PRESTADIR=	www/${PORTNAME}
 PLIST=		${WRKDIR}/plist
-USE_PHP=	mysql gd
+USE_PHP=	dom gd mysql
 WRKSRC=		${WRKDIR}/${PORTNAME}
 SUB_FILES=	pkg-message
 

Modified: head/finance/prestashop/distinfo
==============================================================================
--- head/finance/prestashop/distinfo	Mon Oct 26 07:11:03 2015	(r400174)
+++ head/finance/prestashop/distinfo	Mon Oct 26 08:08:32 2015	(r400175)
@@ -1,2 +1,2 @@
-SHA256 (prestashop_1.6.0.14.zip) = d3888c4573c47995b840112068ec800324ad3dfc4422348692aae0c3265ce805
-SIZE (prestashop_1.6.0.14.zip) = 23372157
+SHA256 (prestashop_1.6.1.1.zip) = 277d09b45fc32391c8bdcd8a8cac41ee36e7da96e92376b8d2d47ba1eb356c2d
+SIZE (prestashop_1.6.1.1.zip) = 21230302


More information about the svn-ports-head mailing list