From nobody Wed Nov 10 16:04:01 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 746BB1857E91; Wed, 10 Nov 2021 16:04: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 4Hq8mK2wpJz4vq9; Wed, 10 Nov 2021 16:04: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 450701B7E1; Wed, 10 Nov 2021 16:04: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 1AAG41U0060427; Wed, 10 Nov 2021 16:04:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AAG41rb060426; Wed, 10 Nov 2021 16:04:01 GMT (envelope-from git) Date: Wed, 10 Nov 2021 16:04:01 GMT Message-Id: <202111101604.1AAG41rb060426@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kyle Evans Subject: git: 85ee66732b16 - main - devel/zmusic: fix category to audio List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kevans X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 85ee66732b16513bebd7363e8509665010209a6c Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/ports/commit/?id=85ee66732b16513bebd7363e8509665010209a6c commit 85ee66732b16513bebd7363e8509665010209a6c Author: Kyle Evans AuthorDate: 2021-11-10 15:39:34 +0000 Commit: Kyle Evans CommitDate: 2021-11-10 16:03:52 +0000 devel/zmusic: fix category to audio devel is accurate, but audio is much more precise. Reported by: danfe --- MOVED | 1 + audio/Makefile | 1 + {devel => audio}/zmusic/Makefile | 2 +- {devel => audio}/zmusic/distinfo | 0 {devel => audio}/zmusic/files/patch-source_CMakeLists.txt | 0 .../zmusic/files/patch-thirdparty_game-music-emu_gme_blargg__endian.h | 0 {devel => audio}/zmusic/pkg-descr | 0 {devel => audio}/zmusic/pkg-plist | 0 devel/Makefile | 1 - games/gzdoom/Makefile | 2 +- 10 files changed, 4 insertions(+), 3 deletions(-) diff --git a/MOVED b/MOVED index ebded7be779f..88c71bb250b0 100644 --- a/MOVED +++ b/MOVED @@ -16596,3 +16596,4 @@ devel/clanlib||2021-10-31|Has expired: Upstream no longer maintained astro/boinc-setiathome||2021-11-03|No longer giving out work units astro/boinc-astropulse||2021-11-04|boinc-setiathome removed, no longer needed multimedia/celluloid-devel|multimedia/celluloid|2021-11-05|Out of date: use multimedia/celluloid for now +devel/zmusic|audio/zmusic|2021-11-10|Category change diff --git a/audio/Makefile b/audio/Makefile index 2adae11009a7..f13f264041a1 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -894,6 +894,7 @@ SUBDIR += zita-njbridge SUBDIR += zita-resampler SUBDIR += zita-rev1 + SUBDIR += zmusic SUBDIR += zplugins-lv2 SUBDIR += zrythm SUBDIR += zynaddsubfx diff --git a/devel/zmusic/Makefile b/audio/zmusic/Makefile similarity index 97% rename from devel/zmusic/Makefile rename to audio/zmusic/Makefile index 1fada53de0c5..b6aa28d4b998 100644 --- a/devel/zmusic/Makefile +++ b/audio/zmusic/Makefile @@ -1,6 +1,6 @@ PORTNAME= zmusic PORTVERSION= 1.1.8 -CATEGORIES= devel +CATEGORIES= audio MAINTAINER= kevans@FreeBSD.org COMMENT= GZDoom's music system as a standalone library diff --git a/devel/zmusic/distinfo b/audio/zmusic/distinfo similarity index 100% rename from devel/zmusic/distinfo rename to audio/zmusic/distinfo diff --git a/devel/zmusic/files/patch-source_CMakeLists.txt b/audio/zmusic/files/patch-source_CMakeLists.txt similarity index 100% rename from devel/zmusic/files/patch-source_CMakeLists.txt rename to audio/zmusic/files/patch-source_CMakeLists.txt diff --git a/devel/zmusic/files/patch-thirdparty_game-music-emu_gme_blargg__endian.h b/audio/zmusic/files/patch-thirdparty_game-music-emu_gme_blargg__endian.h similarity index 100% rename from devel/zmusic/files/patch-thirdparty_game-music-emu_gme_blargg__endian.h rename to audio/zmusic/files/patch-thirdparty_game-music-emu_gme_blargg__endian.h diff --git a/devel/zmusic/pkg-descr b/audio/zmusic/pkg-descr similarity index 100% rename from devel/zmusic/pkg-descr rename to audio/zmusic/pkg-descr diff --git a/devel/zmusic/pkg-plist b/audio/zmusic/pkg-plist similarity index 100% rename from devel/zmusic/pkg-plist rename to audio/zmusic/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index 0fc18569b0cc..7809ac52b59d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7214,7 +7214,6 @@ SUBDIR += zeal SUBDIR += zfp SUBDIR += zls - SUBDIR += zmusic SUBDIR += zookeeper SUBDIR += zpu-binutils SUBDIR += zpu-gcc diff --git a/games/gzdoom/Makefile b/games/gzdoom/Makefile index 3aa9995bec34..efe0095e68ce 100644 --- a/games/gzdoom/Makefile +++ b/games/gzdoom/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/docs/licenses/lgpl.txt BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libzmusic.so:devel/zmusic + libzmusic.so:audio/zmusic USES= cmake compiler:c++11-lang gl gnome jpeg pkgconfig sdl