Date: Tue, 31 Aug 2021 09:55:00 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fa756e8ac4ea - main - devel/rubygem-warning: New port required for gitlab-ce 14.2 Message-ID: <202108310955.17V9t0mA035369@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa756e8ac4eaf4d50b20c8b28b0191585e024d91 commit fa756e8ac4eaf4d50b20c8b28b0191585e024d91 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2021-08-31 09:37:45 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2021-08-31 09:54:27 +0000 devel/rubygem-warning: New port required for gitlab-ce 14.2 --- devel/Makefile | 1 + devel/rubygem-warning/Makefile | 19 +++++++++++++++++++ devel/rubygem-warning/distinfo | 3 +++ devel/rubygem-warning/pkg-descr | 7 +++++++ 4 files changed, 30 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 4dd807f267de..8f9fffa1b76c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6813,6 +6813,7 @@ SUBDIR += rubygem-virtus SUBDIR += rubygem-warbler SUBDIR += rubygem-warden + SUBDIR += rubygem-warning SUBDIR += rubygem-wdm SUBDIR += rubygem-weakref SUBDIR += rubygem-web-console-rails60 diff --git a/devel/rubygem-warning/Makefile b/devel/rubygem-warning/Makefile new file mode 100644 index 000000000000..dec47284591b --- /dev/null +++ b/devel/rubygem-warning/Makefile @@ -0,0 +1,19 @@ +# Created by: Matthias Fechner <mfechner@FreeBSD.org> + +PORTNAME= warning +PORTVERSION= 1.2.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Adds custom processing for warnings + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-warning/distinfo b/devel/rubygem-warning/distinfo new file mode 100644 index 000000000000..8595cd6a454c --- /dev/null +++ b/devel/rubygem-warning/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1630393575 +SHA256 (rubygem/warning-1.2.0.gem) = 0d233b45357bf012a3020ecb328a696f2631056233179016c42c3f58558e16e2 +SIZE (rubygem/warning-1.2.0.gem) = 12800 diff --git a/devel/rubygem-warning/pkg-descr b/devel/rubygem-warning/pkg-descr new file mode 100644 index 000000000000..72e43fe48f0e --- /dev/null +++ b/devel/rubygem-warning/pkg-descr @@ -0,0 +1,7 @@ +ruby-warning adds custom processing for warnings, including the ability to +ignore specific warning messages, ignore warnings in specific +files/directories, include backtraces with warnings, treat warnings as +errors, deduplicate warnings, and add custom handling for all warnings in +specific files/directories. + +WWW: https://github.com/jeremyevans/ruby-warning
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108310955.17V9t0mA035369>