git: 3c66ae4034dc - main - audio/liblscp: Use DISTVERSION alias in MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Apr 2024 22:14:54 UTC
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