Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 13:20:06 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422982 - head/www/baikal
Message-ID:  <201609301320.u8UDK6cM054798@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Sep 30 13:20:06 2016
New Revision: 422982
URL: https://svnweb.freebsd.org/changeset/ports/422982

Log:
  Add php-json to the dependencies.
  
  PR:		213097
  Reported by:	optikfluffel
  Sponsored by:	Absolight

Modified:
  head/www/baikal/Makefile   (contents, props changed)

Modified: head/www/baikal/Makefile
==============================================================================
--- head/www/baikal/Makefile	Fri Sep 30 12:44:27 2016	(r422981)
+++ head/www/baikal/Makefile	Fri Sep 30 13:20:06 2016	(r422982)
@@ -3,6 +3,7 @@
 
 PORTNAME=	baikal
 PORTVERSION=	0.4.6
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/fruux/Baikal/releases/download/${PORTVERSION}/
 
@@ -13,7 +14,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=	php zip
-USE_PHP=	ctype dom filter mbstring openssl pdo_sqlite session xml xmlreader xmlwriter
+USE_PHP=	ctype dom filter json mbstring openssl pdo_sqlite session xml xmlreader xmlwriter
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes



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