From owner-svn-ports-head@freebsd.org Wed May 2 13:09:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 902B7FA9087; Wed, 2 May 2018 13:09:42 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4291774158; Wed, 2 May 2018 13:09:42 +0000 (UTC) (envelope-from rodrigo@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 240D211572; Wed, 2 May 2018 13:09:42 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w42D9g5c036909; Wed, 2 May 2018 13:09:42 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w42D9f81036907; Wed, 2 May 2018 13:09:41 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201805021309.w42D9f81036907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Wed, 2 May 2018 13:09:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468829 - head/audio/emms X-SVN-Group: ports-head X-SVN-Commit-Author: rodrigo X-SVN-Commit-Paths: head/audio/emms X-SVN-Commit-Revision: 468829 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.25 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: Wed, 02 May 2018 13:09:42 -0000 Author: rodrigo Date: Wed May 2 13:09:41 2018 New Revision: 468829 URL: https://svnweb.freebsd.org/changeset/ports/468829 Log: Upgrade audio/emms from v4.4 to v5.0 News since version 4.4 : - Add Org-style "TAB" binding to cycle through the different levels of expansions. - Bind emms-browser-move-up-level to "^". - Make "RET" (emms-add-tracks) add all tracks in region or with numeric argument that many tracks. - Supersede emms-browser-delete-files with emms-browser-remove-tracks to remove tracks from browser without deleting files. Use prefix argument to get the old behaviour. Regions and numeric argument are supported. - Add emms-cache-reset. - Use the "album artist" instead of the "artist" browser node by default. - Bug fix: emms-volume-pulse multi-digit volume numbers. - Bug fix: emms-smart-browse "cascading" from a browser search. - Bug fix: fix fallback thumbnail filter. - Add mpv backend support. - Speed up info processing. - Add Opus info support via emms-info-opusinfo.el. - Code modernizations thanks to Pierre Neidhardt. - Tagging mp3 files v2.x files now works via mid3v2. - Add dynamic thumbnail caching. - Improve emms-metaplaylist-mode. Modified: head/audio/emms/Makefile head/audio/emms/distinfo Modified: head/audio/emms/Makefile ============================================================================== --- head/audio/emms/Makefile Wed May 2 13:09:38 2018 (r468828) +++ head/audio/emms/Makefile Wed May 2 13:09:41 2018 (r468829) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emms -DISTVERSION= 4.4 +DISTVERSION= 5.0 CATEGORIES= audio elisp MASTER_SITES= GNU PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} Modified: head/audio/emms/distinfo ============================================================================== --- head/audio/emms/distinfo Wed May 2 13:09:38 2018 (r468828) +++ head/audio/emms/distinfo Wed May 2 13:09:41 2018 (r468829) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515254365 -SHA256 (emms-4.4.tar.gz) = 10ecc2e9c957ca1f80bbf8d9a0473b9eae552218aaea278dc8b10564215513ac -SIZE (emms-4.4.tar.gz) = 288922 +TIMESTAMP = 1525265873 +SHA256 (emms-5.0.tar.gz) = 43fdde3415dd73aa2dacafdacdc9dddca328f4305bcb87f3336952798ea4c921 +SIZE (emms-5.0.tar.gz) = 297975