From owner-svn-ports-all@freebsd.org Sun Feb 19 17:18:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72573CE5FC0; Sun, 19 Feb 2017 17:18:24 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41D162BA; Sun, 19 Feb 2017 17:18:24 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1JHINIY097173; Sun, 19 Feb 2017 17:18:23 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1JHINm5097172; Sun, 19 Feb 2017 17:18:23 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201702191718.v1JHINm5097172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 19 Feb 2017 17:18:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434409 - head/www/tt-rss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2017 17:18:24 -0000 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