aboutsummaryrefslogtreecommitdiff
path: root/MOVED
diff options
context:
space:
mode:
authorFlorian Walpen <dev@submerge.ch>2022-12-26 07:07:01 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2022-12-26 07:14:35 +0000
commite5453d2a9f4944a40f4e10df52b3f360746f7414 (patch)
tree39932e9cdb97c0dbb7bfd405c97c2cd1c5319ff7 /MOVED
parent423285aa50d311fa092860586e676953c7920306 (diff)
downloadports-e5453d2a9f4944a40f4e10df52b3f360746f7414.tar.gz
ports-e5453d2a9f4944a40f4e10df52b3f360746f7414.zip
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
Diffstat (limited to 'MOVED')
-rw-r--r--MOVED2
1 files changed, 1 insertions, 1 deletions
diff --git a/MOVED b/MOVED
index af727ba51662..7bddc803448f 100644
--- a/MOVED
+++ b/MOVED
@@ -15865,7 +15865,6 @@ editors/atom||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
devel/electron4||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
devel/electron5||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
devel/electron6||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
-audio/ardour|audio/ardour6|2021-01-02|Has expired: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
audio/mixxx21|audio/mixxx|2021-01-02|Has expired: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
databases/arangodb32||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
databases/arangodb33||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
@@ -17703,3 +17702,4 @@ devel/php74-pcntl|devel/php80-pcntl|2022-12-25|Has expired: Security support end
devel/php74-sysvshm|devel/php80-sysvshm|2022-12-25|Has expired: Security support ended on 2022-11-22
devel/php74-gettext|devel/php80-gettext|2022-12-25|Has expired: Security support ended on 2022-11-22
devel/php74-readline|devel/php80-readline|2022-12-25|Has expired: Security support ended on 2022-11-22
+audio/ardour6|audio/ardour|2022-12-26|Remove major version from portname as we update from 6.9.0 to 7.2.0