Date: Mon, 30 Jan 2023 13:17:22 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 41dc2718c917 - main - x11-toolkits/rubygem-gtksourceview3: Update to 4.0.8 Message-ID: <202301301317.30UDHMjN081810@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=41dc2718c917b2c978516e34f5bbef2e3786be29 commit 41dc2718c917b2c978516e34f5bbef2e3786be29 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:42:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 13:01:52 +0000 x11-toolkits/rubygem-gtksourceview3: 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-gtksourceview3/Makefile | 7 ++++--- x11-toolkits/rubygem-gtksourceview3/distinfo | 6 +++--- x11-toolkits/rubygem-gtksourceview3/pkg-descr | 2 -- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/x11-toolkits/rubygem-gtksourceview3/Makefile b/x11-toolkits/rubygem-gtksourceview3/Makefile index 3baf7b3d1807..d2fed0a1bf5f 100644 --- a/x11-toolkits/rubygem-gtksourceview3/Makefile +++ b/x11-toolkits/rubygem-gtksourceview3/Makefile @@ -1,17 +1,18 @@ PORTNAME= gtksourceview3 -PORTVERSION= 4.0.3 +PORTVERSION= 4.0.8 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby binding of gtksourceview 3.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= gtksourceview3 diff --git a/x11-toolkits/rubygem-gtksourceview3/distinfo b/x11-toolkits/rubygem-gtksourceview3/distinfo index 33d5a0cf2ce1..5690c9272b6f 100644 --- a/x11-toolkits/rubygem-gtksourceview3/distinfo +++ b/x11-toolkits/rubygem-gtksourceview3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1663673046 -SHA256 (rubygem/gtksourceview3-4.0.3.gem) = 2617f6b1d3e86530d14bceb3384f1261ba48c9c2c442e883f5b2639142f0a060 -SIZE (rubygem/gtksourceview3-4.0.3.gem) = 16896 +TIMESTAMP = 1674590656 +SHA256 (rubygem/gtksourceview3-4.0.8.gem) = c0888a5391d001338cbb67d359b378e22d3b1f32ced3c1beb12a86fb3fc462ac +SIZE (rubygem/gtksourceview3-4.0.8.gem) = 16896 diff --git a/x11-toolkits/rubygem-gtksourceview3/pkg-descr b/x11-toolkits/rubygem-gtksourceview3/pkg-descr index 85095bbeb961..cd56343847a7 100644 --- a/x11-toolkits/rubygem-gtksourceview3/pkg-descr +++ b/x11-toolkits/rubygem-gtksourceview3/pkg-descr @@ -1,3 +1 @@ Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x. - -See also: https://github.com/ruby-gnome/ruby-gnome
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301301317.30UDHMjN081810>