Skip to content

Commit

Permalink
devel/rubygem-glib2: Update to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 21, 2023
1 parent 7da760e commit 4059493
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion devel/rubygem-glib2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= glib2
PORTVERSION= 4.0.8
PORTVERSION= 4.1.2
CATEGORIES= devel rubygems
MASTER_SITES= RG

Expand Down
6 changes: 3 additions & 3 deletions devel/rubygem-glib2/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1674590630
SHA256 (rubygem/glib2-4.0.8.gem) = 57f1b4f71c5655d99f3d4f0051e838fd8ad22fe077cae1de85ac5d5ff9b37ac4
SIZE (rubygem/glib2-4.0.8.gem) = 140800
TIMESTAMP = 1677771711
SHA256 (rubygem/glib2-4.1.2.gem) = 57ec9a8ed491913a90d3b8264b204aa1608986a0bac64f62ea8c93f51749f396
SIZE (rubygem/glib2-4.1.2.gem) = 140800
@@ -1,18 +1,18 @@
--- ext/glib2/rbglib_bookmarkfile.c.orig 2023-03-16 13:19:47 UTC
--- ext/glib2/rbglib_bookmarkfile.c.orig 2023-03-16 19:09:23 UTC
+++ ext/glib2/rbglib_bookmarkfile.c
@@ -35,6 +35,7 @@ bookmarkfile_copy(const GBookmarkFile* file)
@@ -36,6 +36,7 @@ bookmarkfile_copy(const GBookmarkFile* file)
return (GBookmarkFile*)file;
}

+#if !GLIB_CHECK_VERSION(2, 76, 0)
static GType
g_bookmark_file_get_type(void)
{
@@ -48,6 +49,7 @@ g_bookmark_file_get_type(void)
@@ -49,6 +50,7 @@ g_bookmark_file_get_type(void)
/************************************************/

#define G_TYPE_BOOKMARK_FILE (g_bookmark_file_get_type())
+#endif
#endif

#define RG_TARGET_NAMESPACE cBookmarkFile
#define _SELF(self) ((GBookmarkFile*)(RVAL2BOXED(self, G_TYPE_BOOKMARK_FILE)))

0 comments on commit 4059493

Please sign in to comment.