Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/pygobject3-common |
Commit | Credits | Log message |
3.42.2 22 Nov 2024 22:31:53 |
Charlie Li (vishwin) |
devel/py-pygobject: rename and update to 3.50.0
The proper upstream Python package name is pygobject; version 2
hasn't existed or been supported in ages, so rename.
Rework the port to where -common is the child port but the main
port depends on it for the header files. Build the main port as a
Python wheel USE_PYTHON=pep517 to take advantage of USE_PYTHON=autoplist.
Direct -common consumers have PORTREVISION bumped.
Changelog: https://gitlab.gnome.org/GNOME/pygobject/-/blob/3.50.0/NEWS
Reported by: Olivier Duchateau <duchateau.olivier[at]gmail[dot]com> (3.44, 3.46)
Exp-run by: antoine
PR: 273722
Differential Revision: https://reviews.freebsd.org/D47635 |
3.38.0_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.38.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.38.0 20 Feb 2021 17:13:46 |
tcberner |
devel/py-gobject3: udpate to 3.38.0
Submitted by: Greg V (greg@unrelenting.technology) (original version)
Differential Revision: https://reviews.freebsd.org/D26630 |
3.28.3_3 24 Dec 2020 13:22:34 |
fluffy |
devel/py-gobject3: switch to PYTHON_EXT_SUFFIX |
3.28.3 06 Feb 2020 15:34:41 |
lwhsu |
Fix COMMENT field
Approved by: portmgr blanket |
3.28.3 01 Oct 2018 06:20:55 |
antoine |
Cleanup plist handling |
3.28.3 30 Sep 2018 11:58:31 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761 |
3.18.2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
3.18.2 14 Feb 2016 18:57:54 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006 |
3.14.0 09 Dec 2014 19:42:43 |
sbruno |
Follow up to svn r374402 and restore plist entries to support architectures
where
UNAME_M is required to generate the plist.
PR: 188856, 195342, 195738, 195748
Reviewed by: kwm
Approved by: mentor (implicit) |
3.14.0 19 Nov 2014 11:49:06 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have (Only the first 15 lines of the commit message are shown above ) |
3.8.1_2 27 Oct 2014 10:58:26 |
bapt |
Cleanup plist |
3.8.1_2 11 Sep 2014 15:04:05 |
sbruno |
This port does not use ${ARCH} to rename the egg info file that it creates.
This causes the pkg-plist to break on architechtures where MACHINE and
MACHINE_ARCH to differ. Assume that the upstream folks know what they
are doing and create a UNAME_M variable to handle this in the pkg-plist.
PR: 188856
Reviewed by: koobs
Approved by: bdrewery (mentor) |
3.8.1_1 09 Aug 2014 15:44:28 |
mva |
Convert the Python framework bits to USES=python.
Please use USES=python instead of USE_PYTHON.
USE_PYTHON=yes becomes USES=python
USE_PYTHON=2.7+ becomes USES=python:2.7+
USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
...
A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;
PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK (Only the first 15 lines of the commit message are shown above ) |
3.8.1_1 26 May 2014 10:03:36 |
kwm |
Replace hardcode OS in plist by OPSYS:tl value. This fixes plist on
DragonFly [1]
Submitted by: marino@ [1] |
3.8.1_1 25 May 2014 13:47:03 |
kwm |
Split up py-dbus and py-gobject3 into a -common and a python 2 and 3 port.
Submitted by: Gustau Perez
Obtained from: gnome devel repo. |
3.8.1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
3.8.1 05 Oct 2013 23:40:16 |
kwm |
Fix package name conflict with py-gobject.
Use new lib_depend syntax.
USE_GMAKE => USES=gmake
BUILD/RUN_DEPENDS=gobject-introspection -> USE_GNOME=introspection.
Restrict python version to -2.7 [1]
Enable stage support.
Submitted by: mva [1] |
3.8.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
3.8.1 11 May 2013 19:36:41 |
kwm |
Update to 3.8.1.
While here make sure plist is correct as reported by miwi@
Obtained from: GNOME devel repo |
3.8.0 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
3.8.0 22 Apr 2013 21:54:10 |
kwm |
Add py-gobject 3.8.0.
This is the next version of the python GLib/GObject/GIO bindings, including
full GObject introspection support. |