diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-23 18:25:25 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-23 19:09:37 +0000 |
commit | 6f85942a4831259bb921a23454ddc577e2a60b64 (patch) | |
tree | 74c240573400c04dc40771ec66b395175f42f394 | |
parent | 46092933f40d9f12fc9ff1a36388cca30ed97bdb (diff) | |
download | ports-6f85942a4831259bb921a23454ddc577e2a60b64.tar.gz ports-6f85942a4831259bb921a23454ddc577e2a60b64.zip |
devel/rubygem-gio2: Update to 3.5.0
-rw-r--r-- | devel/rubygem-gio2/Makefile | 5 | ||||
-rw-r--r-- | devel/rubygem-gio2/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/rubygem-gio2/Makefile b/devel/rubygem-gio2/Makefile index 69cdfbeb0133..4f223d972891 100644 --- a/devel/rubygem-gio2/Makefile +++ b/devel/rubygem-gio2/Makefile @@ -1,5 +1,5 @@ PORTNAME= gio2 -PORTVERSION= 3.4.9 +PORTVERSION= 3.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -9,7 +9,8 @@ COMMENT= Ruby binding of gio 2.x LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB -RUN_DEPENDS= rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection +RUN_DEPENDS= rubygem-fiddle>=0:devel/rubygem-fiddle \ + rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection USES= gem gnome USE_GNOME= glib20 diff --git a/devel/rubygem-gio2/distinfo b/devel/rubygem-gio2/distinfo index 3ca6f500062d..38036cc8d477 100644 --- a/devel/rubygem-gio2/distinfo +++ b/devel/rubygem-gio2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632038022 -SHA256 (rubygem/gio2-3.4.9.gem) = 3f44af21628ffa4dbaf6b404101acc4514be36dc33557011e493d4814986a765 -SIZE (rubygem/gio2-3.4.9.gem) = 37888 +TIMESTAMP = 1642102719 +SHA256 (rubygem/gio2-3.5.0.gem) = 79eb9f0a0b68b2de0a80960ae6e6c55a1260193217b300ef856965f7594d1e1a +SIZE (rubygem/gio2-3.5.0.gem) = 39936 |