git: ab36d9856eb7 - main - devel/flatbuffers205: Remove

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 10 Nov 2024 20:13:42 UTC
The branch main has been updated by yuri:

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

commit ab36d9856eb75b88fb2311d2429106ab50d6a227
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-10 19:54:15 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-10 20:13:33 +0000

    devel/flatbuffers205: Remove
---
 MOVED                          |  1 +
 devel/Makefile                 |  1 -
 devel/flatbuffers205/Makefile  | 33 ---------------------------------
 devel/flatbuffers205/distinfo  |  3 ---
 devel/flatbuffers205/pkg-descr |  1 -
 devel/flatbuffers205/pkg-plist | 41 -----------------------------------------
 6 files changed, 1 insertion(+), 79 deletions(-)

diff --git a/MOVED b/MOVED
index c90af1902bd0..4b2d008c9624 100644
--- a/MOVED
+++ b/MOVED
@@ -3716,3 +3716,4 @@ sysutils/dsbmc-cli|filesystems/dsbmc-cli|2024-11-06|Moved to new category filesy
 sysutils/dsbmc|filesystems/dsbmc|2024-11-06|Moved to new category filesystems
 misc/e2fsprogs-libblkid|filesystems/e2fsprogs-libblkid|2024-11-06|Moved to new category filesystems
 security/gpgme-qt-headers|security/gpgme-qt|2024-11-10|Flavored headers are now installed by security/gpgme-qt
+devel/flatbuffers205|devel/flatbuffers|2024-11-10|Not needed any more
diff --git a/devel/Makefile b/devel/Makefile
index 7766621269a1..2c7445c19c3c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -693,7 +693,6 @@
     SUBDIR += firmware-utils
     SUBDIR += fistgen
     SUBDIR += flatbuffers
-    SUBDIR += flatbuffers205
     SUBDIR += flatcc
     SUBDIR += flatzebra
     SUBDIR += flex-sdk
diff --git a/devel/flatbuffers205/Makefile b/devel/flatbuffers205/Makefile
deleted file mode 100644
index cb61a79e14a7..000000000000
--- a/devel/flatbuffers205/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PORTNAME=	flatbuffers
-DISTVERSIONPREFIX=	v
-DISTVERSION=	2.0.5
-CATEGORIES=	devel
-PKGNAMESUFFIX=	205
-
-MAINTAINER=	yuri@FreeBSD.org
-COMMENT=	Memory efficient serialization library
-WWW=		https://google.github.io/flatbuffers/
-
-LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
-
-USES=		cmake:testing compiler:c++11-lib cpe python:build
-CPE_VENDOR=	google
-USE_LDCONFIG=	yes
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	google
-
-CMAKE_ON=	FLATBUFFERS_BUILD_SHAREDLIB
-CMAKE_OFF=	FLATBUFFERS_BUILD_FLATLIB FLATBUFFERS_BUILD_TESTS
-CMAKE_TESTING_ON=	FLATBUFFERS_BUILD_TESTS # one test fails, see https://github.com/google/flatbuffers/issues/7009
-
-BINARY_ALIAS=	git=false python3=${PYTHON_CMD}
-
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD
-CXXFLAGS+=	-Wno-error=unused-command-line-argument
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/flatbuffers205/distinfo b/devel/flatbuffers205/distinfo
deleted file mode 100644
index 6dc071823e33..000000000000
--- a/devel/flatbuffers205/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1643215699
-SHA256 (google-flatbuffers-v2.0.5_GH0.tar.gz) = b01e97c988c429e164c5c7df9e87c80007ca87f593c0d73733ba536ddcbc8f98
-SIZE (google-flatbuffers-v2.0.5_GH0.tar.gz) = 1671969
diff --git a/devel/flatbuffers205/pkg-descr b/devel/flatbuffers205/pkg-descr
deleted file mode 100644
index 5251d847c3d2..000000000000
--- a/devel/flatbuffers205/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Memory efficient serialization library.
diff --git a/devel/flatbuffers205/pkg-plist b/devel/flatbuffers205/pkg-plist
deleted file mode 100644
index 82c5f777939d..000000000000
--- a/devel/flatbuffers205/pkg-plist
+++ /dev/null
@@ -1,41 +0,0 @@
-bin/flatc
-include/flatbuffers/allocator.h
-include/flatbuffers/array.h
-include/flatbuffers/base.h
-include/flatbuffers/bfbs_generator.h
-include/flatbuffers/buffer.h
-include/flatbuffers/buffer_ref.h
-include/flatbuffers/code_generators.h
-include/flatbuffers/default_allocator.h
-include/flatbuffers/detached_buffer.h
-include/flatbuffers/flatbuffer_builder.h
-include/flatbuffers/flatbuffers.h
-include/flatbuffers/flatc.h
-include/flatbuffers/flexbuffers.h
-include/flatbuffers/grpc.h
-include/flatbuffers/hash.h
-include/flatbuffers/idl.h
-include/flatbuffers/minireflect.h
-include/flatbuffers/pch/flatc_pch.h
-include/flatbuffers/pch/pch.h
-include/flatbuffers/reflection.h
-include/flatbuffers/reflection_generated.h
-include/flatbuffers/registry.h
-include/flatbuffers/stl_emulation.h
-include/flatbuffers/string.h
-include/flatbuffers/struct.h
-include/flatbuffers/table.h
-include/flatbuffers/util.h
-include/flatbuffers/vector.h
-include/flatbuffers/vector_downward.h
-include/flatbuffers/verifier.h
-lib/cmake/flatbuffers/FlatbuffersConfig.cmake
-lib/cmake/flatbuffers/FlatbuffersConfigVersion.cmake
-lib/cmake/flatbuffers/FlatbuffersSharedTargets-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/flatbuffers/FlatbuffersSharedTargets.cmake
-lib/cmake/flatbuffers/FlatcTargets-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/flatbuffers/FlatcTargets.cmake
-lib/libflatbuffers.so
-lib/libflatbuffers.so.2
-lib/libflatbuffers.so.2.0.5
-libdata/pkgconfig/flatbuffers.pc