Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 07:54:24 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552212 - head/audio/ncspot
Message-ID:  <202010130754.09D7sOwg060959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Tue Oct 13 07:54:23 2020
New Revision: 552212
URL: https://svnweb.freebsd.org/changeset/ports/552212

Log:
  audio/ncspot: update to 0.2.3
  
  From ChangeLog: https://github.com/hrkfdn/ncspot/releases/tag/v0.2.3
  
  Features
  
   * Display album name for playable objects
   * Added config option for bitrate
   * Add Vim-like search in list views
   * Add insert command and Ctrl-V shortcut to paste Spotify links
  
  Maintenance
  
   * Gracefully handle error when showing notification
   * Add feature flag for song notifications, enables users/distributions to ship
     without D-Bus dependency
   * Alias Space to whitespace key when for bindings
   * Fix last tab to fill entire width correctly
   * Tweak queue/play next handling
  
  Reported by:	portscout

Modified:
  head/audio/ncspot/Makefile
  head/audio/ncspot/distinfo

Modified: head/audio/ncspot/Makefile
==============================================================================
--- head/audio/ncspot/Makefile	Tue Oct 13 07:50:30 2020	(r552211)
+++ head/audio/ncspot/Makefile	Tue Oct 13 07:54:23 2020	(r552212)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ncspot
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2.2
+DISTVERSION=	0.2.3
 CATEGORIES=	audio
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/audio/ncspot/distinfo
==============================================================================
--- head/audio/ncspot/distinfo	Tue Oct 13 07:50:30 2020	(r552211)
+++ head/audio/ncspot/distinfo	Tue Oct 13 07:54:23 2020	(r552212)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1599048616
+TIMESTAMP = 1602505730
 SHA256 (rust/crates/addr2line-0.13.0.tar.gz) = 1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072
 SIZE (rust/crates/addr2line-0.13.0.tar.gz) = 29996
 SHA256 (rust/crates/adler-0.2.3.tar.gz) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e
@@ -801,5 +801,5 @@ SHA256 (rust/crates/xi-unicode-0.2.1.tar.gz) = e71b85d
 SIZE (rust/crates/xi-unicode-0.2.1.tar.gz) = 88229
 SHA256 (rust/crates/xml-rs-0.6.1.tar.gz) = e1945e12e16b951721d7976520b0832496ef79c31602c7a29d950de79ba74621
 SIZE (rust/crates/xml-rs-0.6.1.tar.gz) = 50922
-SHA256 (hrkfdn-ncspot-v0.2.2_GH0.tar.gz) = 6ed78599901941e4c8b52d9b5339a1f3dcb0bf0a846034cc6a3681bd5574d98b
-SIZE (hrkfdn-ncspot-v0.2.2_GH0.tar.gz) = 177007
+SHA256 (hrkfdn-ncspot-v0.2.3_GH0.tar.gz) = d5c8771c1031f14344203a8b463e6ebb38c69530631cd08edd79145b20b7bf95
+SIZE (hrkfdn-ncspot-v0.2.3_GH0.tar.gz) = 175100



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010130754.09D7sOwg060959>