Date: Thu, 18 Apr 2024 22:14:54 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3c66ae4034dc - main - audio/liblscp: Use DISTVERSION alias in MASTER_SITES Message-ID: <202404182214.43IMEsCG026097@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c66ae4034dc07a2a1b002d4b577dc3a50104648 commit 3c66ae4034dc07a2a1b002d4b577dc3a50104648 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-04-18 22:13:01 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-04-18 22:13:07 +0000 audio/liblscp: Use DISTVERSION alias in MASTER_SITES Use DISTVERSION for consistency in MASTER_SITES and also use PORTNAME --- audio/liblscp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/liblscp/Makefile b/audio/liblscp/Makefile index 5fb2f0b51277..147c19fe0666 100644 --- a/audio/liblscp/Makefile +++ b/audio/liblscp/Makefile @@ -1,7 +1,7 @@ PORTNAME= liblscp DISTVERSION= 0.9.12 CATEGORIES= audio -MASTER_SITES= SF/qsampler/liblscp/${PORTVERSION} \ +MASTER_SITES= SF/qsampler/${PORTNAME}/${DISTVERSION} \ http://download.linuxsampler.org/packages/ MAINTAINER= ports@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404182214.43IMEsCG026097>