Date: Tue, 31 Dec 2024 16:25:37 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 65dadb487344 - main - devel/rubygem-libddprof: Remove obsoleted port Message-ID: <202412311625.4BVGPb0c041731@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=65dadb48734424d3775813a1c4e521c938957279 commit 65dadb48734424d3775813a1c4e521c938957279 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 16:17:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 16:22:43 +0000 devel/rubygem-libddprof: Remove obsoleted port Use devel/rubygem-libdatadog instead. libddprof has been renamed to libdatadog and development has moved to https://github.com/datadog/libdatadog. Reference: https://github.com/DataDog/libddprof/blob/main/README.md --- MOVED | 1 + devel/Makefile | 1 - devel/rubygem-libddprof/Makefile | 14 -------------- devel/rubygem-libddprof/distinfo | 3 --- devel/rubygem-libddprof/pkg-descr | 5 ----- 5 files changed, 1 insertion(+), 23 deletions(-) diff --git a/MOVED b/MOVED index 97cc555dfdeb..6304ec2d132b 100644 --- a/MOVED +++ b/MOVED @@ -3788,3 +3788,4 @@ devel/rubygem-google-apis-cloudresourcemanager_v1035|devel/rubygem-google-apis-c devel/rubygem-google-apis-core011|devel/rubygem-google-apis-core|2024-12-31|Remove obsoleted port. Use devel/rubygem-google-apis-core instead devel/rubygem-google-apis-iam_v1050|devel/rubygem-google-apis-iam_v1|2024-12-31|Remove obsoleted port. Use devel/rubygem-google-apis-iam_v1 instead devel/rubygem-grape1|devel/rubygem-grape|2024-12-31|Remove obsoleted port. Use devel/rubygem-grape instead +devel/rubygem-libddprof|devel/rubygem-libdatadog|2024-12-31|Remove obsoleted port. Use devel/rubygem-libdatadog instead diff --git a/devel/Makefile b/devel/Makefile index 49d70bd0c9f1..614da584ac3c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7471,7 +7471,6 @@ SUBDIR += rubygem-launchy2 SUBDIR += rubygem-lazy_priority_queue SUBDIR += rubygem-libdatadog - SUBDIR += rubygem-libddprof SUBDIR += rubygem-libddwaf SUBDIR += rubygem-librarian SUBDIR += rubygem-librarianp diff --git a/devel/rubygem-libddprof/Makefile b/devel/rubygem-libddprof/Makefile deleted file mode 100644 index 3d69d19d49e8..000000000000 --- a/devel/rubygem-libddprof/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -PORTNAME= libddprof -PORTVERSION= 0.6.0.1.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Implementation bits of ddtract for Continuous Profiler feature -WWW= https://github.com/DataDog/libdatadog/tree/main/ruby - -LICENSE= APACHE20 - -USES= gem - -.include <bsd.port.mk> diff --git a/devel/rubygem-libddprof/distinfo b/devel/rubygem-libddprof/distinfo deleted file mode 100644 index b01af955ef8a..000000000000 --- a/devel/rubygem-libddprof/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1655208202 -SHA256 (rubygem/libddprof-0.6.0.1.0.gem) = ac4c01a80d220a37ae1a4040187565c95c6856cbc54ca5f36d4c8d8fe1e2abd2 -SIZE (rubygem/libddprof-0.6.0.1.0.gem) = 6402560 diff --git a/devel/rubygem-libddprof/pkg-descr b/devel/rubygem-libddprof/pkg-descr deleted file mode 100644 index fd5e499c353b..000000000000 --- a/devel/rubygem-libddprof/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -libdatadog provides a shared library containing common code used in the -implementation of Datadog's libraries, including Continuous Profilers. - -(In a past life, libdatadog was known as libddprof but it was renamed when we -decided to increase its scope).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311625.4BVGPb0c041731>