svn commit: r434409 - head/www/tt-rss

Thierry Thomas thierry at FreeBSD.org
Sun Feb 19 17:18:24 UTC 2017


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}#/
 
@@ -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


More information about the svn-ports-all mailing list