From owner-dev-commits-ports-all@freebsd.org Thu May 20 21:19:01 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C72B0648EB1; Thu, 20 May 2021 21:19:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FmN05554kz4VX3; Thu, 20 May 2021 21:19:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 96EFB2D3E3; Thu, 20 May 2021 21:19:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14KLJ1G6002045; Thu, 20 May 2021 21:19:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14KLJ1Jh002044; Thu, 20 May 2021 21:19:01 GMT (envelope-from git) Date: Thu, 20 May 2021 21:19:01 GMT Message-Id: <202105202119.14KLJ1Jh002044@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Emanuel Haupt Subject: git: 0ac2a4f0ebb8 - 2021Q2 - audio/ocp: drop dependency to audio/libsidplay MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 0ac2a4f0ebb84c765a4bda1f3a4f993b9a8c9e1c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2021 21:19:01 -0000 The branch 2021Q2 has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=0ac2a4f0ebb84c765a4bda1f3a4f993b9a8c9e1c commit 0ac2a4f0ebb84c765a4bda1f3a4f993b9a8c9e1c Author: Emanuel Haupt AuthorDate: 2021-05-20 21:09:11 +0000 Commit: Emanuel Haupt CommitDate: 2021-05-20 21:18:06 +0000 audio/ocp: drop dependency to audio/libsidplay ocp now uses a builtin version of sidplayfp and therefore audio/libsidplay is no longer required. (cherry picked from commit 6bd17866630c85fc75344f185016765351b66268) --- audio/ocp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 1400e4cc70f4..f76daed39423 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -2,6 +2,7 @@ PORTNAME= ocp PORTVERSION= 0.2.90 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= https://github.com/mywave82/opencubicplayer/releases/download/v${PORTVERSION}/ @@ -18,7 +19,6 @@ BUILD_DEPENDS= xa65:devel/xa65 LIB_DEPENDS= libid3tag.so:audio/libid3tag \ libmad.so:audio/libmad \ libogg.so:audio/libogg \ - libsidplay.so:audio/libsidplay \ libvorbis.so:audio/libvorbis USES= compiler:c11 dos2unix gmake gnome iconv localbase:ldflags \