Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Aug 2014 12:42:52 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364434 - head/sysutils/froxlor
Message-ID:  <53e6174c.2a1e.7c98f32d@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sat Aug  9 12:42:51 2014
New Revision: 364434
URL: http://svnweb.freebsd.org/changeset/ports/364434
QAT: https://qat.redports.org/buildarchive/r364434/

Log:
  sysutils/froxlor: add missing dependencies
  
  PR:		192513
  Submitted by:	maintainer

Modified:
  head/sysutils/froxlor/Makefile

Modified: head/sysutils/froxlor/Makefile
==============================================================================
--- head/sysutils/froxlor/Makefile	Sat Aug  9 12:36:30 2014	(r364433)
+++ head/sysutils/froxlor/Makefile	Sat Aug  9 12:42:51 2014	(r364434)
@@ -3,7 +3,7 @@
 
 PORTNAME=	froxlor
 PORTVERSION=	0.9.32
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils www
 MASTER_SITES=	http://files.froxlor.org/releases/
 
@@ -20,7 +20,7 @@ SUB_FILES+=	pkg-message pkg-deinstall
 SUB_LIST+=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
 PLIST_SUB+=	${SUB_LIST}
 
-USE_PHP=	xml bcmath posix filter session ftp mysql mysqli
+USE_PHP=	bcmath curl filter ftp json mysql mysqli pdo_mysql posix session xml
 
 WANT_PHP_CLI=	YES
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e6174c.2a1e.7c98f32d>