pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libplacebo: Use PKGVERSION_NOREV to in MASTER_SITES



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Dec 31 16:02:57 2023 +0100
Changeset:	3c8cfc944dba84bbd1760608af427f13c86322da

Modified Files:
	libplacebo/Makefile

Log Message:
libplacebo: Use PKGVERSION_NOREV to in MASTER_SITES

We do not want the possible revision there!

Pointed out by pkglint.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3c8cfc944dba84bbd1760608af427f13c86322da

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libplacebo/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/libplacebo/Makefile b/libplacebo/Makefile
index 26dd9744ce..d662a4345d 100644
--- a/libplacebo/Makefile
+++ b/libplacebo/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	libplacebo-v6.338.1
 PKGNAME=	${DISTNAME:S/-v/-/}
 CATEGORIES=	multimedia
-MASTER_SITES=	https://code.videolan.org/videolan/libplacebo/-/archive/v${PKGVERSION}/
+MASTER_SITES=	https://code.videolan.org/videolan/libplacebo/-/archive/v${PKGVERSION_NOREV}/
 
 FAST_FLOAT_H=		fast_float.h
 SITES.${FAST_FLOAT_H}=	https://github.com/fastfloat/fast_float/releases/download/v6.0.0/


Home | Main Index | Thread Index | Old Index