svn commit: r477585 - branches/2018Q3/audio/musicpd
Thomas Zander
riggs at FreeBSD.org
Sun Aug 19 17:15:24 UTC 2018
Author: riggs
Date: Sun Aug 19 17:15:23 2018
New Revision: 477585
URL: https://svnweb.freebsd.org/changeset/ports/477585
Log:
MFH: r477320 r477568
Fix OPENAL option when using lld as the default linker
While on it: Replace LIB_DEPENDS by USES for OPENAL
PR: 230593
Submitted by: tobik
Update to upstream version 0.20.21
Details:
- Upstream changelog see:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.21/NEWS
Approved by: ports-secteam (riggs)
Modified:
branches/2018Q3/audio/musicpd/Makefile
branches/2018Q3/audio/musicpd/distinfo
Directory Properties:
branches/2018Q3/ (props changed)
Modified: branches/2018Q3/audio/musicpd/Makefile
==============================================================================
--- branches/2018Q3/audio/musicpd/Makefile Sun Aug 19 16:44:30 2018 (r477584)
+++ branches/2018Q3/audio/musicpd/Makefile Sun Aug 19 17:15:23 2018 (r477585)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= musicpd
-PORTVERSION= 0.20.20
-PORTREVISION= 2
+PORTVERSION= 0.20.21
CATEGORIES= audio ipv6
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
@@ -110,7 +109,8 @@ MPG123_LIB_DEPENDS=libmpg123.so:audio/mpg123
MUSEPACK_CONFIGURE_ENABLE=mpc
MUSEPACK_LIB_DEPENDS=libmpcdec.so:audio/musepack
OPENAL_CONFIGURE_ENABLE=openal
-OPENAL_LIB_DEPENDS=libopenal.so:audio/openal
+OPENAL_USES= openal
+OPENAL_VARS= LLD_UNSAFE=yes # cf. PR 226980
OPUS_CONFIGURE_ENABLE=opus
OPUS_LIB_DEPENDS= libopus.so:audio/opus \
libogg.so:audio/libogg
Modified: branches/2018Q3/audio/musicpd/distinfo
==============================================================================
--- branches/2018Q3/audio/musicpd/distinfo Sun Aug 19 16:44:30 2018 (r477584)
+++ branches/2018Q3/audio/musicpd/distinfo Sun Aug 19 17:15:23 2018 (r477585)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527332444
-SHA256 (mpd-0.20.20.tar.xz) = a9e458c6e07cdf62649de7722e1e5a7f13aa82eeb397bfbbebc07cf5cf273584
-SIZE (mpd-0.20.20.tar.xz) = 793776
+TIMESTAMP = 1534662491
+SHA256 (mpd-0.20.21.tar.xz) = 8322764dc265c20f05c8c8fdfdd578b0722e74626bef56fcd8eebfb01acc58dc
+SIZE (mpd-0.20.21.tar.xz) = 800476
More information about the svn-ports-all
mailing list