From owner-svn-ports-all@freebsd.org Sat Aug 24 17:27:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 522E7C52A4; Sat, 24 Aug 2019 17:27:30 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46G4w21SWkz3R9x; Sat, 24 Aug 2019 17:27:30 +0000 (UTC) (envelope-from riggs@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 13B5087AA; Sat, 24 Aug 2019 17:27:30 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7OHRTiX096697; Sat, 24 Aug 2019 17:27:29 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7OHRTGY096696; Sat, 24 Aug 2019 17:27:29 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201908241727.x7OHRTGY096696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 24 Aug 2019 17:27:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r509730 - branches/2019Q3/audio/musicpd X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2019Q3/audio/musicpd X-SVN-Commit-Revision: 509730 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Aug 2019 17:27:30 -0000 Author: riggs Date: Sat Aug 24 17:27:29 2019 New Revision: 509730 URL: https://svnweb.freebsd.org/changeset/ports/509730 Log: MFH: r509729 Update to upstream version 0.21.14 Details: - Bugfix release, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.14/NEWS - Includes a fix for rare crash after song change Approved by: ports-secteam (riggs) Modified: branches/2019Q3/audio/musicpd/Makefile branches/2019Q3/audio/musicpd/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/audio/musicpd/Makefile ============================================================================== --- branches/2019Q3/audio/musicpd/Makefile Sat Aug 24 17:20:12 2019 (r509729) +++ branches/2019Q3/audio/musicpd/Makefile Sat Aug 24 17:27:29 2019 (r509730) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.21.13 +PORTVERSION= 0.21.14 CATEGORIES= audio ipv6 MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: branches/2019Q3/audio/musicpd/distinfo ============================================================================== --- branches/2019Q3/audio/musicpd/distinfo Sat Aug 24 17:20:12 2019 (r509729) +++ branches/2019Q3/audio/musicpd/distinfo Sat Aug 24 17:27:29 2019 (r509730) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566206583 -SHA256 (mpd-0.21.13.tar.xz) = 95b70b268406bde15bda4464ef768f7e773417a8c776d42a678c5a5070855eea -SIZE (mpd-0.21.13.tar.xz) = 672184 +TIMESTAMP = 1566648819 +SHA256 (mpd-0.21.14.tar.xz) = 1e2c8a8d89e8792b1849075cf51aa0695e1957cd5c4281209acff1dd53b57646 +SIZE (mpd-0.21.14.tar.xz) = 673036