git: ab8286302cf7 - main - x11-toolkits/rubygem-gtksourceview4: Update to 4.0.8

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:17:23 UTC
The branch main has been updated by sunpoet:

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

commit ab8286302cf752040e865a583e69220e147b978a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:42:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:01:52 +0000

    x11-toolkits/rubygem-gtksourceview4: Update to 4.0.8
    
    - Update version requirement of RUN_DEPENDS
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
---
 x11-toolkits/rubygem-gtksourceview4/Makefile                  |  7 ++++---
 x11-toolkits/rubygem-gtksourceview4/distinfo                  |  6 +++---
 .../files/patch-dependency-check-Rakefile                     | 11 -----------
 x11-toolkits/rubygem-gtksourceview4/pkg-descr                 |  2 --
 4 files changed, 7 insertions(+), 19 deletions(-)

diff --git a/x11-toolkits/rubygem-gtksourceview4/Makefile b/x11-toolkits/rubygem-gtksourceview4/Makefile
index 7849f16f101f..9303c14ae5f8 100644
--- a/x11-toolkits/rubygem-gtksourceview4/Makefile
+++ b/x11-toolkits/rubygem-gtksourceview4/Makefile
@@ -1,17 +1,18 @@
 PORTNAME=	gtksourceview4
-PORTVERSION=	4.0.3
+PORTVERSION=	4.0.8
 CATEGORIES=	x11-toolkits rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Ruby binding of gtksourceview 4.x
-WWW=		https://ruby-gnome.github.io/
+WWW=		https://ruby-gnome.github.io/ \
+		https://github.com/ruby-gnome/ruby-gnome
 
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
 BUILD_DEPENDS=	rubygem-rake>=0:devel/rubygem-rake
-RUN_DEPENDS=	rubygem-gtk3>=${PORTVERSION}:x11-toolkits/rubygem-gtk3
+RUN_DEPENDS=	rubygem-gtk3>=${PORTVERSION}<${PORTVERSION}_99:x11-toolkits/rubygem-gtk3
 
 USES=		gem gnome
 USE_GNOME=	gtksourceview4
diff --git a/x11-toolkits/rubygem-gtksourceview4/distinfo b/x11-toolkits/rubygem-gtksourceview4/distinfo
index fc025b1fb5c6..79aeaec2f31e 100644
--- a/x11-toolkits/rubygem-gtksourceview4/distinfo
+++ b/x11-toolkits/rubygem-gtksourceview4/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1663673048
-SHA256 (rubygem/gtksourceview4-4.0.3.gem) = 93020c16a3da87ffdf83773c48be680fcbb4c4dd2a8996357685c6d622f03ccb
-SIZE (rubygem/gtksourceview4-4.0.3.gem) = 16896
+TIMESTAMP = 1674590658
+SHA256 (rubygem/gtksourceview4-4.0.8.gem) = ff8bb79b241cb76da4dcef94d9e53e7689ae0085a78fdbbdc95fe86374923709
+SIZE (rubygem/gtksourceview4-4.0.8.gem) = 16896
diff --git a/x11-toolkits/rubygem-gtksourceview4/files/patch-dependency-check-Rakefile b/x11-toolkits/rubygem-gtksourceview4/files/patch-dependency-check-Rakefile
deleted file mode 100644
index 2ceb8e41cfb1..000000000000
--- a/x11-toolkits/rubygem-gtksourceview4/files/patch-dependency-check-Rakefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- dependency-check/Rakefile.orig	2022-09-02 14:02:46 UTC
-+++ dependency-check/Rakefile
-@@ -29,7 +29,7 @@ end
- namespace :dependency do
-   desc "Check dependency"
-   task :check do
--    package_id = "gtksourceview-4.0"
-+    package_id = "gtksourceview-4"
-     unless PKGConfig.check_version?(package_id)
-       unless NativePackageInstaller.install(:alt_linux => "libgtksourceview4-devel",
-                                             :debian => "libgtksourceview-4-dev",
diff --git a/x11-toolkits/rubygem-gtksourceview4/pkg-descr b/x11-toolkits/rubygem-gtksourceview4/pkg-descr
index 3a4783e4c615..c85a59b4f7f2 100644
--- a/x11-toolkits/rubygem-gtksourceview4/pkg-descr
+++ b/x11-toolkits/rubygem-gtksourceview4/pkg-descr
@@ -1,3 +1 @@
 Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-4.x.
-
-See also: https://github.com/ruby-gnome/ruby-gnome