Date: Fri, 13 Sep 2024 15:30:18 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: a05d13cad9cd - 2024Q3 - devel/rubygem-dead_end: new port required for rubygem-derailed_benchmarks 2.1.2 update Message-ID: <202409131530.48DFUIaH097212@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=a05d13cad9cd13bd6b6afe63183653c0c52209ff commit a05d13cad9cd13bd6b6afe63183653c0c52209ff Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-09-07 08:35:40 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-09-13 14:45:35 +0000 devel/rubygem-dead_end: new port required for rubygem-derailed_benchmarks 2.1.2 update (cherry picked from commit 6d82ed428f70e8b9d8972a9feedece5e17b9c41f) --- devel/Makefile | 1 + devel/rubygem-dead_end/Makefile | 17 +++++++++++++++++ devel/rubygem-dead_end/distinfo | 3 +++ devel/rubygem-dead_end/pkg-descr | 1 + 4 files changed, 22 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 1d4c2340eeda..a051d140cb8d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6927,6 +6927,7 @@ SUBDIR += rubygem-ddmemoize SUBDIR += rubygem-ddmetrics SUBDIR += rubygem-ddplugin + SUBDIR += rubygem-dead_end SUBDIR += rubygem-deb_version SUBDIR += rubygem-debase-ruby_core_source SUBDIR += rubygem-debug diff --git a/devel/rubygem-dead_end/Makefile b/devel/rubygem-dead_end/Makefile new file mode 100644 index 000000000000..a8d295257f38 --- /dev/null +++ b/devel/rubygem-dead_end/Makefile @@ -0,0 +1,17 @@ +PORTNAME= dead_end +PORTVERSION= 4.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Help find unexpected end error +WWW= https://github.com/zombocom/dead_end.git + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= gem + +PLIST_FILES= bin/dead_end + +.include <bsd.port.mk> diff --git a/devel/rubygem-dead_end/distinfo b/devel/rubygem-dead_end/distinfo new file mode 100644 index 000000000000..d4cdd7b3b43a --- /dev/null +++ b/devel/rubygem-dead_end/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1725697693 +SHA256 (rubygem/dead_end-4.0.0.gem) = 695c8438993bb4c5415b1618a1b6e0afcae849ef2812fb8cb3846723904307eb +SIZE (rubygem/dead_end-4.0.0.gem) = 34304 diff --git a/devel/rubygem-dead_end/pkg-descr b/devel/rubygem-dead_end/pkg-descr new file mode 100644 index 000000000000..79cb22ddace5 --- /dev/null +++ b/devel/rubygem-dead_end/pkg-descr @@ -0,0 +1 @@ +When you get an "unexpected end" in your syntax this gem helps you find it
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409131530.48DFUIaH097212>