From owner-svn-ports-head@freebsd.org Wed Jul 8 18:55:15 2020 Return-Path: Delivered-To: svn-ports-head@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 CD67036A41A; Wed, 8 Jul 2020 18:55:15 +0000 (UTC) (envelope-from sunpoet@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B27m3591Yz4RCM; Wed, 8 Jul 2020 18:55:15 +0000 (UTC) (envelope-from sunpoet@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 7D7B02485A; Wed, 8 Jul 2020 18:55:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 068ItFjt056612; Wed, 8 Jul 2020 18:55:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 068ItEvA056610; Wed, 8 Jul 2020 18:55:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202007081855.068ItEvA056610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 8 Jul 2020 18:55:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541513 - head/audio/libmpdclient X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/audio/libmpdclient X-SVN-Commit-Revision: 541513 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.33 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, 08 Jul 2020 18:55:15 -0000 Author: sunpoet Date: Wed Jul 8 18:55:14 2020 New Revision: 541513 URL: https://svnweb.freebsd.org/changeset/ports/541513 Log: Update to 2.19 Changes: https://github.com/MusicPlayerDaemon/libmpdclient/blob/master/NEWS Modified: head/audio/libmpdclient/Makefile head/audio/libmpdclient/distinfo head/audio/libmpdclient/pkg-plist Modified: head/audio/libmpdclient/Makefile ============================================================================== --- head/audio/libmpdclient/Makefile Wed Jul 8 18:55:09 2020 (r541512) +++ head/audio/libmpdclient/Makefile Wed Jul 8 18:55:14 2020 (r541513) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmpdclient -PORTVERSION= 2.18 +PORTVERSION= 2.19 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/libmpdclient/2/ Modified: head/audio/libmpdclient/distinfo ============================================================================== --- head/audio/libmpdclient/distinfo Wed Jul 8 18:55:09 2020 (r541512) +++ head/audio/libmpdclient/distinfo Wed Jul 8 18:55:14 2020 (r541513) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579615930 -SHA256 (libmpdclient-2.18.tar.xz) = 4cb01e1f567e0169aca94875fb6e1200e7f5ce35b63a4df768ec1591fb1081fa -SIZE (libmpdclient-2.18.tar.xz) = 67236 +TIMESTAMP = 1594117125 +SHA256 (libmpdclient-2.19.tar.xz) = 158aad4c2278ab08e76a3f2b0166c99b39fae00ee17231bd225c5a36e977a189 +SIZE (libmpdclient-2.19.tar.xz) = 69144 Modified: head/audio/libmpdclient/pkg-plist ============================================================================== --- head/audio/libmpdclient/pkg-plist Wed Jul 8 18:55:09 2020 (r541512) +++ head/audio/libmpdclient/pkg-plist Wed Jul 8 18:55:14 2020 (r541513) @@ -25,6 +25,7 @@ include/mpd/playlist.h include/mpd/protocol.h include/mpd/queue.h include/mpd/recv.h +include/mpd/replay_gain.h include/mpd/response.h include/mpd/search.h include/mpd/send.h @@ -38,7 +39,7 @@ include/mpd/tag.h include/mpd/version.h lib/libmpdclient.so lib/libmpdclient.so.2 -lib/libmpdclient.so.2.18 +lib/libmpdclient.so.2.19 libdata/pkgconfig/libmpdclient.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING