svn commit: r447307 - head/www/rtv

Danilo G. Baio dbaio at FreeBSD.org
Fri Aug 4 00:22:07 UTC 2017


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


More information about the svn-ports-all mailing list