notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: x11/cinnamon/distinfo
SVNWeb

Number of commits found: 13

Sat, 25 Feb 2023
[ 20:52 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:2d87115f8c5e79c7b33f526c4ba4e151d63baf4e  commit hash:2d87115f8c5e79c7b33f526c4ba4e151d63baf4e  commit hash:2d87115f8c5e79c7b33f526c4ba4e151d63baf4e  2d87115  (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
x11/cinnamon: update to 5.4

Components:
- lang/cjs to 5.4.1
- misc/cinnamon-translations to 5.4.2
- sysutils/cinnamon-control-center to 5.4.6
- sysutils/cinnamon-settings-daemon to 5.4.4
- x11-fm/nemo to 5.4.2
- x11-wm/muffin to 5.4.5
- x11/cinnamon-desktop to 5.4.2
- x11/cinnamon-menus to 5.4.0
- x11/cinnamon-screensaver to 5.4.2
- x11/cinnamon-session to 5.4.0
- x11/cinnamon to 5.4.9
- x11/py-python-xapp to 2.2.2
- x11/xapp to 2.2.14

5.6 is the latest upstream release; this is a stopgap to reduce
delta.

Reviewed by: tcberner (desktop)
Differential Revision: https://reviews.freebsd.org/D37917
Wed, 26 Jan 2022
[ 19:58 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:2061fd18688e1257b25822b4cf61c3c6baf03a22  commit hash:2061fd18688e1257b25822b4cf61c3c6baf03a22  commit hash:2061fd18688e1257b25822b4cf61c3c6baf03a22  2061fd1 
devel/meson: update to 0.61.1

- Revert some 0.60.2 fixes incompatible with 0.61.0
- Drop rpath workaround for JHBuild as it's non-trivial to rebase

Changes:	https://mesonbuild.com/Release-notes-for-0-61-0.html
PR:		260943
Reported by:	GitHub (watch releases)
Approved by:	tcberner
Exp-run by:	antoine
Tue, 25 Jan 2022
[ 12:25 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:0872da015336ffb678af591f882d1549c2b62c42  commit hash:0872da015336ffb678af591f882d1549c2b62c42  commit hash:0872da015336ffb678af591f882d1549c2b62c42  0872da0 
x11/cinnamon: unbreak build with Meson 0.61.0

docs/reference/cinnamon-js/meson.build:11:6: ERROR: gnome.gtkdoc keyword
argument 'dependencies' was of type array[CustomTarget] but should have been
array[Dependency | SharedLibrary | StaticLibrary]

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/566c2c9a9c98
Sun, 28 Nov 2021
[ 20:34 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:edd81fcb649ce7e16be5fd488edd98ee434720dd  commit hash:edd81fcb649ce7e16be5fd488edd98ee434720dd  commit hash:edd81fcb649ce7e16be5fd488edd98ee434720dd  edd81fc 
x11/cinnamon: switch dcffd6124f97 to merged upstream version
[ 20:02 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:dcffd6124f976c784bc5ec40bdb65ea22cfd8196  commit hash:dcffd6124f976c784bc5ec40bdb65ea22cfd8196  commit hash:dcffd6124f976c784bc5ec40bdb65ea22cfd8196  dcffd61 
x11/cinnamon: unbreak build with Meson 0.60.2

src/st/meson.build:204:0: ERROR: "install_dir" must be specified when installing
a target

PR:		260056
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/5cc166a667ff
Mon, 8 Feb 2021
[ 18:27 rene search for other commits by this committer ] Original commit   Revision:564732
x11/cinnamon: update to 4.8.6

This fixes bug https://github.com/linuxmint/mint20.1-beta/issues/40

PR:		253205
Submitted by:	Charlie Li
MFH:		2021Q1
Sat, 2 Jan 2021
[ 11:21 rene search for other commits by this committer ] Original commit   Revision:559925 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
Upgrade the Cinnamon desktop environment to version 4.8

This version uses Python 3 instead of the expired Python 2.7

From the main PR (249856):

" There are a couple known issues:
  * x11-fm/nemo crashes upon closing a window or tab.
  * x11/cinnamon-screensaver unlocking doesn't work, most likely due to a
missing PAM (Linux-PAM?) integration.
  Both of these issues are being worked on.

  I've been dogfooding since Cinnamon 4.0, and apart from those issues,
everything works."

PR:		249771
PR:		249851
PR:		249855
PR:		249856
PR:		249857
PR:		249858
Submitted by:	Charlie Li
Wed, 29 May 2019
[ 11:42 koobs search for other commits by this committer ] Original commit   Revision:502951
x11/cinnamon: Remove unnecessary version check

Bug 237426 updates Pillow to 6.0.0, which removed the Image.VERSION
variable, after a period of deprecation.

Cinnamon currently uses this variable, so backport upstream commit
c843f3664064742e2672e0fea528571a882d84ad [1] to compensate, so we don't
need to wait for the Gnome teams Cinnamon 4 update, which has already
pulled it in. Thanks to Charli Li for pointing this commit out.

While I'm here, fix all stage-qa errors and ports/framework compliance
issues:

	- Add missing LIB_DEPENDS
	- Add missing USE_{GNOME,X11} components
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 3 Jan 2017
[ 18:12 mat search for other commits by this committer ] Original commit   Revision:430490 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
Never set WRKSRC when using USE_GITHUB.

If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
Mon, 18 May 2015
[ 17:07 mat search for other commits by this committer ] Original commit   Revision:386691 (Only the first 10 of 150 ports in this commit are shown above. View all ports for this commit)
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 27 Mar 2015
[ 08:27 kwm search for other commits by this committer ] Original commit   Revision:382374 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Update the cinnamon stack to the latest in the 2.4 series.

sysutils/cinnamon-settings-daemon to 2.4.3.
x11/cinnamon to 2.4.6.
x11/cinnamon-screensaver to 2.4.1.
x11/cinnamon-session to 2.4.3.
x11-fm/nemo to 2.4.5.
x11-wm/muffin to 2.4.4.

Switch cinnamon to py-pillow instead of py-imaging which seems to be
  discontinued upstream.

Thanks to Gustau Perez <gustau.perez@gmail.com> for helping to kee
  these ports updated.

Obtained from:	GNOME dev repo
Tue, 30 Dec 2014
[ 20:13 kwm search for other commits by this committer ] Original commit   Revision:375852 (Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
Update cinnamon to 2.4, this should fix [1] and [2].
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].

PR:		195290 [1], 195289 [2], 195455 [3]
Obtained from:	gnome devel repo
Wed, 19 Nov 2014
[ 11:49 kwm search for other commits by this committer ] Original commit   Revision:372768 (Only the first 10 of 1460 ports in this commit are shown above. View all ports for this commit)
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)

Number of commits found: 13