pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/duckstation-qt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 15 08:28:04 UTC 2023

Modified Files:
        pkgsrc/emulators/duckstation-qt: Makefile.common

Log Message:
duckstation-qt: set GITHUB_PROJECT so 'make fetch' works


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/duckstation-qt/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/emulators/duckstation-qt/Makefile.common
diff -u pkgsrc/emulators/duckstation-qt/Makefile.common:1.1 pkgsrc/emulators/duckstation-qt/Makefile.common:1.2
--- pkgsrc/emulators/duckstation-qt/Makefile.common:1.1 Tue Nov 14 17:57:40 2023
+++ pkgsrc/emulators/duckstation-qt/Makefile.common     Wed Nov 15 08:28:04 2023
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile.common,v 1.1 2023/11/14 17:57:40 nia Exp $
+# $NetBSD: Makefile.common,v 1.2 2023/11/15 08:28:04 wiz Exp $
 
 # This is a separate file out of optimism that the non-qt version will
 # eventually be portable.
 
-GITHUB_TAG=    v0.1-5624
 DISTNAME=      duckstation-${GITHUB_TAG:S/-/./g:S/^v//g}
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=stenzek/}
+GITHUB_PROJECT=        duckstation
+GITHUB_TAG=    v0.1-5624
 
 MAINTAINER=    nia%NetBSD.org@localhost
 HOMEPAGE=      https://www.duckstation.org/



Home | Main Index | Thread Index | Old Index