aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/musicpd/Makefile3
-rw-r--r--audio/musicpd/distinfo6
-rw-r--r--audio/musicpd/files/patch-src_input_Error.hxx10
3 files changed, 4 insertions, 15 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index d4073f64c69e..4f9eabf64599 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= musicpd
-PORTVERSION= 0.20.21
-PORTREVISION= 4
+PORTVERSION= 0.20.22
CATEGORIES= audio ipv6
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo
index f862f6a9008f..d5eda702189b 100644
--- a/audio/musicpd/distinfo
+++ b/audio/musicpd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534662491
-SHA256 (mpd-0.20.21.tar.xz) = 8322764dc265c20f05c8c8fdfdd578b0722e74626bef56fcd8eebfb01acc58dc
-SIZE (mpd-0.20.21.tar.xz) = 800476
+TIMESTAMP = 1540622257
+SHA256 (mpd-0.20.22.tar.xz) = 78f4c4e2b5b5b4c542037f970c9253486b24e4a52e122d5859cd615b3b9a7cdd
+SIZE (mpd-0.20.22.tar.xz) = 807084
diff --git a/audio/musicpd/files/patch-src_input_Error.hxx b/audio/musicpd/files/patch-src_input_Error.hxx
deleted file mode 100644
index ab5cc4ca41bd..000000000000
--- a/audio/musicpd/files/patch-src_input_Error.hxx
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/input/Error.hxx.orig 2018-07-06 17:17:27 UTC
-+++ src/input/Error.hxx
-@@ -30,7 +30,6 @@
- * exist? This function attempts to recognize exceptions thrown by
- * various input plugins.
- */
--gcc_pure
- bool
- IsFileNotFound(std::exception_ptr e);
-