Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2017 15:39:36 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r447630 - branches/2017Q3/www/glpi
Message-ID:  <201708091539.v79FdaYK067209@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Aug  9 15:39:35 2017
New Revision: 447630
URL: https://svnweb.freebsd.org/changeset/ports/447630

Log:
  MFH: r447495
  
  www/glpi: Add curl to PHP dependency list
  
  Without the extension the port is not functional
  
  PR:          220842
  Reported by: dasti <stievenard.david@gmail.com>
  
  Approved by: ports-secteam (zi)

Modified:
  branches/2017Q3/www/glpi/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/www/glpi/Makefile
==============================================================================
--- branches/2017Q3/www/glpi/Makefile	Wed Aug  9 15:36:27 2017	(r447629)
+++ branches/2017Q3/www/glpi/Makefile	Wed Aug  9 15:39:35 2017	(r447630)
@@ -3,6 +3,7 @@
 
 PORTNAME=	glpi
 PORTVERSION=	9.1.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/glpi-project/glpi/releases/download/${PORTVERSION}/
@@ -14,7 +15,7 @@ LICENSE=	GPLv2
 
 USES=		cpe gettext php tar:tgz
 CPE_VENDOR=	glpi-project
-USE_PHP=	ctype fileinfo filter gd json mbstring mysqli \
+USE_PHP=	ctype curl fileinfo filter gd json mbstring mysqli \
 		pcre session simplexml wddx xml xmlrpc zlib
 
 WRKSRC=		${WRKDIR}/${PORTNAME}



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