pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/onscripter



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Tue Jan 20 18:26:12 UTC 2026

Modified Files:
        pkgsrc/games/onscripter: Makefile

Log Message:
onscripter: update MASTER_SITE to use GitHub


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/games/onscripter/Makefile

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

Modified files:

Index: pkgsrc/games/onscripter/Makefile
diff -u pkgsrc/games/onscripter/Makefile:1.54 pkgsrc/games/onscripter/Makefile:1.55
--- pkgsrc/games/onscripter/Makefile:1.54       Wed Jan 14 10:52:23 2026
+++ pkgsrc/games/onscripter/Makefile    Tue Jan 20 18:26:12 2026
@@ -1,9 +1,12 @@
-# $NetBSD: Makefile,v 1.54 2026/01/14 10:52:23 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2026/01/20 18:26:12 tsutsui Exp $
 
 DISTNAME=              onscripter-20230825
 PKGREVISION=           3
 CATEGORIES=            games
-MASTER_SITES=          #https://onscripter.osdn.jp/
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=ogapee/}
+GITHUB_PROJECT=                ${PKGBASE}
+# XXX: YYYYMMDD format tag seems mis-recognized as a hash by fetch/github.mk
+GITHUB_TAG=            refs/tags/${PKGVERSION_NOREV}
 
 MAINTAINER=            tsutsui%NetBSD.org@localhost
 HOMEPAGE=              https://ogapee.github.io/www/onscripter_en.html



Home | Main Index | Thread Index | Old Index