pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/mlt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec  2 08:02:59 UTC 2025

Modified Files:
        pkgsrc/multimedia/mlt: Makefile.common

Log Message:
mlt: set GITHUB_PROJECT, so downloads work for mlt-qt*


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/mlt/Makefile.common

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

Modified files:

Index: pkgsrc/multimedia/mlt/Makefile.common
diff -u pkgsrc/multimedia/mlt/Makefile.common:1.1 pkgsrc/multimedia/mlt/Makefile.common:1.2
--- pkgsrc/multimedia/mlt/Makefile.common:1.1   Sun Nov 30 10:10:03 2025
+++ pkgsrc/multimedia/mlt/Makefile.common       Tue Dec  2 08:02:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2025/11/30 10:10:03 markd Exp $
+# $NetBSD: Makefile.common,v 1.2 2025/12/02 08:02:58 wiz Exp $
 
 # used by multimedia/mlt/Makefile
 # used by multimedia/mlt-qt5/Makefile
@@ -7,6 +7,7 @@
 DISTNAME=      mlt-7.34.1
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mltframework/}
+GITHUB_PROJECT=        mlt
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index