git: 327b72313f7e - main - audio/phaserotate-lv2: Remove because it is included in audio/x42-plugins-lv2

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 14 Sep 2022 04:42:04 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=327b72313f7ea18bb3ea6d86cb2d36f5ea690504

commit 327b72313f7ea18bb3ea6d86cb2d36f5ea690504
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-14 01:34:29 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-14 04:41:04 +0000

    audio/phaserotate-lv2: Remove because it is included in audio/x42-plugins-lv2
---
 MOVED                           |  1 +
 audio/Makefile                  |  1 -
 audio/phaserotate-lv2/Makefile  | 31 -------------------------------
 audio/phaserotate-lv2/distinfo  |  3 ---
 audio/phaserotate-lv2/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/MOVED b/MOVED
index e6fd9d195857..5003b7d3bace 100644
--- a/MOVED
+++ b/MOVED
@@ -17558,3 +17558,4 @@ www/moodle310|www/moodle311|2022-09-12|Has expired: Upstream no longer maintaine
 security/s2n|security/s2n-tls|2022-09-13|Moved to match upstream name
 audio/kid3-kf5|audio/kid3@kf5|2022-09-13|Merged into flavorized version
 audio/kid3-qt5|audio/kid3@qt5|2022-09-13|Merged into flavorized version
+audio/phaserotate-lv2|audio/x42-plugins-lv2|2022-09-13|phaserotate-lv2 LV2 plugin is included in the x42-plugins-lv2 plugin collection
diff --git a/audio/Makefile b/audio/Makefile
index 41ef2421c57c..9e0cc6e1026c 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -602,7 +602,6 @@
     SUBDIR += pd
     SUBDIR += pear-Text_Spell_Audio
     SUBDIR += penguinsap
-    SUBDIR += phaserotate-lv2
     SUBDIR += pianobar
     SUBDIR += pianobooster
     SUBDIR += pianod2
diff --git a/audio/phaserotate-lv2/Makefile b/audio/phaserotate-lv2/Makefile
deleted file mode 100644
index 673134116848..000000000000
--- a/audio/phaserotate-lv2/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME=	phaserotate
-DISTVERSIONPREFIX=	v
-DISTVERSION=	0.5.2
-CATEGORIES=	audio
-PKGNAMESUFFIX=	-lv2
-
-MAINTAINER=	yuri@FreeBSD.org
-COMMENT=	Phase rotation LV2 plugin
-WWW=		https://x42-plugins.com/x42/x42-phaserotate
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-BUILD_DEPENDS=	lv2>0:audio/lv2 \
-		${LOCALBASE}/include/fftw3.h:math/fftw3
-LIB_DEPENDS=	libfftw3f.so:math/fftw3-float
-
-USES=		gmake pkgconfig
-USE_GITHUB=	yes
-GH_ACCOUNT=	x42
-GH_PROJECT=	${PORTNAME}.lv2
-
-MAKE_ARGS=	LV2VERSION=${DISTVERSION}
-
-CONFLICTS_INSTALL=	x42-plugins-lv2 # lib/lv2/phaserotate.lv2/phaserotate.so
-
-PLIST_FILES=	lib/lv2/phaserotate.lv2/manifest.ttl \
-		lib/lv2/phaserotate.lv2/phaserotate.so \
-		lib/lv2/phaserotate.lv2/phaserotate.ttl
-
-.include <bsd.port.mk>
diff --git a/audio/phaserotate-lv2/distinfo b/audio/phaserotate-lv2/distinfo
deleted file mode 100644
index 97e0d256d56d..000000000000
--- a/audio/phaserotate-lv2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1648510776
-SHA256 (x42-phaserotate.lv2-v0.5.2_GH0.tar.gz) = 49474650f73b5418361e2d55d02c73b822fa5bdeb5f2364fcea4c4c6a3b30471
-SIZE (x42-phaserotate.lv2-v0.5.2_GH0.tar.gz) = 159018
diff --git a/audio/phaserotate-lv2/pkg-descr b/audio/phaserotate-lv2/pkg-descr
deleted file mode 100644
index 199cdef586e2..000000000000
--- a/audio/phaserotate-lv2/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-x42-phaserotate is an audio phase rotation plugin. It is a simple plugin with
-a single control-slider to shift the phase of the signal +/- 180 deg.