From owner-svn-ports-all@freebsd.org Sun Nov 8 12:48:20 2020 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 F2C064610A1; Sun, 8 Nov 2020 12:48:20 +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) 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 4CTYnw6bDkz3PgQ; Sun, 8 Nov 2020 12:48:20 +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 D5A74200C6; Sun, 8 Nov 2020 12:48:20 +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 0A8CmK80028015; Sun, 8 Nov 2020 12:48:20 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A8CmKIu028013; Sun, 8 Nov 2020 12:48:20 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <202011081248.0A8CmKIu028013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 8 Nov 2020 12:48:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554453 - in head/audio/musicpd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in head/audio/musicpd: . files X-SVN-Commit-Revision: 554453 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.34 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: Sun, 08 Nov 2020 12:48:21 -0000 Author: riggs Date: Sun Nov 8 12:48:20 2020 New Revision: 554453 URL: https://svnweb.freebsd.org/changeset/ports/554453 Log: Update to upstream release 0.22.3 Details: - Mostly bug fixes including some crashes, but also some small new features: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.3/NEWS Modified: head/audio/musicpd/Makefile head/audio/musicpd/distinfo head/audio/musicpd/files/patch-meson.build Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Sun Nov 8 12:47:38 2020 (r554452) +++ head/audio/musicpd/Makefile Sun Nov 8 12:48:20 2020 (r554453) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.22.1 -PORTREVISION= 1 +PORTVERSION= 0.22.3 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/musicpd/distinfo ============================================================================== --- head/audio/musicpd/distinfo Sun Nov 8 12:47:38 2020 (r554452) +++ head/audio/musicpd/distinfo Sun Nov 8 12:48:20 2020 (r554453) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603011445 -SHA256 (mpd-0.22.1.tar.xz) = 408464093d09c73ceecafc201defcbaba2193cb30ad0aaf1241459a410fecaf3 -SIZE (mpd-0.22.1.tar.xz) = 725204 +TIMESTAMP = 1604731482 +SHA256 (mpd-0.22.3.tar.xz) = 338012037b5e67730529187c555a54cc567a85b15a7e8ddb3a807b1971566ccf +SIZE (mpd-0.22.3.tar.xz) = 726356 Modified: head/audio/musicpd/files/patch-meson.build ============================================================================== --- head/audio/musicpd/files/patch-meson.build Sun Nov 8 12:47:38 2020 (r554452) +++ head/audio/musicpd/files/patch-meson.build Sun Nov 8 12:48:20 2020 (r554453) @@ -1,7 +1,7 @@ ---- meson.build.orig 2018-10-31 18:39:53 UTC +--- meson.build.orig 2020-11-06 15:12:54 UTC +++ meson.build -@@ -62,10 +62,14 @@ test_cxxflags = test_common_flags + [ - '-Wno-noexcept-type', +@@ -79,10 +79,14 @@ test_cxxflags = test_common_flags + [ + '-Wno-non-virtual-dtor', ] +test_ldflags = [ @@ -15,13 +15,12 @@ endif test_cflags = test_common_flags + [ -@@ -78,9 +82,6 @@ test_cflags = test_common_flags + [ +@@ -95,7 +99,7 @@ test_cflags = test_common_flags + [ '-pedantic', ] -test_ldflags = [ --] -- - if get_option('buildtype') != 'debug' - test_cflags += [ - '-ffunction-sections', ++test_ldflags += [ + # make relocations read-only (hardening) + '-Wl,-z,relro', +