From owner-svn-ports-head@freebsd.org Sun Jul 2 21:42:29 2017 Return-Path: Delivered-To: svn-ports-head@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 7B489DADDDA; Sun, 2 Jul 2017 21:42:29 +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 4A65F77D9A; Sun, 2 Jul 2017 21:42:29 +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 v62LgSsT021626; Sun, 2 Jul 2017 21:42:28 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v62LgSjo021624; Sun, 2 Jul 2017 21:42:28 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201707022142.v62LgSjo021624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 2 Jul 2017 21:42:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444901 - head/www/rtv X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/www/rtv X-SVN-Commit-Revision: 444901 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2017 21:42:29 -0000 Author: dbaio Date: Sun Jul 2 21:42:28 2017 New Revision: 444901 URL: https://svnweb.freebsd.org/changeset/ports/444901 Log: www/rtv: Update to 1.16.0 Features Added the ability to copy links to the OS clipboard with y and Y. Both submissions and comments can now be viewed on /user/ pages. A MIME parser has been added for www.streamable.com. A MIME parser has been added for www.vidme.com. Submission URLs can now be opened while viewing the comments page. Bugfixes More graceful handling for the invalid LOCALE error on MacOS. A fatal error is now raised when trying to run on Windows without curses. Fixed an error when trying to view saved comments. Invalid refresh-tokens are now automatically deleted. Users who are signed up for Reddit's beta profiles can now launch RTV. Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11419 Modified: head/www/rtv/Makefile head/www/rtv/distinfo Modified: head/www/rtv/Makefile ============================================================================== --- head/www/rtv/Makefile Sun Jul 2 20:50:08 2017 (r444900) +++ head/www/rtv/Makefile Sun Jul 2 21:42:28 2017 (r444901) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rtv -PORTVERSION= 1.15.1 +PORTVERSION= 1.16.0 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/rtv/distinfo ============================================================================== --- head/www/rtv/distinfo Sun Jul 2 20:50:08 2017 (r444900) +++ head/www/rtv/distinfo Sun Jul 2 21:42:28 2017 (r444901) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491835907 -SHA256 (michael-lazar-rtv-v1.15.1_GH0.tar.gz) = 22d824c546692833c58f95cfbf131615733af43c1e0ac2bfd7021cdbe4817818 -SIZE (michael-lazar-rtv-v1.15.1_GH0.tar.gz) = 7388912 +TIMESTAMP = 1498778286 +SHA256 (michael-lazar-rtv-v1.16.0_GH0.tar.gz) = 6ccb32fa9bc3e3ec6e32e72c0cbf6acc834b7dee65490d501253b4577269b53e +SIZE (michael-lazar-rtv-v1.16.0_GH0.tar.gz) = 8128794