From owner-svn-ports-all@freebsd.org Sun Aug 19 17:15:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C09310711CB; Sun, 19 Aug 2018 17:15:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FEB680EC7; Sun, 19 Aug 2018 17:15:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 10DC31408; Sun, 19 Aug 2018 17:15:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7JHFNaF041779; Sun, 19 Aug 2018 17:15:23 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7JHFNeo041778; Sun, 19 Aug 2018 17:15:23 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201808191715.w7JHFNeo041778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 19 Aug 2018 17:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477585 - branches/2018Q3/audio/musicpd X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q3/audio/musicpd X-SVN-Commit-Revision: 477585 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2018 17:15:24 -0000 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