non port: sysutils/mate-power-manager/Makefile |
SVNWeb
|
Number of commits found: 34 |
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
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. (Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] ea71236 (Only the first 10 of 972 ports in this commit are shown above. )
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 May 2022
|
[ 07:04 Baptiste Daroussin (bapt) ] de5d06e
depedencies: fix wrong dependencies on libcanberra-gtk.so
Since those packages were switced to gtk3 they never depended on
libcanberra-gtk.so anymore (gtk2)
PR: 264092
Reported by: Jonathan Chen <jonc@chen.org.nz>
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
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)
|
Sat, 9 Oct 2021
|
[ 23:33 Neel Chauhan (nc) ] 1ffac6d
sysutils/mate-power-manager: Update to 1.26.0
|
Sat, 12 Jun 2021
|
[ 22:29 Eric Turgeon (ericbsd) ] eafc108
sysutils/mate-power-manager: updated to 1.24.3
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 17 Sep 2020
|
[ 20:29 bapt ]
Update to 1.24.2
|
Sat, 25 Jul 2020
|
[ 09:36 amdmi3 ]
- Fix LICENSE
- Update WWW
Approved by: portmgr blanket
|
Mon, 15 Jun 2020
|
[ 16:21 bapt ]
Update to 1.24.1
|
Sat, 13 Jun 2020
|
[ 16:48 tobik ]
Regular spelling fix of LICENSE_FILE
|
Fri, 12 Jun 2020
|
[ 15:56 bapt ] (Only the first 10 of 31 ports in this commit are shown above. )
Update mate to 1.24
All components but:
caja
atril
marco
Have been upgraded to 1.24
The above 3 other components depends on a newer version of glib
so they will be upgraded later
|
Tue, 24 Dec 2019
|
[ 20:29 ericbsd ]
update sysutils/mate-power-manager to 1.22.2
|
Thu, 7 Nov 2019
|
[ 17:17 zeising ] (Only the first 10 of 90 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Sat, 11 May 2019
|
[ 17:33 ericbsd ] (Only the first 10 of 90 ports in this commit are shown above. )
update mate desktop to 1.22.1
Approved by: mentors (implicit)
|
Fri, 30 Nov 2018
|
[ 21:30 ericbsd ]
update sysutils/mate-power-manage to 1.20.1
Approved by: mentors (implicit)
|
Tue, 11 Sep 2018
|
[ 18:34 zeising ] (Only the first 10 of 331 ports in this commit are shown above. )
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
|
Tue, 31 Jul 2018
|
[ 18:41 zeising ] (Only the first 10 of 254 ports in this commit are shown above. )
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine
|
Fri, 13 Apr 2018
|
[ 21:16 ericbsd ] (Only the first 10 of 92 ports in this commit are shown above. )
Updating MATE ports to and patch for MATE 1.20
Reviewed by: kwm
Approved by: bapt (mentor)
|
Fri, 22 Sep 2017
|
[ 10:48 mat ] (Only the first 10 of 175 ports in this commit are shown above. )
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
Tue, 4 Jul 2017
|
[ 11:44 kwm ] (Only the first 10 of 129 ports in this commit are shown above. )
Update the mate desktop to 1.18.
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro
* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper
Thanks to Eric Turgeon for submitting the bulk of this MATE update.
Obtained from: gnome devel repo
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 23 Mar 2016
|
[ 09:15 rm ]
sysutils/mate-power-manager: fix build
Add direct dependency upon security/libgnome-keyring to fix the
build after r411541.
Reported by: des
With hat: gnome
|
Mon, 25 Jan 2016
|
[ 12:31 kwm ] (Only the first 10 of 88 ports in this commit are shown above. )
Update the MATE DE to 1.12.
* Still build MATE against gtk+ 2 due to gtk+ 3 support not ready
for prime time.
* Fix loading of a number of applets. We rename a number of applets
but didn't change the "config" files the "add applet to panel" dialog
uses. [1]
* Unbreak the creation of new notes with the stickynotes applet [2]
PR: 205391 [1], 200349 [2]
Obtained from: GNOME devel repo
|
Fri, 4 Sep 2015
|
[ 09:00 kwm ]
Update mate-power-manager to 1.10.2.
|
Mon, 17 Aug 2015
|
[ 08:21 tijl ]
Bump PORTREVISION for libupower-glib library version bump in r393607.
|
Mon, 27 Jul 2015
|
[ 20:19 kwm ] (Only the first 10 of 130 ports in this commit are shown above. )
Update MATE DE to 1.10.0.
This MATE is still build agains GTK+2.
Sort USES here and there.
Replace mate-dialogs with zenity and mate-calc with galculator.
This update fixes the following PR's:
PR: 193942, 191885
Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo
Obtained from: gnome devel repo.
|
Mon, 6 Oct 2014
|
[ 13:04 bapt ]
Update to 1.8.1
Cleanup plist
|
Wed, 10 Sep 2014
|
[ 13:11 bapt ] (Only the first 10 of 182 ports in this commit are shown above. )
Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon
(ericturgeon@ghostbsd.org)
|
Mon, 4 Aug 2014
|
[ 20:37 amdmi3 ]
- Switch to USES=libtool
Approved by: portmgr blanket
Approved by: kwm
|
Tue, 29 Jul 2014
|
[ 21:07 adamw ] (Only the first 10 of 106 ports in this commit are shown above. )
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports)
|
Tue, 13 May 2014
|
[ 11:54 tijl ] (Only the first 10 of 37 ports in this commit are shown above. )
Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".
Bump PORTREVISION on all dependent ports. [1]
audio/ario: USES=libtool.
audio/gmpc: USES=libtool.
audio/gnome-media: USES=libtool:keepla tar:bzip2.
audio/xfce4-mixer: USES=libtool tar:bzip2.
graphics/shotwell: Unbreak and USES=tar:xz.
science/gwyddion: USES=libtool tar:bzip2.
sysutils/mate-control-center: USES=libtool.
x11/xfce4-clipman-plugin: USES=libtool tar:bzip2.
Approved by: portmgr (implicit) [1]
|
Sat, 23 Nov 2013
|
[ 11:39 kwm ] (Only the first 10 of 297 ports in this commit are shown above. )
Say hello to Mate 1.6.
Mate is a lite desktop forked from gnome2.
Most of the work is done by Jeremy Messenger (mezz@). The only thing I did
was update a few ports to later 1.6 release and attempting to keep up with
ports infra changes. Resulting bugs are all mine.
Mate is a sort of replacement for Gnome 2. So people wanting to keep a
Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3
in the near future. This switch will be announce with a transition time
so people have more time to switch if they haven't already.
This release was made possible by everyone that send friendly pokes to
keep mate on my mind.
Approved by: portmgr (bapt)
|
Number of commits found: 34 |