From owner-svn-ports-all@freebsd.org Fri Aug 4 00:22:07 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 613C9DB604E; Fri, 4 Aug 2017 00:22:07 +0000 (UTC) (envelope-from dbaio@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 2F28B71B47; Fri, 4 Aug 2017 00:22:07 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v740M6OY024196; Fri, 4 Aug 2017 00:22:06 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v740M69n024194; Fri, 4 Aug 2017 00:22:06 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201708040022.v740M69n024194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Fri, 4 Aug 2017 00:22:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447307 - head/www/rtv X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/www/rtv X-SVN-Commit-Revision: 447307 X-SVN-Commit-Repository: ports 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: Fri, 04 Aug 2017 00:22:07 -0000 Author: dbaio Date: Fri Aug 4 00:22:06 2017 New Revision: 447307 URL: https://svnweb.freebsd.org/changeset/ports/447307 Log: www/rtv: Update to 1.17.0 Features - Added the J command to jump to the next sibling comment. - Added the K command to jump to the parent comment. - Search results can now be sorted, and the title bar has been updated to display the current search query. - Imgur URLs are now resolved via the Imgur API. This enables the loading of large albums with over 10 images. An imgur_client_id option has been added to the RTV configuration. - A MIME parser has been added for www.liveleak.com. - RTV now respects the $VISUAL environment variable. Bugfixes - Fixed a screen refresh bug on urxvt terminals. - New key bindings will now attempt to fallback to their default key if not defined in the user's configuration file. Documentation - Added additional mailcap examples for framebuffer videos and iTerm2. - Python version information is now captured in the log at startup. Modified: head/www/rtv/Makefile head/www/rtv/distinfo Modified: head/www/rtv/Makefile ============================================================================== --- head/www/rtv/Makefile Fri Aug 4 00:13:38 2017 (r447306) +++ head/www/rtv/Makefile Fri Aug 4 00:22:06 2017 (r447307) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rtv -PORTVERSION= 1.16.0 +PORTVERSION= 1.17.0 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/rtv/distinfo ============================================================================== --- head/www/rtv/distinfo Fri Aug 4 00:13:38 2017 (r447306) +++ head/www/rtv/distinfo Fri Aug 4 00:22:06 2017 (r447307) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498778286 -SHA256 (michael-lazar-rtv-v1.16.0_GH0.tar.gz) = 6ccb32fa9bc3e3ec6e32e72c0cbf6acc834b7dee65490d501253b4577269b53e -SIZE (michael-lazar-rtv-v1.16.0_GH0.tar.gz) = 8128794 +TIMESTAMP = 1501805965 +SHA256 (michael-lazar-rtv-v1.17.0_GH0.tar.gz) = 8e52aa79cee732158511603be23b449b57f6fb858ce331968c0dccdfa51130be +SIZE (michael-lazar-rtv-v1.17.0_GH0.tar.gz) = 8357138