Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2017 17:18:23 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434409 - head/www/tt-rss
Message-ID:  <201702191718.v1JHINm5097172@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sun Feb 19 17:18:23 2017
New Revision: 434409
URL: https://svnweb.freebsd.org/changeset/ports/434409

Log:
  Adding a missing dependency on php56-fileinfo.
  
  PR:		217196
  Submitted by:	nimrodl (at) gmail.com

Modified:
  head/www/tt-rss/Makefile

Modified: head/www/tt-rss/Makefile
==============================================================================
--- head/www/tt-rss/Makefile	Sun Feb 19 16:43:03 2017	(r434408)
+++ head/www/tt-rss/Makefile	Sun Feb 19 17:18:23 2017	(r434409)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tt-rss
 PORTVERSION=	2017.02.12
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://tt-rss.org/gitlab/fox/tt-rss/repository/archive${EXTRACT_SUFX}?ref=${GL_TAGNAME}&num;/
 
@@ -16,7 +17,7 @@ GL_TAGNAME=	454292b2
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-USE_PHP=	ctype dom hash json mbstring pcntl posix session xmlrpc
+USE_PHP=	ctype dom fileinfo hash json mbstring pcntl posix session xmlrpc
 REINPLACE_ARGS=	-i ""
 USES=		php:cli,web shebangfix tar:bz2
 SHEBANG_FILES=	lib/dojo-src/rebuild-dojo.sh utils/extract-i18n-js.pl



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