From owner-dev-commits-ports-main@freebsd.org Tue Aug 31 09:55:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 618B266B0A1; Tue, 31 Aug 2021 09:55:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GzMxJ21XHz3lbp; Tue, 31 Aug 2021 09:55:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 23F567B4A; Tue, 31 Aug 2021 09:55:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17V9t0or035370; Tue, 31 Aug 2021 09:55:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17V9t0mA035369; Tue, 31 Aug 2021 09:55:00 GMT (envelope-from git) Date: Tue, 31 Aug 2021 09:55:00 GMT Message-Id: <202108310955.17V9t0mA035369@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: fa756e8ac4ea - main - devel/rubygem-warning: New port required for gitlab-ce 14.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fa756e8ac4eaf4d50b20c8b28b0191585e024d91 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2021 09:55:00 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa756e8ac4eaf4d50b20c8b28b0191585e024d91 commit fa756e8ac4eaf4d50b20c8b28b0191585e024d91 Author: Matthias Fechner AuthorDate: 2021-08-31 09:37:45 +0000 Commit: Matthias Fechner 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 + +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 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