pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-tcr



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Aug 12 22:01:56 UTC 2024

Modified Files:
        pkgsrc/devel/go-tcr: Makefile

Log Message:
go-tcr: fix fetch (reported by wiz@, thanks).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/go-tcr/Makefile

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

Modified files:

Index: pkgsrc/devel/go-tcr/Makefile
diff -u pkgsrc/devel/go-tcr/Makefile:1.2 pkgsrc/devel/go-tcr/Makefile:1.3
--- pkgsrc/devel/go-tcr/Makefile:1.2    Sun Aug 11 15:56:59 2024
+++ pkgsrc/devel/go-tcr/Makefile        Mon Aug 12 22:01:56 2024
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2024/08/11 15:56:59 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3 2024/08/12 22:01:56 schmonz Exp $
 
-DISTNAME=              TCR-1.2.0
+DISTNAME=              ${GITHUB_PROJECT}-1.2.0
 PKGNAME=               go-${DISTNAME:tl}
 PKGREVISION=           1
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=murex/}
+GITHUB_PROJECT=                TCR
 GITHUB_TAG=            v${PKGVERSION_NOREV}
 
 MAINTAINER=            schmonz%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index