Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2017 14:27:08 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447495 - head/www/glpi
Message-ID:  <201708071427.v77ER8D5032432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Mon Aug  7 14:27:08 2017
New Revision: 447495
URL: https://svnweb.freebsd.org/changeset/ports/447495

Log:
  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>
  MFH:         2017Q3

Modified:
  head/www/glpi/Makefile

Modified: head/www/glpi/Makefile
==============================================================================
--- head/www/glpi/Makefile	Mon Aug  7 13:46:50 2017	(r447494)
+++ head/www/glpi/Makefile	Mon Aug  7 14:27:08 2017	(r447495)
@@ -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?201708071427.v77ER8D5032432>