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: audio/noson-app/Makefile

Number of commits found: 48

Monday, 1 Jan 2024
14:43 Tobias C. Berner (tcberner) search for other commits by this committer
audio/noson-app: drop maintainership (Sonos music controller)

- I no longer use my Sonos speakers, so I don't need this package
  anymore.
- I hope, someone else wants to pick it up.
commit hash: e8f1bbc14db30693ff43978fbed5256ca74d24ec commit hash: e8f1bbc14db30693ff43978fbed5256ca74d24ec commit hash: e8f1bbc14db30693ff43978fbed5256ca74d24ec commit hash: e8f1bbc14db30693ff43978fbed5256ca74d24ec e8f1bbc
Friday, 8 Dec 2023
06:18 Tobias C. Berner (tcberner) search for other commits by this committer
audio/noson-app: update to 5.6.3
commit hash: c205f5eeb531b12b341766e86d919889d7ec2c9f commit hash: c205f5eeb531b12b341766e86d919889d7ec2c9f commit hash: c205f5eeb531b12b341766e86d919889d7ec2c9f commit hash: c205f5eeb531b12b341766e86d919889d7ec2c9f c205f5e
Monday, 7 Aug 2023
16:34 Gleb Popov (arrowd) search for other commits by this committer
audio/pulseaudio: Update to 16.1

Bump PORTREVISION on consumers.

Sponsored by:	Serenity Cybersecurity, LLC

PR:		262713
commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 b1ecad5
Tuesday, 11 Jul 2023
16:02 Tobias C. Berner (tcberner) search for other commits by this committer
audio/noson-app: update to 5.4.1

Changelog:
	- Fix build with gcc 13
commit hash: a06f950bbab2477517404f3db984431f6427e539 commit hash: a06f950bbab2477517404f3db984431f6427e539 commit hash: a06f950bbab2477517404f3db984431f6427e539 commit hash: a06f950bbab2477517404f3db984431f6427e539 a06f950
Friday, 10 Feb 2023
15:15 Tobias C. Berner (tcberner) search for other commits by this committer
audio/noson-app: update to 5.4.0
commit hash: 1d3f036fbbefbe17d6cb206f2bf04ced0780b215 commit hash: 1d3f036fbbefbe17d6cb206f2bf04ced0780b215 commit hash: 1d3f036fbbefbe17d6cb206f2bf04ced0780b215 commit hash: 1d3f036fbbefbe17d6cb206f2bf04ced0780b215 1d3f036
Sunday, 25 Sep 2022
20:14 Christian Weisgerber (naddy) search for other commits by this committer
audio/flac: bump port revision of consumers after update to 1.4.1
commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1 commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1 commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1 commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1 1e5aaab
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
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, 3 May 2022
19:44 Tobias C. Berner (tcberner) search for other commits by this committer
audio/noson-app: update to 5.2.2
commit hash: 584b196faaf1eb0103ae3257f779221ed4d23f86 commit hash: 584b196faaf1eb0103ae3257f779221ed4d23f86 commit hash: 584b196faaf1eb0103ae3257f779221ed4d23f86 commit hash: 584b196faaf1eb0103ae3257f779221ed4d23f86 584b196
Sunday, 6 Mar 2022
18:27 Tobias C. Berner (tcberner) search for other commits by this committer
audio/noson-app: update to 5.2.1
commit hash: 41baeb57c3709ad9afc5a6ef251ea435a3b01228 commit hash: 41baeb57c3709ad9afc5a6ef251ea435a3b01228 commit hash: 41baeb57c3709ad9afc5a6ef251ea435a3b01228 commit hash: 41baeb57c3709ad9afc5a6ef251ea435a3b01228 41baeb5
Tuesday, 22 Feb 2022
19:57 Tobias C. Berner (tcberner) search for other commits by this committer
audio/noson-app: update to 5.0.8
commit hash: ecc2bc0990e522d82a1e128e7363b6c2f0583b39 commit hash: ecc2bc0990e522d82a1e128e7363b6c2f0583b39 commit hash: ecc2bc0990e522d82a1e128e7363b6c2f0583b39 commit hash: ecc2bc0990e522d82a1e128e7363b6c2f0583b39 ecc2bc0
Tuesday, 15 Feb 2022
18:20 Tobias C. Berner (tcberner) search for other commits by this committer
audio/noson-app: update to 5.0.5
commit hash: 367f792f5b47cb51c03ef817405f06c5b974083f commit hash: 367f792f5b47cb51c03ef817405f06c5b974083f commit hash: 367f792f5b47cb51c03ef817405f06c5b974083f commit hash: 367f792f5b47cb51c03ef817405f06c5b974083f 367f792
15:52 Tobias C. Berner (tcberner) search for other commits by this committer
audio/noson-app: update to 5.0.4
commit hash: 20da209c4b106eeb17d3f8ebda9b4564c4c95792 commit hash: 20da209c4b106eeb17d3f8ebda9b4564c4c95792 commit hash: 20da209c4b106eeb17d3f8ebda9b4564c4c95792 commit hash: 20da209c4b106eeb17d3f8ebda9b4564c4c95792 20da209
Monday, 14 Feb 2022
08:10 Tobias C. Berner (tcberner) search for other commits by this committer
audio/noson-app: update to 5.0.3
commit hash: d3a838f793f6225ab9aa77855b6728d389a035af commit hash: d3a838f793f6225ab9aa77855b6728d389a035af commit hash: d3a838f793f6225ab9aa77855b6728d389a035af commit hash: d3a838f793f6225ab9aa77855b6728d389a035af d3a838f
Tuesday, 8 Feb 2022
07:49 Tobias C. Berner (tcberner) search for other commits by this committer
audio/noson-app: update to 4.5.2
commit hash: 61d6401aec04025e7107292b1e4bb4c2dce29940 commit hash: 61d6401aec04025e7107292b1e4bb4c2dce29940 commit hash: 61d6401aec04025e7107292b1e4bb4c2dce29940 commit hash: 61d6401aec04025e7107292b1e4bb4c2dce29940 61d6401
Monday, 10 Jan 2022
15:39 Tobias C. Berner (tcberner) search for other commits by this committer
audio/noson-app: update to 4.5.1
commit hash: 54c7d128b04a515485d535f23684df4045fe5aec commit hash: 54c7d128b04a515485d535f23684df4045fe5aec commit hash: 54c7d128b04a515485d535f23684df4045fe5aec commit hash: 54c7d128b04a515485d535f23684df4045fe5aec 54c7d12
Sunday, 26 Dec 2021
16:28 Tobias C. Berner (tcberner) search for other commits by this committer
audio/noson-app: update to 4.5.0
commit hash: b2e4e8fd0288b2c5b6e4422dc50b0b83827892c3 commit hash: b2e4e8fd0288b2c5b6e4422dc50b0b83827892c3 commit hash: b2e4e8fd0288b2c5b6e4422dc50b0b83827892c3 commit hash: b2e4e8fd0288b2c5b6e4422dc50b0b83827892c3 b2e4e8fd
Tuesday, 14 Dec 2021
08:26 Tobias C. Berner (tcberner) search for other commits by this committer
audio/noson-app: update to 4.4.11
commit hash: 3874a722a9f9a94f6937395b115a2fd251e6c722 commit hash: 3874a722a9f9a94f6937395b115a2fd251e6c722 commit hash: 3874a722a9f9a94f6937395b115a2fd251e6c722 commit hash: 3874a722a9f9a94f6937395b115a2fd251e6c722 3874a72
Sunday, 12 Dec 2021
07:20 Tobias C. Berner (tcberner) search for other commits by this committer
audio/noson-app:  update to 4.4.10
commit hash: cd7082eeb08ce8c7c26b8eef50963cd69b439038 commit hash: cd7082eeb08ce8c7c26b8eef50963cd69b439038 commit hash: cd7082eeb08ce8c7c26b8eef50963cd69b439038 commit hash: cd7082eeb08ce8c7c26b8eef50963cd69b439038 cd7082e
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
Wednesday, 24 Mar 2021
09:33 tcberner search for other commits by this committer
audio/noson-app: update to 4.4.9
Original commitRevision:569100 
Wednesday, 17 Feb 2021
17:53 tcberner search for other commits by this committer
audio/noson-app: update to 4.4.8
Original commitRevision:565541 
Thursday, 21 Jan 2021
20:14 tcberner search for other commits by this committer
audio/noson-app: update to 4.4.7
Original commitRevision:562239 
Saturday, 7 Nov 2020
23:00 tcberner search for other commits by this committer
audio/noson-app: Missing Qt runtime dependency and update to 4.4.3

PR:		250930
Submitted by:	Nico Sonack <nsonack@outlook.com>
Original commitRevision:554422 
Friday, 3 Jul 2020
06:59 tcberner search for other commits by this committer
audio/noson-app: update to 4.4.2
Original commitRevision:541076 
Tuesday, 16 Jun 2020
17:36 tcberner search for other commits by this committer
audio/noson-app: update to 4.3.4
Original commitRevision:539372 
Saturday, 16 May 2020
15:44 tcberner search for other commits by this committer
audio/noson-app: update to 4.3.3
Original commitRevision:535472 
Saturday, 28 Mar 2020
20:05 tcberner search for other commits by this committer
audio/noson-app: update to 4.3.2
Original commitRevision:529760 
Tuesday, 28 Jan 2020
17:11 tcberner search for other commits by this committer
audio/noson-app: update to 4.2.6
Original commitRevision:524501 
Saturday, 18 Jan 2020
06:37 tcberner search for other commits by this committer
audio/noson-app: update to 4.2.5
Original commitRevision:523402 
Friday, 17 Jan 2020
07:07 tcberner search for other commits by this committer
audio/noson-app: update to 4.2.4
Original commitRevision:523286 
Saturday, 11 Jan 2020
07:33 tcberner search for other commits by this committer
audio/noson-app: update to 4.2.3
Original commitRevision:522631 
Monday, 6 Jan 2020
19:33 tcberner search for other commits by this committer
audio/noson-app: update to 4.2.2
Original commitRevision:522270 
Tuesday, 17 Dec 2019
18:11 tcberner search for other commits by this committer
audio/noson-app: update to 4.1.0
Original commitRevision:520340 
Monday, 2 Dec 2019
19:52 tcberner search for other commits by this committer
audio/noson-app: update to 4.0.2
Original commitRevision:518872 
Tuesday, 12 Nov 2019
15:35 tcberner search for other commits by this committer
audio/noson-app: update to 3.16.1
Original commitRevision:517337 
Saturday, 9 Nov 2019
09:23 tcberner search for other commits by this committer
audio/noson-app: update to 3.16.0
Original commitRevision:517115 
Friday, 4 Oct 2019
07:16 tcberner search for other commits by this committer
audio/noson-app: update to 3.15.2
Original commitRevision:513748 
Sunday, 29 Sep 2019
16:03 tcberner search for other commits by this committer
audio/noson-app: update to 3.15.0
Original commitRevision:513246 
Wednesday, 25 Sep 2019
04:32 tcberner search for other commits by this committer
audio/noson-app: update to 3.14.5
Original commitRevision:512765 
Friday, 20 Sep 2019
21:24 tcberner search for other commits by this committer
audio/noson-app: update to 3.14.4
Original commitRevision:512445 
Tuesday, 20 Aug 2019
20:22 tcberner search for other commits by this committer
audio/noson-app: update to 3.13.1
Original commitRevision:509472 
Wednesday, 31 Jul 2019
20:40 tcberner search for other commits by this committer
audio/noson-app: update to 3.11.10
Original commitRevision:507737 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Saturday, 25 May 2019
16:29 tcberner search for other commits by this committer
audio/noson-app: update to 3.11.8
Original commitRevision:502592 
Wednesday, 8 May 2019
19:46 pkubaj search for other commits by this committer
audio/noson-app: fix build with GCC-based architectures

Add USES=compiler:c++11-lang to fix build:
CMake Error in backend/NosonApp/CMakeLists.txt:
  The compiler feature "cxx_decltype" is not known to CXX compiler

  "GNU"

  version 4.2.1.

Approved by:	mentors (implicit approval)
Original commitRevision:501042 
Sunday, 28 Apr 2019
18:04 tcberner search for other commits by this committer
New port: audio/noson-app -- a SONOS controller

Noson is a SONOS controller for Linux platforms

The fast and smart controller for your SONOS devices. You can browse your music
library and play track or radio on any zones. You can manage grouping zones,
queue, and playlists, and fully control the playback.

Written with QML/C++ for maximal performance

WWW: http://janbar.github.io/noson-app/index.html
Original commitRevision:500340 

Number of commits found: 48