From owner-svn-ports-head@freebsd.org Tue Oct 16 20:02:24 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 C35B610E02C9; Tue, 16 Oct 2018 20:02:24 +0000 (UTC) (envelope-from gblach@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 79CF17CEA4; Tue, 16 Oct 2018 20:02:24 +0000 (UTC) (envelope-from gblach@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 5BDE621543; Tue, 16 Oct 2018 20:02:24 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9GK2O5m009274; Tue, 16 Oct 2018 20:02:24 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9GK2N4R009268; Tue, 16 Oct 2018 20:02:23 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201810162002.w9GK2N4R009268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Tue, 16 Oct 2018 20:02:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482241 - head/audio/libmpdclient X-SVN-Group: ports-head X-SVN-Commit-Author: gblach X-SVN-Commit-Paths: head/audio/libmpdclient X-SVN-Commit-Revision: 482241 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.27 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: Tue, 16 Oct 2018 20:02:24 -0000 Author: gblach Date: Tue Oct 16 20:02:23 2018 New Revision: 482241 URL: https://svnweb.freebsd.org/changeset/ports/482241 Log: Update to 2.16 Modified: head/audio/libmpdclient/Makefile head/audio/libmpdclient/distinfo head/audio/libmpdclient/pkg-plist Modified: head/audio/libmpdclient/Makefile ============================================================================== --- head/audio/libmpdclient/Makefile Tue Oct 16 19:03:48 2018 (r482240) +++ head/audio/libmpdclient/Makefile Tue Oct 16 20:02:23 2018 (r482241) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmpdclient -PORTVERSION= 2.15 +PORTVERSION= 2.16 CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/libmpdclient/2/ Modified: head/audio/libmpdclient/distinfo ============================================================================== --- head/audio/libmpdclient/distinfo Tue Oct 16 19:03:48 2018 (r482240) +++ head/audio/libmpdclient/distinfo Tue Oct 16 20:02:23 2018 (r482241) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535975835 -SHA256 (libmpdclient-2.15.tar.xz) = b4dbf6f9fd99e8e7c183cb3b7de75ee4ac14d92ca43e9a99bef09168b20246d1 -SIZE (libmpdclient-2.15.tar.xz) = 59212 +TIMESTAMP = 1539644708 +SHA256 (libmpdclient-2.16.tar.xz) = fa6bdab67c0e0490302b38f00c27b4959735c3ec8aef7a88327adb1407654464 +SIZE (libmpdclient-2.16.tar.xz) = 60480 Modified: head/audio/libmpdclient/pkg-plist ============================================================================== --- head/audio/libmpdclient/pkg-plist Tue Oct 16 19:03:48 2018 (r482240) +++ head/audio/libmpdclient/pkg-plist Tue Oct 16 20:02:23 2018 (r482241) @@ -12,6 +12,7 @@ include/mpd/idle.h include/mpd/list.h include/mpd/message.h include/mpd/mixer.h +include/mpd/mount.h include/mpd/output.h include/mpd/pair.h include/mpd/parser.h @@ -34,7 +35,7 @@ include/mpd/tag.h include/mpd/version.h lib/libmpdclient.so lib/libmpdclient.so.2 -lib/libmpdclient.so.2.15 +lib/libmpdclient.so.2.16 libdata/pkgconfig/libmpdclient.pc share/vala/vapi/libmpdclient.vapi %%PORTDOCS%%%%DOCSDIR%%/AUTHORS