Date: Sun, 2 Jul 2017 21:42:28 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444901 - head/www/rtv Message-ID: <201707022142.v62LgSjo021624@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707022142.v62LgSjo021624>