diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2019-09-28 21:53:06 +0800 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2019-09-28 21:53:06 +0800 |
commit | 85ae4ccafef5869542a73a97bb63df2e973ebe54 (patch) | |
tree | d3f96de7de121f32f1c6227ca45a98865083278a /audio | |
parent | f8d82375d637b8885a71bf75fa9319e68b0b6290 (diff) | |
download | freebsd-ports-gnome-85ae4ccafef5869542a73a97bb63df2e973ebe54.tar.gz freebsd-ports-gnome-85ae4ccafef5869542a73a97bb63df2e973ebe54.tar.zst freebsd-ports-gnome-85ae4ccafef5869542a73a97bb63df2e973ebe54.zip |
Update to upstream version 0.21.15
Details:
- Bugfix release, see
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.15/NEWS
- Contains fixes for handling ReplayGain in mpcdec and bitrate calculation
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 2 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 9689689bb9be..4f2f2a15d888 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.21.14 +PORTVERSION= 0.21.15 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 f59151ef8689..fc9b4f35b0b3 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1566648819 -SHA256 (mpd-0.21.14.tar.xz) = 1e2c8a8d89e8792b1849075cf51aa0695e1957cd5c4281209acff1dd53b57646 -SIZE (mpd-0.21.14.tar.xz) = 673036 +TIMESTAMP = 1569662646 +SHA256 (mpd-0.21.15.tar.xz) = 4595adba2d8aa80b5a912bbb5185578abac3623ccc7e4897286993e4650a5022 +SIZE (mpd-0.21.15.tar.xz) = 673056 |