diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2019-03-21 10:06:15 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2019-03-21 10:06:15 +0000 |
commit | 263262e1eff13dcd681fbe118f130d6917805f11 (patch) | |
tree | 6ec6095419caaf2508fee57225c4290ca97d2d46 /audio | |
parent | f23150baf625ec56e87df287ebf8fc6f90875a85 (diff) | |
download | ports-263262e1eff13dcd681fbe118f130d6917805f11.tar.gz ports-263262e1eff13dcd681fbe118f130d6917805f11.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 3 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 6 | ||||
-rw-r--r-- | audio/musicpd/files/patch-src_lib_cdio_Paranoia.hxx | 11 |
3 files changed, 4 insertions, 16 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index b17dfe0c85ae..b78941a90428 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.21.5 -PORTREVISION= 1 +PORTVERSION= 0.21.6 CATEGORIES= audio ipv6 MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index 22f8c1366d8a..c95b8f4bfac6 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1550922923 -SHA256 (mpd-0.21.5.tar.xz) = 2ea9f0eb3a7bdae5d705adf4e8ec45ef38b5b9ddf133f32b8926dd4e205b0ef9 -SIZE (mpd-0.21.5.tar.xz) = 667624 +TIMESTAMP = 1553120841 +SHA256 (mpd-0.21.6.tar.xz) = 8d4d116acc069872ba68741016d284885e93f8558a88d0c7ed246b8e1f40e59f +SIZE (mpd-0.21.6.tar.xz) = 669272 diff --git a/audio/musicpd/files/patch-src_lib_cdio_Paranoia.hxx b/audio/musicpd/files/patch-src_lib_cdio_Paranoia.hxx deleted file mode 100644 index f4ae857a26b6..000000000000 --- a/audio/musicpd/files/patch-src_lib_cdio_Paranoia.hxx +++ /dev/null @@ -1,11 +0,0 @@ ---- src/lib/cdio/Paranoia.hxx.orig 2019-02-22 14:23:33 UTC -+++ src/lib/cdio/Paranoia.hxx -@@ -43,6 +43,8 @@ - #include <stdexcept> - #include <utility> - -+#include <cstdio> -+ - class CdromDrive { - cdrom_drive_t *drv = nullptr; - |