Date: Sun, 8 Nov 2020 12:48:20 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554453 - in head/audio/musicpd: . files Message-ID: <202011081248.0A8CmKIu028013@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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', +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011081248.0A8CmKIu028013>