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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11/xapp/Makefile

Number of commits found: 22

Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
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
Saturday, 25 Feb 2023
20:52 Charlie Li (vishwin) search for other commits by this committer
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
commit hash: 2d87115f8c5e79c7b33f526c4ba4e151d63baf4e commit hash: 2d87115f8c5e79c7b33f526c4ba4e151d63baf4e commit hash: 2d87115f8c5e79c7b33f526c4ba4e151d63baf4e commit hash: 2d87115f8c5e79c7b33f526c4ba4e151d63baf4e 2d87115
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
Friday, 26 Aug 2022
17:02 Tobias C. Berner (tcberner) search for other commits by this committer
framework: switch tree to using vala.mk

PR:		249940
commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd d9b0d9a
Monday, 4 Jul 2022
18:33 Charlie Li (vishwin) search for other commits by this committer
x11/xapp: update to 2.2.12

Changes: https://github.com/linuxmint/xapp/compare/2.2.8...2.2.12

Note: port lineage comes from the freebsd-ports-gnome repo since
2018, not what was committed since 2020:
* https://github.com/freebsd/freebsd-ports-gnome/pull/29
* https://github.com/freebsd/freebsd-ports-gnome/pull/33
* https://github.com/freebsd/freebsd-ports-gnome/pull/38
* https://github.com/freebsd/freebsd-ports-gnome/pull/39

Approved by: fluffy (mentor)
Differential Revision: https://reviews.freebsd.org/D35705
commit hash: 0121e8fbd0c2e57018cc378f5c24b38182e12d94 commit hash: 0121e8fbd0c2e57018cc378f5c24b38182e12d94 commit hash: 0121e8fbd0c2e57018cc378f5c24b38182e12d94 commit hash: 0121e8fbd0c2e57018cc378f5c24b38182e12d94 0121e8f
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
Friday, 14 Jan 2022
07:25 Alexey Dokuchaev (danfe) search for other commits by this committer
x11/xapp: the port had been updated to version 2.2.8.
commit hash: b51cab9a4afab36793100ebe6f78b5a43f0b8d89 commit hash: b51cab9a4afab36793100ebe6f78b5a43f0b8d89 commit hash: b51cab9a4afab36793100ebe6f78b5a43f0b8d89 commit hash: b51cab9a4afab36793100ebe6f78b5a43f0b8d89 b51cab9
Monday, 27 Dec 2021
08:41 Dima Panov (fluffy) search for other commits by this committer
x11/xapp: unbreak NLS resources build after
0dfb7ea2d8315b4bbf07d4f0546713a5b80c854f

USES+=	gettext-tools

With hat:	desktop
Sponsored by:	Netzkommune GmbH
commit hash: 769ecd5e26f63e9ce8e88166acc90b11e0be50b8 commit hash: 769ecd5e26f63e9ce8e88166acc90b11e0be50b8 commit hash: 769ecd5e26f63e9ce8e88166acc90b11e0be50b8 commit hash: 769ecd5e26f63e9ce8e88166acc90b11e0be50b8 769ecd5
Wednesday, 8 Dec 2021
22:07 Neel Chauhan (nc) search for other commits by this committer
x11/xapp: update to 2.2.6
commit hash: 882efb6cf3e71b6cfd15e25645d1dd397593f017 commit hash: 882efb6cf3e71b6cfd15e25645d1dd397593f017 commit hash: 882efb6cf3e71b6cfd15e25645d1dd397593f017 commit hash: 882efb6cf3e71b6cfd15e25645d1dd397593f017 882efb6
Monday, 6 Dec 2021
11:16 Alexey Dokuchaev (danfe) search for other commits by this committer
x11/xapp: the port had been updated to version 2.2.5.
commit hash: 0949d4ad1893860455abe1cada5d9c24b5368adc commit hash: 0949d4ad1893860455abe1cada5d9c24b5368adc commit hash: 0949d4ad1893860455abe1cada5d9c24b5368adc commit hash: 0949d4ad1893860455abe1cada5d9c24b5368adc 0949d4a
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
Friday, 23 Jul 2021
14:36 Tobias C. Berner (tcberner) search for other commits by this committer
x11/xapp: update to 2.2.3
commit hash: 905bc22b8d1234cf35d4e636e0947abaec7bf010 commit hash: 905bc22b8d1234cf35d4e636e0947abaec7bf010 commit hash: 905bc22b8d1234cf35d4e636e0947abaec7bf010 commit hash: 905bc22b8d1234cf35d4e636e0947abaec7bf010 905bc22
Friday, 16 Jul 2021
09:34 Tobias C. Berner (tcberner) search for other commits by this committer
x11/xapp: update to 2.2.2
commit hash: 06cd7040eecddf2685185f2b04bc1ff95ea95c6a commit hash: 06cd7040eecddf2685185f2b04bc1ff95ea95c6a commit hash: 06cd7040eecddf2685185f2b04bc1ff95ea95c6a commit hash: 06cd7040eecddf2685185f2b04bc1ff95ea95c6a 06cd704
Tuesday, 8 Jun 2021
10:47 Alexey Dokuchaev (danfe) search for other commits by this committer
x11/xapp: update to version 2.2.0.

Found out via:	repology.org
commit hash: da84d05a5b90dd275dc457b387d1f196f0e511f0 commit hash: da84d05a5b90dd275dc457b387d1f196f0e511f0 commit hash: da84d05a5b90dd275dc457b387d1f196f0e511f0 commit hash: da84d05a5b90dd275dc457b387d1f196f0e511f0 da84d05
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
Monday, 1 Mar 2021
09:13 danfe search for other commits by this committer
Update to version 2.0.7.
Original commitRevision:566842 
Sunday, 7 Feb 2021
14:55 danfe search for other commits by this committer
- Update `x11/xapp' to version 2.0.6
- Depend on the particular gtk-doc program
Original commitRevision:564624 
Thursday, 14 Jan 2021
06:32 danfe search for other commits by this committer
- Add missing dependency on `devel/dbus' to unbreak the build
- Restore creator attribution lost in r559718 during the repomove
- Drop unused dependencies: `gettext-tools:build', `x11/libxklavier'
- Reorder USE_* knobs and remove excessive vertical whitespace
Original commitRevision:561536 
Tuesday, 12 Jan 2021
16:18 tcberner search for other commits by this committer
x11/xapp: update to 2.0.5
Original commitRevision:561348 
Thursday, 31 Dec 2020
11:37 fluffy search for other commits by this committer
x11/xapps: move to x11/xapp and update to 2.0.4

Upstream changed the project name to xapp

PR:		252299
Submitted by:	Charlie Li
Original commitRevision:559718 

Number of commits found: 22