From owner-dev-commits-ports-all@freebsd.org Sun Jul 11 18:08:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2205566C020; Sun, 11 Jul 2021 18:08:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GNFJ7616zz4ftQ; Sun, 11 Jul 2021 18:08:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A759720220; Sun, 11 Jul 2021 18:08:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16BI8NMm073689; Sun, 11 Jul 2021 18:08:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16BI8NS1073688; Sun, 11 Jul 2021 18:08:23 GMT (envelope-from git) Date: Sun, 11 Jul 2021 18:08:23 GMT Message-Id: <202107111808.16BI8NS1073688@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 556d05f4c341 - main - audio/amb-plugins: Change MASTER_SITES and WWW to https; Improve COMMENT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 556d05f4c341b0dcaf7925bc7a94e6d965da99ec Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2021 18:08:24 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=556d05f4c341b0dcaf7925bc7a94e6d965da99ec commit 556d05f4c341b0dcaf7925bc7a94e6d965da99ec Author: Yuri Victorovich AuthorDate: 2021-07-11 18:07:38 +0000 Commit: Yuri Victorovich CommitDate: 2021-07-11 18:08:19 +0000 audio/amb-plugins: Change MASTER_SITES and WWW to https; Improve COMMENT --- audio/amb-plugins/Makefile | 4 ++-- audio/amb-plugins/pkg-descr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/amb-plugins/Makefile b/audio/amb-plugins/Makefile index bcda71c3ec2d..77bdc8a12724 100644 --- a/audio/amb-plugins/Makefile +++ b/audio/amb-plugins/Makefile @@ -4,14 +4,14 @@ PORTNAME= amb-plugins PORTVERSION= 0.8.1 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ +MASTER_SITES= https://kokkinizita.linuxaudio.org/linuxaudio/downloads/ DISTNAME= AMB-plugins-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fa-plugins.rdf EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= Ambisonics plugins, mainly to be used within Ardour +COMMENT= Ambisonics LADSPA plugins, mainly to be used within Ardour BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/audio/amb-plugins/pkg-descr b/audio/amb-plugins/pkg-descr index 3671c6a7c259..b22583472a9c 100644 --- a/audio/amb-plugins/pkg-descr +++ b/audio/amb-plugins/pkg-descr @@ -2,4 +2,4 @@ A set of ambisonics plugins, mainly to be used within Ardour. Mono and stereo to B-format panning, horizontal rotator, square, hexagon and cube decoders. -WWW: http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/index.html +WWW: https://kokkinizita.linuxaudio.org/linuxaudio/ladspa/index.html