aboutsummaryrefslogtreecommitdiff
path: root/audio/musicpd
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2020-11-08 12:48:20 +0000
committerThomas Zander <riggs@FreeBSD.org>2020-11-08 12:48:20 +0000
commit7cf55112739d0c338568183d0c879e837ae44c08 (patch)
tree5d16ad7f2327aafa8b22e14db7e27a3d97e4ae8b /audio/musicpd
parentb43fd6cc24a9813ee14accd3588e9899ff486054 (diff)
downloadports-7cf55112739d0c338568183d0c879e837ae44c08.tar.gz
ports-7cf55112739d0c338568183d0c879e837ae44c08.zip
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
Notes
Notes: svn path=/head/; revision=554453
Diffstat (limited to 'audio/musicpd')
-rw-r--r--audio/musicpd/Makefile3
-rw-r--r--audio/musicpd/distinfo6
-rw-r--r--audio/musicpd/files/patch-meson.build17
3 files changed, 12 insertions, 14 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 7aef433d0ffa..b23f5da2651e 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -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}
diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo
index e976aaefed24..9370aea7eda7 100644
--- a/audio/musicpd/distinfo
+++ b/audio/musicpd/distinfo
@@ -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
diff --git a/audio/musicpd/files/patch-meson.build b/audio/musicpd/files/patch-meson.build
index 4bad0b9dde18..8301949a8f5e 100644
--- a/audio/musicpd/files/patch-meson.build
+++ b/audio/musicpd/files/patch-meson.build
@@ -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',
+