Date: Sun, 11 Jul 2021 18:08:23 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 556d05f4c341 - main - audio/amb-plugins: Change MASTER_SITES and WWW to https; Improve COMMENT Message-ID: <202107111808.16BI8NS1073688@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=556d05f4c341b0dcaf7925bc7a94e6d965da99ec commit 556d05f4c341b0dcaf7925bc7a94e6d965da99ec Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-07-11 18:07:38 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107111808.16BI8NS1073688>