git: ddf7bd5b30f6 - main - www/rubygem-coverband: added new port version 6.1.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Jul 2024 08:54:02 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddf7bd5b30f6ff4926636bdcfd3edd3738c6fd69 commit ddf7bd5b30f6ff4926636bdcfd3edd3738c6fd69 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-07-01 05:31:53 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-07-02 08:52:55 +0000 www/rubygem-coverband: added new port version 6.1.2 Required for Gitlab 17.1 --- www/Makefile | 1 + www/rubygem-coverband/Makefile | 21 +++++++++++++++++++++ www/rubygem-coverband/distinfo | 3 +++ www/rubygem-coverband/pkg-descr | 1 + 4 files changed, 26 insertions(+) diff --git a/www/Makefile b/www/Makefile index 59d16aeaf3a1..ce1260b91da3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1947,6 +1947,7 @@ SUBDIR += rubygem-circuitbox SUBDIR += rubygem-cloudinary SUBDIR += rubygem-cookiejar + SUBDIR += rubygem-coverband SUBDIR += rubygem-crass SUBDIR += rubygem-cssbundling-rails SUBDIR += rubygem-cssbundling-rails-rails70 diff --git a/www/rubygem-coverband/Makefile b/www/rubygem-coverband/Makefile new file mode 100644 index 000000000000..a83b50428d73 --- /dev/null +++ b/www/rubygem-coverband/Makefile @@ -0,0 +1,21 @@ +PORTNAME= coverband +PORTVERSION= 6.1.2 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Rack middleware to measure production code usage +WWW= https://github.com/danmayer/coverband + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-redis>=3.0:databases/rubygem-redis + +USES= gem shebangfix + +SHEBANG_FILES= lua/install.sh + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/rubygem-coverband/distinfo b/www/rubygem-coverband/distinfo new file mode 100644 index 000000000000..b3de68aa2c82 --- /dev/null +++ b/www/rubygem-coverband/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1718789969 +SHA256 (rubygem/coverband-6.1.2.gem) = 979f356b0f1ff63a78b6ffbbbd0dccb3674c83d74d7e6fbdc3ee98f1ef35ba32 +SIZE (rubygem/coverband-6.1.2.gem) = 211456 diff --git a/www/rubygem-coverband/pkg-descr b/www/rubygem-coverband/pkg-descr new file mode 100644 index 000000000000..efdc9771e297 --- /dev/null +++ b/www/rubygem-coverband/pkg-descr @@ -0,0 +1 @@ +Rack middleware to measure production code usage (LOC runtime usage)