pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/snes9x



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jan  3 21:51:18 UTC 2019

Modified Files:
        pkgsrc/emulators/snes9x: Makefile.common

Log Message:
snes9x: fix fetching distfiles⇧s


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/snes9x/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/snes9x/Makefile.common
diff -u pkgsrc/emulators/snes9x/Makefile.common:1.1 pkgsrc/emulators/snes9x/Makefile.common:1.2
--- pkgsrc/emulators/snes9x/Makefile.common:1.1 Tue Jan  1 22:16:14 2019
+++ pkgsrc/emulators/snes9x/Makefile.common     Thu Jan  3 21:51:18 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2019/01/01 22:16:14 nia Exp $
+# $NetBSD: Makefile.common,v 1.2 2019/01/03 21:51:18 nia Exp $
 
 # used by emulators/libretro-snes9x/Makefile
 # used by emulators/snes9x/Makefile
@@ -8,6 +8,8 @@ SNES9X_VERSION=         1.58
 DISTNAME=              snes9x-${SNES9X_VERSION}
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=snes9xgit/}
+GITHUB_PROJECT=                snes9x
+GITHUB_TAG=            ${SNES9X_VERSION}
 
 HOMEPAGE=              http://www.snes9x.com/
 LICENSE=               snes9x-license



Home | Main Index | Thread Index | Old Index