git: aec28e8b19f0 - main - devel/rubygem-re2: update to 1.4.0

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Fri, 24 Jun 2022 10:20:54 UTC
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aec28e8b19f0c2de185c139bf7a3eb66495444f5

commit aec28e8b19f0c2de185c139bf7a3eb66495444f5
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2022-06-24 10:04:32 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2022-06-24 10:20:05 +0000

    devel/rubygem-re2: update to 1.4.0
    
    Required for gitlab-ce 15.1
    Changelog
    https://github.com/mudge/re2/blob/main/CHANGELOG.md
    
    1.4.0 - 2021-03-29
    Fixed
    
        Fixed a crash when using RE2::Scanner#scan with an invalid regular expression (thanks to Sergio Medina for reporting this)
        Fixed RE2::Regexp#match raising a NoMemoryError instead of an ArgumentError when given a negative number of matches
    
    1.3.0 - 2021-03-12
    Added
    
        Add Homebrew's prefix on Apple Silicon and /usr as fallback locations searched when looking for the underlying re2 library if not found in /usr/local
---
 devel/rubygem-re2/Makefile | 3 +--
 devel/rubygem-re2/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/devel/rubygem-re2/Makefile b/devel/rubygem-re2/Makefile
index 5133f9c42587..9f2b8d16e59b 100644
--- a/devel/rubygem-re2/Makefile
+++ b/devel/rubygem-re2/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	re2
-PORTVERSION=	1.2.0
-PORTREVISION=	2
+PORTVERSION=	1.4.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
diff --git a/devel/rubygem-re2/distinfo b/devel/rubygem-re2/distinfo
index 50877ba117d2..b8169afe6f8d 100644
--- a/devel/rubygem-re2/distinfo
+++ b/devel/rubygem-re2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590213647
-SHA256 (rubygem/re2-1.2.0.gem) = 0090dd2675af066736e10c9ed424b3a4fa14febc28e0930c1364749e180b079b
-SIZE (rubygem/re2-1.2.0.gem) = 22528
+TIMESTAMP = 1655733918
+SHA256 (rubygem/re2-1.4.0.gem) = 5c07d2351be1159530e2b815aae499b6524942e79bf21d560fcff5b2fa20ea8f
+SIZE (rubygem/re2-1.4.0.gem) = 23040