diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:42:22 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 13:01:48 +0000 |
commit | dfdbf6c502e8c0d68a46ca96fcd36f9df8687dc2 (patch) | |
tree | b7893797cbec66a7a7dc41619e42053632ccbd5e | |
parent | e2bfebad1968de3a498c9b398385164246b4fdf5 (diff) | |
download | ports-dfdbf6c502e8c0d68a46ca96fcd36f9df8687dc2.tar.gz ports-dfdbf6c502e8c0d68a46ca96fcd36f9df8687dc2.zip |
devel/rubygem-gio2: 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
-rw-r--r-- | devel/rubygem-gio2/Makefile | 7 | ||||
-rw-r--r-- | devel/rubygem-gio2/distinfo | 6 | ||||
-rw-r--r-- | devel/rubygem-gio2/pkg-descr | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/rubygem-gio2/Makefile b/devel/rubygem-gio2/Makefile index dc1e0776fbdf..1ddc5148bd21 100644 --- a/devel/rubygem-gio2/Makefile +++ b/devel/rubygem-gio2/Makefile @@ -1,17 +1,18 @@ PORTNAME= gio2 -PORTVERSION= 4.0.3 +PORTVERSION= 4.0.8 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby binding of gio 2.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 RUN_DEPENDS= rubygem-fiddle>=0:devel/rubygem-fiddle \ - rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection + rubygem-gobject-introspection>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-gobject-introspection USES= gem gnome USE_GNOME= glib20 diff --git a/devel/rubygem-gio2/distinfo b/devel/rubygem-gio2/distinfo index db4a101842e5..a0ff167a7d6c 100644 --- a/devel/rubygem-gio2/distinfo +++ b/devel/rubygem-gio2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1663673018 -SHA256 (rubygem/gio2-4.0.3.gem) = 1c813fc570b6bc79883d0099d45c1ae80d4329a05d1e333cf8593fe0d7f5a35f -SIZE (rubygem/gio2-4.0.3.gem) = 39936 +TIMESTAMP = 1674590628 +SHA256 (rubygem/gio2-4.0.8.gem) = d546e63e22551dbda74119c0eda21f3854a916bba26bc5cc17c1eca8aad754c0 +SIZE (rubygem/gio2-4.0.8.gem) = 39936 diff --git a/devel/rubygem-gio2/pkg-descr b/devel/rubygem-gio2/pkg-descr index 0d76f2b77557..e550a2271b86 100644 --- a/devel/rubygem-gio2/pkg-descr +++ b/devel/rubygem-gio2/pkg-descr @@ -1,3 +1 @@ Ruby/GIO2 is a Ruby binding of gio-2.x. - -See also: https://github.com/ruby-gnome/ruby-gnome |