pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/tokei



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Aug 24 04:19:14 UTC 2024

Modified Files:
        pkgsrc/devel/tokei: Makefile

Log Message:
devel/tokei: Makefile change

Allow pkgin to actually be able to remove the package.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/tokei/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/tokei/Makefile
diff -u pkgsrc/devel/tokei/Makefile:1.8 pkgsrc/devel/tokei/Makefile:1.9
--- pkgsrc/devel/tokei/Makefile:1.8     Fri Aug 23 15:26:17 2024
+++ pkgsrc/devel/tokei/Makefile Sat Aug 24 04:19:14 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2024/08/23 15:26:17 pin Exp $
+# $NetBSD: Makefile,v 1.9 2024/08/24 04:19:14 pin Exp $
 
 DISTNAME=      v13.0.0-alpha.5
-PKGNAME=       ${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+PKGNAME=       ${GITHUB_PROJECT}-13.0.0.alpha5
 CATEGORIES=    devel textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=XAMPPRocky/}
 GITHUB_PROJECT=        tokei



Home | Main Index | Thread Index | Old Index