pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/jitsi-videobridge



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Aug 26 22:15:45 UTC 2025

Modified Files:
        pkgsrc/chat/jitsi-videobridge: Makefile

Log Message:
chat/jitsi-videobridge: Set DIST_SUBDIR

This too uses a different distfile with the same name.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/jitsi-videobridge/Makefile

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

Modified files:

Index: pkgsrc/chat/jitsi-videobridge/Makefile
diff -u pkgsrc/chat/jitsi-videobridge/Makefile:1.5 pkgsrc/chat/jitsi-videobridge/Makefile:1.6
--- pkgsrc/chat/jitsi-videobridge/Makefile:1.5  Tue Aug 26 18:35:50 2025
+++ pkgsrc/chat/jitsi-videobridge/Makefile      Tue Aug 26 22:15:45 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2025/08/26 18:35:50 gdt Exp $
+# $NetBSD: Makefile,v 1.6 2025/08/26 22:15:45 gdt Exp $
 
 .include "../../chat/jitsi-meet/Makefile.common"
 
@@ -8,6 +8,9 @@ PKGNAME=        ${GITHUB_PROJECT}-${JITSI_MEET_
 HOMEPAGE=      https://github.com/jitsi/jitsi-videobridge/
 COMMENT=       WebRTC compatible video router or SFU
 
+# The jitsi-videobridge repo distributes files with the same name as
+# the jitsi-meet repo, but with different contents.
+DIST_SUBDIR=   jitsi-videobridge
 DISTFILES=     ${DEFAULT_DISTFILES}
 DISTFILES+=    jitsi-videobridge-java-deps-${JITSI_MEET_VERSION}.tar.gz
 SITES.jitsi-videobridge-java-deps-${JITSI_MEET_VERSION}.tar.gz= \



Home | Main Index | Thread Index | Old Index