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/ardour6/pkg-plist

Number of commits found: 7

Monday, 26 Dec 2022
07:14 Nuno Teixeira (eduardo) search for other commits by this committer Author: Florian Walpen
audio/ardour: Update to 7.2.0 release, replace audio/ardour6

 - Submitter becomes maintainer

This patch provides an update to Ardour 7.1.0, thereby replacing Ardour
6.9.0 in audio/ardour6 and moving the port to audio/ardour. There's no
reason to keep the major version in the portname, we only had one version
for quite some time.

The patch also incorporates bug #267065, relaxing the version requirement
on the python build dependency.

Some notes about the changes I made:

Issue 1 - Official download is now tailored to browsers only, that's why
the distfile is named "510". Put it in a named and versioned subdirectory
to not mess up the distfiles directory. I didn't find a better download
alternative. Github is not an option, because the download there is
deliberately made empty (sic).

Issue 2 - Even though I followed the advice in the porters handbook to
the best of my knowledge, portlint warns about the use of DISTFILES and
DISTNAME. The problem is the odd distfile name (Issue 1) combined with
non-matching extraction path and portname. If I follow the suggestions of
portlint, I have to define WRKSRC above the license block which portlint
doesn't like either.

Issue 3 - Ardour includes its major version (e.g. "ardour7") in many
pkg-plist paths. I factored these out into a substitution variable named
ARDOUR_MAJOR, to ease future updates to the port. Some of these
substitutions came through the portname previously.

ChangeLog:	https://ardour.org/whatsnew.html
PR:		267065, 267868
commit hash: e5453d2a9f4944a40f4e10df52b3f360746f7414 commit hash: e5453d2a9f4944a40f4e10df52b3f360746f7414 commit hash: e5453d2a9f4944a40f4e10df52b3f360746f7414 commit hash: e5453d2a9f4944a40f4e10df52b3f360746f7414 e5453d2
Tuesday, 4 Jan 2022
16:03 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Florian Walpen
audio/ardour6: Update to 6.9.0

Fix MP3 audio export. It was unavailable due to missing ffmpeg_harvid and
ffprobe_harvid in $PATH.

Add dependencies on harfbuzz and fftw3 libraries, which were implicitly linked.

While here, pet linters.

PR:	260766
Reported by:	dev@submerge.ch
commit hash: f9d2916c1ef66b3a4b70f7c6da2c4679b63ed68e commit hash: f9d2916c1ef66b3a4b70f7c6da2c4679b63ed68e commit hash: f9d2916c1ef66b3a4b70f7c6da2c4679b63ed68e commit hash: f9d2916c1ef66b3a4b70f7c6da2c4679b63ed68e f9d2916
Saturday, 24 Jul 2021
20:01 Neel Chauhan (nc) search for other commits by this committer
audio/ardour6: Update to 6.8.0
commit hash: 3b804851a687ffcf4a58214c9fb6f243fc8e009e commit hash: 3b804851a687ffcf4a58214c9fb6f243fc8e009e commit hash: 3b804851a687ffcf4a58214c9fb6f243fc8e009e commit hash: 3b804851a687ffcf4a58214c9fb6f243fc8e009e 3b80485
Wednesday, 28 Apr 2021
17:24 Neel Chauhan (nc) search for other commits by this committer
audio/ardour6: Update to 6.6.0

Changes: https://ardour.org/whatsnew.html

Reported by:	portscout
commit hash: 0afc009eecb2ba973d9b8f7351f2b9808b2775dd commit hash: 0afc009eecb2ba973d9b8f7351f2b9808b2775dd commit hash: 0afc009eecb2ba973d9b8f7351f2b9808b2775dd commit hash: 0afc009eecb2ba973d9b8f7351f2b9808b2775dd 0afc009
Tuesday, 5 Jan 2021
15:24 pi search for other commits by this committer
audio/ardour6: update 6.3.0 -> 6.5.0

PR:		251841
Submitted by:	Michael Beer <beerml@sigma6audio.de> (maintainer)
Relnotes:	http://ardour.org/whatsnew.html
Original commitRevision:560409 
Tuesday, 29 Sep 2020
20:03 cmt search for other commits by this committer
audio/ardour6: update to 6.3.0 and unbreak

attempt to fill in the blanks (like FreeBSD support) in this port's
wscript's CPU feature detection. Build time CPU detection is problematic
in the context of package builds, so for now this assumes that all
amd64 CPUs have SSE and i386 CPUs don't. Juggling the flags in this
way also fixes the breakage uncovered by the latest glib update.

PR:		249959
Approved by:	Michael Beer (maintainer)
Original commitRevision:550616 
Saturday, 29 Aug 2020
22:24 cmt search for other commits by this committer
new port: audio/ardour6

this is a direct descendant of audio/ardour5, so repocopy that.

PR:		246915
Submitted by:	Michael Beer
Original commitRevision:546953 

Number of commits found: 7