notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: deskutils/gnome-maps/Makefile

Number of commits found: 42

Tuesday, 4 Mar 2025
15:41 Baptiste Daroussin (bapt) search for other commits by this committer
deskutils/gnome-maps: forgot to remove libchamplain
commit hash: 60c5a0efe199eefadce75dde378e2276f05f910b commit hash: 60c5a0efe199eefadce75dde378e2276f05f910b commit hash: 60c5a0efe199eefadce75dde378e2276f05f910b commit hash: 60c5a0efe199eefadce75dde378e2276f05f910b 60c5a0e
15:27 Baptiste Daroussin (bapt) search for other commits by this committer
deskutils/gnome-maps: update to 47.4
commit hash: 26ff12929bbb5fbc49e795ccc5d5edbba7d34eb8 commit hash: 26ff12929bbb5fbc49e795ccc5d5edbba7d34eb8 commit hash: 26ff12929bbb5fbc49e795ccc5d5edbba7d34eb8 commit hash: 26ff12929bbb5fbc49e795ccc5d5edbba7d34eb8 26ff129
15:20 Baptiste Daroussin (bapt) search for other commits by this committer
deskutils/gnome-maps: remove unnecessary lib dependencies
commit hash: 0d90d4e0852f63aaf7216b1225c9afdcbf725a15 commit hash: 0d90d4e0852f63aaf7216b1225c9afdcbf725a15 commit hash: 0d90d4e0852f63aaf7216b1225c9afdcbf725a15 commit hash: 0d90d4e0852f63aaf7216b1225c9afdcbf725a15 0d90d4e
Saturday, 24 Jun 2023
02:12 Charlie Li (vishwin) search for other commits by this committer
deskutils/gnome-maps: update to 43.5

While here:
- remove unused net-im/folks dependency
- remove PORTSCOUT as even-odd split scheme retired since 40
commit hash: ecce5a22a377bffb098735519b60a094377e88c6 commit hash: ecce5a22a377bffb098735519b60a094377e88c6 commit hash: ecce5a22a377bffb098735519b60a094377e88c6 commit hash: ecce5a22a377bffb098735519b60a094377e88c6 ecce5a2
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Tuesday, 7 Feb 2023
19:18 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-maps: Update to 43.3
commit hash: e30c80dd567d65791c683b92738e722e0549c8a9 commit hash: e30c80dd567d65791c683b92738e722e0549c8a9 commit hash: e30c80dd567d65791c683b92738e722e0549c8a9 commit hash: e30c80dd567d65791c683b92738e722e0549c8a9 e30c80d
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 4 Aug 2022
18:54 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-maps: Update to 42.3
commit hash: 505d1189c10d8cdc9be3c0ba58c0d3063332571e commit hash: 505d1189c10d8cdc9be3c0ba58c0d3063332571e commit hash: 505d1189c10d8cdc9be3c0ba58c0d3063332571e commit hash: 505d1189c10d8cdc9be3c0ba58c0d3063332571e 505d118
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
deskutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alex "lissyara" Keda <admin@lissyara.su>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Hsu <ahsu@users.sf.net>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Andrey Zakhvatov <andy@icc.surw.chel.su>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Beat Gaetzi <beat@chruetertee.ch>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christian Brueffer <chris@unixpages.org>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  Daniel Eischen <deischen@FreeBSD.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Dean Povey <povey@wedgetail.com>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Edwin Groothuis
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emmanuel Vadot <manu@FreeBSD.org>
  *  Eric L. Hernes <erich@FreeBSD.org>
  *  Eric Turgeon <ericbsd@FreeBSD.org>
  *  Eric Turgeon <ericturgeon@ghostbsd.org>
  *  FreeBSD GNOME Team
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Guillaume Paquet <amyfoub@gmail.com>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Gvozdikov Veniamin <g.veniamin@googlemail.com>
  *  Herbert J. Skuhra <h.skuhra@gmail.com>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jeremy Messenger <mezz@FreeBSD.org>
  *  Jim Mock <jim@FreeBSD.org>
  *  Jimmy Olgeni <olgeni@uli.it>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Joey Mingrone <joey@mingrone.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Ken Moore <ken@pcbsd.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Leinier Cruz Salfran <salfrancl@yahoo.es>
  *  Lewis Thompson <purple@lewiz.net>
  *  Loïc Bartoletti <lbartoletti@FreeBSD.org>
  *  Lucas Holt <luke@justjournal.com>
  *  MITA Yoshio <mita@iis.u-tokyo.ac.jp>
  *  Marcin Cieslak <saper@saper.info>
  *  Markus Brueffer <brueffer@phoenix-systems.de>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
  *  Martin Wilke
  *  Mathieu Arnold
  *  Matt Braithwaite <mab@red-bean.com>
  *  Matt Lancereau <matt@rimasec.net>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Pav Lucistnik <pav@oook.cz>
  *  Pete Fritchman <petef@databits.net>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Rob Evers <rob@debank.tv>
  *  Roman Bogorodskiy <bogorodskiy@inbox.ru>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Thierry Thomas (<thierry@thomas.as>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thorsten Greiner <thorsten.greiner@web.de>
  *  Tobias Roth <ports@fsck.ch>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  alepulver@FreeBSD.org
  *  cartola (Carlos E. G. Carvalho)
  *  che@bein.link
  *  gahr
  *  ijliao
  *  jamrich.majo@gmail.com
  *  joerg
  *  johans
  *  john@jnielsen.net
  *  lightside <lightside@gmx.com>
  *  mi
  *  mi@aldan.ziplink.net
  *  olevole@olevole.ru
  *  shanee@rabbit.augusta.de
  *  stas
  *  thierry@pompo.net

With hat:	portmgr
commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a 4dd7a74
Friday, 1 Jul 2022
14:25 Baptiste Daroussin (bapt) search for other commits by this committer
gnome: refer to gnome not gnome 3 anymore
commit hash: 3f32a60774ea41d2a6c84a9dbdd353071f3d5351 commit hash: 3f32a60774ea41d2a6c84a9dbdd353071f3d5351 commit hash: 3f32a60774ea41d2a6c84a9dbdd353071f3d5351 commit hash: 3f32a60774ea41d2a6c84a9dbdd353071f3d5351 3f32a60
Thursday, 2 Jun 2022
03:32 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-maps: Update to 42.2
commit hash: 85ce6ed7b2d304637705c2a605af3761e1609c2f commit hash: 85ce6ed7b2d304637705c2a605af3761e1609c2f commit hash: 85ce6ed7b2d304637705c2a605af3761e1609c2f commit hash: 85ce6ed7b2d304637705c2a605af3761e1609c2f 85ce6ed
Tuesday, 26 Apr 2022
19:52 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-maps: Update to 42.1
commit hash: 52cd06dd75609126511c1f25b417900c251539b5 commit hash: 52cd06dd75609126511c1f25b417900c251539b5 commit hash: 52cd06dd75609126511c1f25b417900c251539b5 commit hash: 52cd06dd75609126511c1f25b417900c251539b5 52cd06d
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Wednesday, 23 Mar 2022
18:36 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-maps: Update to 42.0
commit hash: b52aa3b9c1f71df46b1c21575585297b9b93bd94 commit hash: b52aa3b9c1f71df46b1c21575585297b9b93bd94 commit hash: b52aa3b9c1f71df46b1c21575585297b9b93bd94 commit hash: b52aa3b9c1f71df46b1c21575585297b9b93bd94 b52aa3b
Thursday, 3 Mar 2022
19:39 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-maps: Update to 41.4
commit hash: 4d7722ed6b69a9636a67ddef0f4cafd901a6a5a4 commit hash: 4d7722ed6b69a9636a67ddef0f4cafd901a6a5a4 commit hash: 4d7722ed6b69a9636a67ddef0f4cafd901a6a5a4 commit hash: 4d7722ed6b69a9636a67ddef0f4cafd901a6a5a4 4d7722e
Friday, 24 Dec 2021
04:46 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-maps: Update to 41.2
commit hash: 47c422e7f12b1239051b6fe49e700fa523fbb4a3 commit hash: 47c422e7f12b1239051b6fe49e700fa523fbb4a3 commit hash: 47c422e7f12b1239051b6fe49e700fa523fbb4a3 commit hash: 47c422e7f12b1239051b6fe49e700fa523fbb4a3 47c422e
Friday, 5 Nov 2021
19:06 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-maps: Update to 41.1
commit hash: 275c352cb24ac053044491377c2467a3197ee198 commit hash: 275c352cb24ac053044491377c2467a3197ee198 commit hash: 275c352cb24ac053044491377c2467a3197ee198 commit hash: 275c352cb24ac053044491377c2467a3197ee198 275c352
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
Monday, 27 Sep 2021
03:32 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-maps: Update to 41.0
commit hash: 82434d65e2b9e323ae93bbf919d953d7ca0ca2d9 commit hash: 82434d65e2b9e323ae93bbf919d953d7ca0ca2d9 commit hash: 82434d65e2b9e323ae93bbf919d953d7ca0ca2d9 commit hash: 82434d65e2b9e323ae93bbf919d953d7ca0ca2d9 82434d6
Sunday, 15 Aug 2021
15:09 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-maps: Update to 40.4
commit hash: 7fd320df57c2b303c40fc5c1077211a4b249326e commit hash: 7fd320df57c2b303c40fc5c1077211a4b249326e commit hash: 7fd320df57c2b303c40fc5c1077211a4b249326e commit hash: 7fd320df57c2b303c40fc5c1077211a4b249326e 7fd320d
Wednesday, 4 Aug 2021
18:24 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-maps: Update to 40.3
commit hash: 418cf3953f09d18828c95239a5da3b84223848af commit hash: 418cf3953f09d18828c95239a5da3b84223848af commit hash: 418cf3953f09d18828c95239a5da3b84223848af commit hash: 418cf3953f09d18828c95239a5da3b84223848af 418cf39
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
Friday, 18 Jun 2021
04:40 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-maps: Update to 3.38.5
commit hash: 93a75fe4b200af93d7136d2f48b95034feaea882 commit hash: 93a75fe4b200af93d7136d2f48b95034feaea882 commit hash: 93a75fe4b200af93d7136d2f48b95034feaea882 commit hash: 93a75fe4b200af93d7136d2f48b95034feaea882 93a75fe
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 13 Feb 2021
17:21 tcberner search for other commits by this committer
deskutils/gnome-maps: update to 3.38.4
Original commitRevision:565150 
Tuesday, 12 Jan 2021
16:06 tcberner search for other commits by this committer
deskutils/gnome-maps: update to 3.38.3
Original commitRevision:561347 
Saturday, 21 Nov 2020
17:51 tcberner search for other commits by this committer
deskutils/gnome-maps: update to 3.38.2
Original commitRevision:556004 
Tuesday, 20 Oct 2020
18:26 bapt search for other commits by this committer
Update to 3.38.1.1
Original commitRevision:552840 
Tuesday, 29 Sep 2020
12:07 bapt search for other commits by this committer
First batch at upgrading gnome to 3.36/3.38

Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports
depending on it
Update bijiben to 3.38.0
Update gnome-calendar to 3.38.0
Update gnome-contacts to 3.38
Update gnome-maps to 3.38.0
Patch gnome-todo to work with newer evolution-dataserver (patched obtained from
    OpenBSD/Archlinux)
Update evolution to 3.38.0
Update evolution-ews to 3.38.0 (among changes it brings support for office365)
Update folks to 0.14.0

Update cheese to 3.38.0
Update aisleriot to 3.22.9
Update five-or-more to 3.22.2
Update fastream to 0.2.9
Update gnome-control-center to 3.36.4
Update gnmoe-settings-daemon to 3.38.0
Update meld to 3.21.0

Update gnome-desktop to 3.38.0 and because of ABI breakage bump portrevision of
all dependant ports not touched by this update
Update gnome-session to 3.38.0
Update gnome-shell to 3.36.6, now run depends on gdm
Update gnome-shell-extensions to 3.36.3
Update mutter to 3.36.6
Original commitRevision:550494 
Monday, 4 Nov 2019
22:20 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories d

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
Original commitRevision:516748 
Sunday, 30 Sep 2018
11:58 kwm search for other commits by this committer
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
Original commitRevision:480951 
Thursday, 24 May 2018
16:55 swills search for other commits by this committer
deskutils/gnome-maps: add missing net/gfbgraph dependency

PR:		215300
Reported by:	vermaden@interia.pl
Approved by:	maintainer timeout (gnome@FreeBSD.org, >1 month)
Original commitRevision:470791 
Tuesday, 30 May 2017
11:20 kwm search for other commits by this committer
Update gnome-maps to 3.24.3.

* Review dependencies
* Switch to USES=localbase

Obtained from:	gnome devel repo
Original commitRevision:442059 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Tuesday, 23 Aug 2016
18:09 kwm search for other commits by this committer
Update gnome-maps to 3.18.4.
Original commitRevision:420728 
Monday, 22 Aug 2016
19:40 kwm search for other commits by this committer
Update gnome-maps to 3.18.3.1.

Add license block.

While here record indirect dependancies.

This release uses another map provider since the one in
previous releases discontinued it's services.

PR:		211509 (based on)
Submitted by:	cpm@
Original commitRevision:420632 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Sunday, 14 Feb 2016
18:57 kwm search for other commits by this committer
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
Original commitRevision:408881 
Wednesday, 5 Aug 2015
19:13 kwm search for other commits by this committer
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
Original commitRevision:393607 
Wednesday, 3 Dec 2014
09:18 kwm search for other commits by this committer
Update GNOME to 3.14.2.

This update was brought to you in collaboration with Gustua Perez

Make sure gtk30 pulls it the default theme (adwaita-icon-theme).
Update the extra gnome-shell-extensions so they work with gnome-shell 3.14.
Drop metacity from gnome3 meta-port.
Remove the gtile gnome-shell extension since it proven to be buggy.

Exp-run done by antoine@ for gdk-pixbuf2 deprecated API.

PR:		195414
Obtained from:	gnome dev repo
Original commitRevision:373802 
Wednesday, 19 Nov 2014
11:49 kwm search for other commits by this committer
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 View all of this commit message)
Original commitRevision:372768 

Number of commits found: 42