pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/snes9x snes9x: fix fetching distfiles?s



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c494c59fb36
branches:  trunk
changeset: 317286:4c494c59fb36
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Jan 03 21:51:18 2019 +0000

description:
snes9x: fix fetching distfiles?s

diffstat:

 emulators/snes9x/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 95e429fa17d5 -r 4c494c59fb36 emulators/snes9x/Makefile.common
--- a/emulators/snes9x/Makefile.common  Thu Jan 03 21:44:32 2019 +0000
+++ b/emulators/snes9x/Makefile.common  Thu Jan 03 21:51:18 2019 +0000
@@ -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 @@
 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