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: net/neatvnc/Makefile

Number of commits found: 31

Monday, 26 Feb 2024
12:27 Jan Beich (jbeich) search for other commits by this committer
net/neatvnc: update to 0.8.0

Changes:	https://github.com/any1/neatvnc/releases/tag/v0.8.0
Reported by:	GitHub (watch releases)
commit hash: 415c38b051b4421d961fbb87debb0fa79eeafb98 commit hash: 415c38b051b4421d961fbb87debb0fa79eeafb98 commit hash: 415c38b051b4421d961fbb87debb0fa79eeafb98 commit hash: 415c38b051b4421d961fbb87debb0fa79eeafb98 415c38b
Saturday, 3 Feb 2024
06:15 Jan Beich (jbeich) search for other commits by this committer
net/neatvnc: update to 0.7.2

Changes:	https://github.com/any1/neatvnc/releases/tag/v0.7.2
Reported by:	GitHub (watch releases)
commit hash: 1f294397c21c7b18e0debed75051204ab243b285 commit hash: 1f294397c21c7b18e0debed75051204ab243b285 commit hash: 1f294397c21c7b18e0debed75051204ab243b285 commit hash: 1f294397c21c7b18e0debed75051204ab243b285 1f29439
Monday, 6 Nov 2023
13:55 Jan Beich (jbeich) search for other commits by this committer
net/neatvnc: update to 0.7.1

Changes:	https://github.com/any1/neatvnc/releases/tag/v0.7.1
Reported by:	GitHub (watch releases)
commit hash: c2fc1dc916ad6a511d670b4571ded83fc1707be3 commit hash: c2fc1dc916ad6a511d670b4571ded83fc1707be3 commit hash: c2fc1dc916ad6a511d670b4571ded83fc1707be3 commit hash: c2fc1dc916ad6a511d670b4571ded83fc1707be3 c2fc1dc
Wednesday, 4 Oct 2023
23:09 Jan Beich (jbeich) search for other commits by this committer
net/neatvnc: update to 0.7.0

Changes:	https://github.com/any1/neatvnc/releases/tag/v0.7.0
Reported by:	GitHub (watch releases)
commit hash: 7f341da6e1e99aa865063307a4a91996b8cdf408 commit hash: 7f341da6e1e99aa865063307a4a91996b8cdf408 commit hash: 7f341da6e1e99aa865063307a4a91996b8cdf408 commit hash: 7f341da6e1e99aa865063307a4a91996b8cdf408 7f341da
Thursday, 27 Apr 2023
12:01 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump all users of multimedia/ffmpeg*

...to make sure all picks up new version(s)
commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 f7accb2
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Monday, 23 Jan 2023
23:52 Jan Beich (jbeich) search for other commits by this committer
net/neatvnc: update to 0.6.0

Changes:	https://github.com/any1/neatvnc/releases/tag/v0.6.0
Reported by:	GitHub (watch releases)
commit hash: d27fe14f0c98cbdc2f6399230bb9c9305dcb0254 commit hash: d27fe14f0c98cbdc2f6399230bb9c9305dcb0254 commit hash: d27fe14f0c98cbdc2f6399230bb9c9305dcb0254 commit hash: d27fe14f0c98cbdc2f6399230bb9c9305dcb0254 d27fe14
Saturday, 10 Sep 2022
16:57 Jan Beich (jbeich) search for other commits by this committer
net/neatvnc: update to 0.5.4

Changes:	https://github.com/any1/neatvnc/releases/tag/v0.5.4
Reported by:	GitHub (watch releases)
commit hash: e3b97f2715797488f847fd37bd01a9f2a95faefe commit hash: e3b97f2715797488f847fd37bd01a9f2a95faefe commit hash: e3b97f2715797488f847fd37bd01a9f2a95faefe commit hash: e3b97f2715797488f847fd37bd01a9f2a95faefe e3b97f2
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, 23 Aug 2022
23:26 Jan Beich (jbeich) search for other commits by this committer
net/neatvnc: update to 0.5.3

Changes:	https://github.com/any1/neatvnc/releases/tag/v0.5.3
Reported by:	GitHub (watch releases)
commit hash: 928bcd952e23d1881a825d3dce0688791a0d0902 commit hash: 928bcd952e23d1881a825d3dce0688791a0d0902 commit hash: 928bcd952e23d1881a825d3dce0688791a0d0902 commit hash: 928bcd952e23d1881a825d3dce0688791a0d0902 928bcd9
22:19 Jan Beich (jbeich) search for other commits by this committer
net/neatvnc: update to 0.5.2

Changes:	https://github.com/any1/neatvnc/releases/tag/v0.5.2
Reported by:	GitHub (watch releases)
commit hash: dbab186221f7eca3fab14de5ed2f696fe0e035ee commit hash: dbab186221f7eca3fab14de5ed2f696fe0e035ee commit hash: dbab186221f7eca3fab14de5ed2f696fe0e035ee commit hash: dbab186221f7eca3fab14de5ed2f696fe0e035ee dbab186
Saturday, 9 Jul 2022
22:45 Jan Beich (jbeich) search for other commits by this committer
net/neatvnc: update to 0.5.1

Changes:	https://github.com/any1/neatvnc/releases/tag/v0.5.1
Reported by:	GitHub (watch releases)
commit hash: c34e5f4d42b685e80ad3790555dd35ca76bf9fe7 commit hash: c34e5f4d42b685e80ad3790555dd35ca76bf9fe7 commit hash: c34e5f4d42b685e80ad3790555dd35ca76bf9fe7 commit hash: c34e5f4d42b685e80ad3790555dd35ca76bf9fe7 c34e5f4
21:29 Jan Beich (jbeich) search for other commits by this committer
net/neatvnc: update to 0.5.0

Changes:	https://github.com/any1/neatvnc/releases/tag/v0.5.0
Reported by:	GitHub (watch releases)
commit hash: 6161b3cd353aa328059e315a87275f4b93c388e4 commit hash: 6161b3cd353aa328059e315a87275f4b93c388e4 commit hash: 6161b3cd353aa328059e315a87275f4b93c388e4 commit hash: 6161b3cd353aa328059e315a87275f4b93c388e4 6161b3c
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
Sunday, 6 Dec 2020
15:02 jbeich search for other commits by this committer
net/neatvnc: update to 0.4.0

Changes:	https://github.com/any1/neatvnc/releases/tag/v0.4.0
Reported by:	GitHub (watch releases)
Original commitRevision:557138 
Sunday, 27 Sep 2020
18:10 jbeich search for other commits by this committer
net/neatvnc: update to 0.3.2

Changes:	https://github.com/any1/neatvnc/releases/tag/v0.3.2
Reported by:	GitHub (watch releases)
Original commitRevision:550294 
00:53 jbeich search for other commits by this committer
net/neatvnc: update to 0.3.1

Changes:	https://github.com/any1/neatvnc/releases/tag/v0.3.1
Reported by:	Repology
Original commitRevision:550235 
Wednesday, 23 Sep 2020
17:07 jbeich search for other commits by this committer
net/neatvnc: update to 0.3.0

Changes:	https://github.com/any1/neatvnc/releases/tag/v0.3.0
Reported by:	GitHub (watch releases)
Original commitRevision:549754 
Monday, 27 Jul 2020
20:21 jbeich search for other commits by this committer
net/wayvnc: update to 0.2.0

screencopy-dmabuf is OPENGL option (see r506434 for rationale).
Disabled by default like upstream which deems it experimental.

Changes:	https://github.com/any1/wayvnc/releases/tag/v0.2.0
Changes:	https://github.com/any1/wayvnc/compare/85fca04...v0.2.0
Changes:	https://github.com/any1/neatvnc/releases/tag/v0.2.0
Changes:	https://github.com/any1/neatvnc/compare/b52f5cd...v0.2.0
Changes:	https://github.com/any1/aml/compare/696f0ee...v0.1.0
Original commitRevision:543548 
Tuesday, 21 Jul 2020
00:41 jbeich search for other commits by this committer
net/wayvnc: update to 0.1.2.146 (snapshot)

Changes:	https://github.com/any1/wayvnc/compare/f9b3d98...85fca04
Changes:	https://github.com/any1/neatvnc/compare/eb4b9d7...b52f5cd
Original commitRevision:542681 
Sunday, 19 Jul 2020
00:45 jbeich search for other commits by this committer
net/wayvnc: update to 0.1.2.146 (snapshot)

Changes:	https://github.com/any1/wayvnc/compare/bed4b72...f9b3d98
Changes:	https://github.com/any1/neatvnc/compare/683776c...eb4b9d7
Original commitRevision:542539 
Saturday, 18 Jul 2020
00:54 jbeich search for other commits by this committer
net/wayvnc: update to 0.1.2.145 (snapshot)

Changes:	https://github.com/any1/wayvnc/compare/1bc095b...bed4b72
Changes:	https://github.com/any1/neatvnc/compare/33eda8c...683776c
Changes:	https://github.com/any1/aml/compare/1e3bdb9...696f0ee
Original commitRevision:542459 
Thursday, 16 Jul 2020
16:49 jbeich search for other commits by this committer
net/wayvnc: update to 0.1.2.140 (snapshot)

Changes:	https://github.com/any1/wayvnc/compare/v0.1.2...1bc095b
Changes:	https://github.com/any1/neatvnc/compare/v0.1.0...33eda8c
Original commitRevision:542372 
Tuesday, 28 Apr 2020
16:51 jbeich search for other commits by this committer
net/neatvnc: drop unsafe optimization for modern CPUs

Reported by:	Miguel Clara
Original commitRevision:533255 
Saturday, 29 Feb 2020
23:37 jbeich search for other commits by this committer
net/neatvnc: update to 0.1.0

Changes:	https://github.com/any1/neatvnc/compare/992b444...v0.1.0
Original commitRevision:527484 
Thursday, 13 Feb 2020
00:44 jbeich search for other commits by this committer
net/neatvnc: update to s20200209

Changes:	https://github.com/any1/neatvnc/compare/1047359...992b444
Original commitRevision:525996 
Wednesday, 29 Jan 2020
18:17 jbeich search for other commits by this committer
net/neatvnc: update to s20200129

Changes:	https://github.com/any1/neatvnc/compare/993ad80...1047359
Original commitRevision:524563 
Saturday, 25 Jan 2020
23:50 jbeich search for other commits by this committer
net/neatvnc: update to s20200125

Changes:	https://github.com/any1/neatvnc/compare/08587ba...993ad80
Original commitRevision:524141 
Thursday, 23 Jan 2020
00:55 jbeich search for other commits by this committer
net/neatvnc: update to s20200122

Changes:	https://github.com/any1/neatvnc/compare/6bb3362...08587ba
Original commitRevision:523853 
Wednesday, 15 Jan 2020
21:16 jbeich search for other commits by this committer
net/wayvnc: add new port

This is a VNC server for wlroots based Wayland compositors.

https://github.com/any1/wayvnc
Original commitRevision:523172 

Number of commits found: 31