diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-06 03:13:24 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-06 03:13:24 +0800 |
commit | d129587b5d568b0ff5300386f1e1b706c349f38e (patch) | |
tree | e398c7b6ea5203fd3953999e6dd9d6c83c9ec931 /devel/pygobject3-common | |
parent | c13de12f75988e599e389d9c77ed92db8d927185 (diff) | |
download | freebsd-ports-gnome-d129587b5d568b0ff5300386f1e1b706c349f38e.tar.gz freebsd-ports-gnome-d129587b5d568b0ff5300386f1e1b706c349f38e.tar.zst freebsd-ports-gnome-d129587b5d568b0ff5300386f1e1b706c349f38e.zip |
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980
Diffstat (limited to 'devel/pygobject3-common')
-rw-r--r-- | devel/pygobject3-common/Makefile | 3 | ||||
-rw-r--r-- | devel/pygobject3-common/distinfo | 4 | ||||
-rw-r--r-- | devel/pygobject3-common/files/patch-gi_pygi-cache.h | 40 |
3 files changed, 3 insertions, 44 deletions
diff --git a/devel/pygobject3-common/Makefile b/devel/pygobject3-common/Makefile index d84296f63dd7..cbdc8aaed024 100644 --- a/devel/pygobject3-common/Makefile +++ b/devel/pygobject3-common/Makefile @@ -1,9 +1,8 @@ # Created by: Gustau Perez i Querol <gustau.perez@gmail.com> # $FreeBSD$ -# $MCom: ports/trunk/devel/pygobject3-common/Makefile 19953 2014-10-15 08:51:31Z gusi $ PORTNAME= gobject -PORTVERSION= 3.14.0 +PORTVERSION= 3.16.2 PORTREVISION?= 0 CATEGORIES= devel python MASTER_SITES= GNOME/sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/devel/pygobject3-common/distinfo b/devel/pygobject3-common/distinfo index afd938c5fde1..20ce89ee2b02 100644 --- a/devel/pygobject3-common/distinfo +++ b/devel/pygobject3-common/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/pygobject-3.14.0.tar.xz) = 779effa93f4b59cdb72f4ab0128fb3fd82900bf686193b570fd3a8ce63392d54 -SIZE (gnome3/pygobject-3.14.0.tar.xz) = 720128 +SHA256 (gnome3/pygobject-3.16.2.tar.xz) = de620e00fe7ecb788aa2dc0d664e41f71b8e718e728168e8d982cf193a9e7e64 +SIZE (gnome3/pygobject-3.16.2.tar.xz) = 725544 diff --git a/devel/pygobject3-common/files/patch-gi_pygi-cache.h b/devel/pygobject3-common/files/patch-gi_pygi-cache.h deleted file mode 100644 index f11882f93912..000000000000 --- a/devel/pygobject3-common/files/patch-gi_pygi-cache.h +++ /dev/null @@ -1,40 +0,0 @@ -From 3b70f5bc8e59e49795fcaa7b285aeff0c4565a04 Mon Sep 17 00:00:00 2001 -From: Simon Feltman <sfeltman@src.gnome.org> -Date: Mon, 27 Oct 2014 20:19:23 -0700 -Subject: Remove redefinitions of function and vfunc cache typedefs - -https://bugzilla.gnome.org/show_bug.cgi?id=737874 - -diff --git a/gi/pygi-cache.h b/gi/pygi-cache.h -index 093dde2..0361f00 100644 ---- gi/pygi-cache.h -+++ gi/pygi-cache.h -@@ -197,7 +197,7 @@ struct _PyGICallableCache - GICallableInfo *callable_info); - }; - --typedef struct _PyGIFunctionCache { -+struct _PyGIFunctionCache { - PyGICallableCache callable_cache; - - /* An invoker with ffi_cif already setup */ -@@ -207,13 +207,13 @@ typedef struct _PyGIFunctionCache { - PyGIInvokeState *state, - PyObject *py_args, - PyObject *py_kwargs); --} PyGIFunctionCache; -+} ; - --typedef struct _PyGIVFuncCache { -+struct _PyGIVFuncCache { - PyGIFunctionWithInstanceCache fwi_cache; - - GIBaseInfo *info; --} PyGIVFuncCache; -+}; - - - gboolean --- -cgit v0.10.1 - |