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: deskutils/anydesk/Makefile

Number of commits found: 17

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
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
Tuesday, 21 Jun 2022
15:51 Neel Chauhan (nc) search for other commits by this committer Author: _X_
deskutils/anydesk: Add missing dependency

PR:		262275
Approved by:	freebsd AT sysctl DOT cz (maintainer)
commit hash: 1023add82d0c207cbd5abc7f9031f5f5de8be175 commit hash: 1023add82d0c207cbd5abc7f9031f5f5de8be175 commit hash: 1023add82d0c207cbd5abc7f9031f5f5de8be175 commit hash: 1023add82d0c207cbd5abc7f9031f5f5de8be175 1023add
Tuesday, 25 Jan 2022
06:35 Loïc Bartoletti (lbartoletti) search for other commits by this committer
archivers/minizip*: Add minizip-ng and zlib-ng and create USES=minizip

Import minizip-ng and zlib-ng

Minizip was originally developed in 1998. It was first included in the zlib
distribution as an additional code contribution starting in zlib 1.1.2. Since
that time, it has been continually improved upon and contributed to by many
people.

+ Creating and extracting zip archives.
+ Adding and removing entries from zip archives.
+ Read and write raw zip entry data.
+ Reading and writing zip archives from memory.
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
+ Password protection through Traditional PKWARE and WinZIP AES encryption.
+ Buffered streaming for improved I/O performance.

some ports bundle it, some ports allow building against a systemwide
one, some ports bundle/rely on an incompatible version - all those will be
fixed in following commits.

Mk/Uses: Introduce USES=minizip[:ng]

To simplify, the LIB_DEPENDS part a new USES tag is added.

USES=minizip will add a LIB_DEPENDS on legacy minizip and
USES=minizip:ng will add a LIB_DEPENDS on minizip-ng.

minizip [1]:

    databases/spatialite
    databases/spatialite-tools
    devel/collada-dom
    games/mrboom
    games/oolite
    graphics/comical
    misc/xiphos
    science/libkml
    textproc/sigil
    www/domoticz
    deskutils/anydesk
    emulators/mupen64plus-core
    multimedia/assimp
    multimedia/vlc
    net-im/psi
    net-im/telegram-desktop

minizip-ng:

    devel/axmldec

[1] Some are known to work with minizip-ng but have to be patched.

Approved by:	tcberner (portmgr)
Differential Revision:	https://reviews.freebsd.org/D33771
commit hash: 45ab80b9df9f54bd40b1d19e18bb9a3e76a2a33c commit hash: 45ab80b9df9f54bd40b1d19e18bb9a3e76a2a33c commit hash: 45ab80b9df9f54bd40b1d19e18bb9a3e76a2a33c commit hash: 45ab80b9df9f54bd40b1d19e18bb9a3e76a2a33c 45ab80b
Monday, 20 Dec 2021
11:00 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Martin Filla
deskutils/anydesk: Update to 6.1.1

PR:		258532
commit hash: 64584d2c9ba7e03a69d264c7b4cb6c5ac9c50078 commit hash: 64584d2c9ba7e03a69d264c7b4cb6c5ac9c50078 commit hash: 64584d2c9ba7e03a69d264c7b4cb6c5ac9c50078 commit hash: 64584d2c9ba7e03a69d264c7b4cb6c5ac9c50078 64584d2
Thursday, 14 Oct 2021
10:45 Stefan Eßer (se) search for other commits by this committer
deskutils/anydesk: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 192675ca1406ac68ba0d3d86390ba5a82cdeeabd commit hash: 192675ca1406ac68ba0d3d86390ba5a82cdeeabd commit hash: 192675ca1406ac68ba0d3d86390ba5a82cdeeabd commit hash: 192675ca1406ac68ba0d3d86390ba5a82cdeeabd 192675c
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
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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
Thursday, 3 Sep 2020
05:20 lwhsu search for other commits by this committer
deskutils/anydesk: Update to 6.0.1

PR:		248960
Submitted by:	Martin Filla <freebsd@sysctl.cz> (maintainer)
Original commitRevision:547412 
Sunday, 5 Jul 2020
09:03 joneum search for other commits by this committer
Update to 5.5.5

This Update fix CVE-2020-13160: AnyDesk before 5.5.3 on Linux and FreeBSD has a
format string vulnerability that can be exploited for remote code execution.

PR:		247406
Submitted by:	Martin Filla <freebsd@sysctl.cz> (maintainer)
MFH:		2020Q3
Security:	4344861a-be0b-11ea-9172-4c72b94353b5
Sponsored by:	Netzkommune GmbH
Original commitRevision:541261 
Friday, 27 Dec 2019
19:02 joneum search for other commits by this committer
Update to 5.4.0

PR:		242121
Submitted by:	Martin Filla <freebsd@sysctl.cz> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:521019 
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, 21 Jul 2019
11:08 kai search for other commits by this committer
deskutils/anydesk: Update to 5.1.1

Changelog:

* Fixed a memory leak in the X11 code

PR:		239037
Submitted by:	Martin Filla <freebsd@sysctl.cz> (maintainer)
Original commitRevision:507044 
Saturday, 6 Jul 2019
17:55 swills search for other commits by this committer
deskutils/anydesk: update to 5.1.0

PR:		239016
Submitted by:	Martin Filla <freebsd@sysctl.cz> (maintainer)
Original commitRevision:506012 
Sunday, 11 Nov 2018
09:32 sunpoet search for other commits by this committer
Update MAINTAINER address

PR:		233125
Submitted by:	M <martinfilla@post.cz> (maintainer)
Original commitRevision:484672 
Monday, 26 Mar 2018
19:04 yuri search for other commits by this committer
New port: deskutils/anydesk: Fast remote desktop

A closed source, proprietary, binary application.

PR:		226679
Submitted by:	Martin Filla <martinfilla@post.cz>
Original commitRevision:465624 

Number of commits found: 17